-
Notifications
You must be signed in to change notification settings - Fork 0
/
context.jsonld
31 lines (31 loc) · 1.16 KB
/
context.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"@context": {
"dcterms": "http://purl.org/dc/terms/",
"foaf": "http://xmlns.com/foaf/0.1/",
"void": "http://rdfs.org/ns/void#",
"as": "http://rdfs.org/ns/void#",
"sec": "https://w3id.org/security#",
"cco": "http://purl.org/ontology/cco/core#",
"verb": "https://w3id.org/verb/",
"wd": "https://www.wikidata.org/entity/",
"foaf:primaryTopic": { "@type": "@id" },
"foaf:depiction": { "@type": "@id" },
"rdfs:seeAlso": { "@type": "@id" },
"as:generator": { "@type": "@id" },
"void:inDataset": { "@type": "@id" },
"void:rootResource": { "@type": "@id" },
"sec:signature": { "@type": "@id" },
"sec:owner": { "@type": "@id" },
"cco:agent": { "@type": "@id" },
"cco:topic": { "@type": "@id" },
"cco:characteristic": { "@type": "@id" },
"cco:activity": { "@type": "@id" },
"cco:skill": { "@type": "@id" },
"cco:interest": { "@type": "@id" },
"dcterms:subject": { "@type": "@id" },
"dcterms:creator": { "@type": "@id" },
"dcterms:publisher": { "@type": "@id" },
"dcterms:license": { "@type": "@id" },
"dcterms:created": { "@type": "http://www.w3.org/2001/XMLSchema#dateTime" }
}
}