Skip to content

Commit cfc1b9d

Browse files
authored
ENG-1806 Publish JSON-LD context on site (#1088)
1 parent 332a675 commit cfc1b9d

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"@context": {
3+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
4+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
5+
"owl": "http://www.w3.org/2002/07/owl#",
6+
"dc": "http://purl.org/dc/elements/1.1/",
7+
"prov": "http://www.w3.org/ns/prov#",
8+
"sioc": "http://rdfs.org/sioc/ns#",
9+
"dgc": "https://discoursegraphs.com/schema/dg_core#",
10+
"dgb": "https://discoursegraphs.com/schema/dg_base#",
11+
"predicate": "rdf:predicate",
12+
"subClassOf": "rdfs:subClassOf",
13+
"label": "rdfs:label",
14+
"inverseOf": "owl:inverseOf",
15+
"onProperty": "owl:onProperty",
16+
"sameAs": "owl:sameAs",
17+
"hasValue": "owl:hasValue",
18+
"title": "dc:title",
19+
"format": "dc:format",
20+
"description": "dc:description",
21+
"modified": {
22+
"@id": "dc:modified",
23+
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
24+
},
25+
"created": {
26+
"@id": "dc:date",
27+
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
28+
},
29+
"creator": "dc:creator",
30+
"Container": "sioc:Container",
31+
"content": "sioc:content",
32+
"container_of": "sioc:container_of",
33+
"has_container": { "@id": "sioc:has_container", "@type": "@id" },
34+
"RelationDef": "dgb:RelationDef",
35+
"RelationInstance": "dgb:RelationInstance",
36+
"RelationSchema": "dgb:RelationSchema",
37+
"NodeSchema": "dgb:NodeSchema",
38+
"source": { "@id": "dgb:source", "@type": "@id" },
39+
"destination": { "@id": "dgb:destination", "@type": "@id" },
40+
"textRefersToNode": "dgb:textRefersToNode",
41+
42+
"Question": "dgc:Question",
43+
"Claim": "dgc:Claim",
44+
"Evidence": "dgc:Evidence",
45+
"SourceDocument": "dgc:SourceDocument",
46+
"ClaimOrEvidence": "dgc:ClaimOrEvidence",
47+
"observationStatement": {
48+
"@id": "dgc:observationStatement",
49+
"@type": "@id"
50+
},
51+
"observationOriginActivity": {
52+
"@id": "dgc:observationOriginActivity",
53+
"@type": "@id"
54+
},
55+
"observationBase": { "@id": "dgc:observationBase", "@type": "@id" },
56+
"sourceDocument": { "@id": "dgc:sourceDocument", "@type": "@id" },
57+
"describesActivity": { "@id": "dgc:describesActivity", "@type": "@id" },
58+
"opposes": { "@id": "dgc:opposes", "@type": "@id" },
59+
"opposedBy": { "@id": "dgc:opposedBy", "@type": "@id" },
60+
"supports": { "@id": "dgc:supports", "@type": "@id" },
61+
"supportedBy": { "@id": "dgc:supportedBy", "@type": "@id" },
62+
"addresses": { "@id": "dgc:addresses", "@type": "@id" },
63+
"addressedBy": { "@id": "dgc:addressedBy", "@type": "@id" }
64+
}
65+
}

0 commit comments

Comments
 (0)