adding jsonld context first take
davvalent

davvalent commited on 2023-03-13 22:18:37
Showing 1 changed files, with 18 additions and 0 deletions.

... ...
@@ -0,0 +1,18 @@
1
+{
2
+  "@context": {
3
+    "dcterms" : "http://purl.org/dc/terms/",
4
+    "ecrm"    : "http://erlangen-crm.org/current/",
5
+    "geo"     : "http://www.opengis.net/ont/geosparql#",
6
+    "owl"     : "http://www.w3.org/2002/07/owl#",
7
+    "qdmtl"   : "http://onto.qdmtl.ca/",
8
+    "rdfs"    : "http://www.w3.org/2000/01/rdf-schema#",
9
+    "rico"    : "https://www.ica.org/standards/RiC/ontology#",
10
+    "schema"  : "https://schema.org/",
11
+    "rdfs"    : "http://www.w3.org/2000/01/rdf-schema#",
12
+    "rdf"     : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
13
+    "label": {
14
+      "@id": "rdfs:label",
15
+      "@container": "@language"
16
+    }
17
+  }
18
+}
0 19
\ No newline at end of file
1 20