-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathsemweb_vocab_context.jsonld
More file actions
40 lines (40 loc) · 1.09 KB
/
semweb_vocab_context.jsonld
File metadata and controls
40 lines (40 loc) · 1.09 KB
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
32
33
34
35
36
37
38
39
40
{
"@context" : {
"source" : "dc:source",
"creator" : {
"@id" : "dc:creator",
"@type" : "@id"
},
"email" : "foaf:mbox",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"publisher" : "dc:publisher",
"dc" : "http://purl.org/dc/terms/",
"dcat" : "http://www.w3.org/ns/dcat#",
"depiction" : {
"@id" : "foaf:depiction",
"@type" : "@id"
},
"owl" : "http://www.w3.org/2002/07/owl#",
"description" : "dc:description",
"seeAlso" : "rdfs:seeAlso",
"homepage" : {
"@id" : "foaf:homepage",
"@type" : "@id"
},
"created" : {
"@id" : "dc:created",
"@type" : "xsd:dateTime"
},
"comment" : "rdfs:comment",
"foaf" : "http://xmlns.com/foaf/0.1/",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"title" : "dc:title",
"publication" : "dc:publication",
"label" : "rdfs:label",
"type" : {
"@id" : "rdf:type",
"@type" : "@id"
}
}
}