We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef89a2b commit ef02fb6Copy full SHA for ef02fb6
knowledge_graph/docs/kg/mermaid.md
@@ -1,6 +1,9 @@
1
# Schema (Mermaid)
2
3
+...
4
+
5
```mermaid
6
+%%{ init: { 'themeVariables': { 'fontSize': '10px', 'lineHeight': '10px' } } }%%
7
graph LR
8
%% Classes
9
SERP["aql:SERP (dct:Collection)"]
knowledge_graph/schema.ttl
@@ -189,3 +189,6 @@ aql:ArchiveShape a sh:NodeShape ;
189
sh:property [ sh:path aql:mementoAPIBaseURL ; sh:datatype xsd:anyURI ] ;
190
sh:property [ sh:path aql:cdxAPIBaseURL ; sh:datatype xsd:anyURI ] ;
191
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