Skip to content

Commit ef02fb6

Browse files
committed
updated mermaid
1 parent ef89a2b commit ef02fb6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

knowledge_graph/docs/kg/mermaid.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Schema (Mermaid)
22

3+
...
4+
35
```mermaid
6+
%%{ init: { 'themeVariables': { 'fontSize': '10px', 'lineHeight': '10px' } } }%%
47
graph LR
58
%% Classes
69
SERP["aql:SERP (dct:Collection)"]

knowledge_graph/schema.ttl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,6 @@ aql:ArchiveShape a sh:NodeShape ;
189189
sh:property [ sh:path aql:mementoAPIBaseURL ; sh:datatype xsd:anyURI ] ;
190190
sh:property [ sh:path aql:cdxAPIBaseURL ; sh:datatype xsd:anyURI ] ;
191191
sh:property [ sh:path aql:wikiDataURL ; sh:datatype xsd:anyURI ] .
192+
193+
194+
#TODO: schema needs to be checked and adapted according to the latest figma diagram

0 commit comments

Comments
 (0)