-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnlw_context.json
77 lines (77 loc) · 2.26 KB
/
nlw_context.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"@context": {
"bibo": {
"@id": "http://purl.org/ontology/bibo/",
"vocabulary_id": "3",
"vocabulary_label": "Bibliographic Ontology"
},
"cnt": "http://www.w3.org/2011/content#",
"crowds": {
"@id": "http://www.digirati.com/ns/crowds",
"vocabulary_id": "15",
"vocabulary_label": "Crowds: Crowd Source Vocabulary for defining capture models."
},
"dcterms": {
"@id": "http://purl.org/dc/terms/",
"vocabulary_id": "1",
"vocabulary_label": "Dublin Core"
},
"dctype": {
"@id": "http://purl.org/dc/dcmitype/",
"vocabulary_id": "2",
"vocabulary_label": "Dublin Core Type"
},
"doap": {
"@id": "http://usefulinc.com/ns/doap#",
"vocabulary_id": "5",
"vocabulary_label": "Description of a Project (DOAP) vocabulary"
},
"exif": {
"@id": "http://www.w3.org/2003/12/exif/ns",
"vocabulary_id": "8",
"vocabulary_label": "Vocabulary to describe an Exif format picture data."
},
"foaf": {
"@id": "http://xmlns.com/foaf/0.1/",
"vocabulary_id": "4",
"vocabulary_label": "Friend of a Friend"
},
"iiif": {
"@id": "http://iiif.io/api/image/2#",
"vocabulary_id": "9",
"vocabulary_label": "IIIF Image API Ontology"
},
"madoc": {
"@id": "http://www.digirati.com/ns/madoc#",
"vocabulary_id": "18",
"vocabulary_label": "Madoc: crowd source vocab for rendering UI"
},
"o": "http://omeka.org/s/vocabs/o#",
"oa": {
"@id": "http://www.w3.org/ns/oa#",
"vocabulary_id": "10",
"vocabulary_label": "Open Annotation (oa prefix until update of Omeka)"
},
"rdfs": {
"@id": "http://www.w3.org/2000/01/rdf-schema",
"vocabulary_id": "17",
"vocabulary_label": "The RDF Schema vocabulary (RDFS)"
},
"sc": {
"@id": "http://iiif.io/api/presentation/2#",
"vocabulary_id": "12",
"vocabulary_label": "Shared Canvas"
},
"schema": {
"@id": "http://schema.org/",
"vocabulary_id": "14",
"vocabulary_label": "Schema.org"
},
"svcs": {
"@id": "http://rdfs.org/sioc/ns#",
"vocabulary_id": "13",
"vocabulary_label": "SIOC Services Ontology Module"
},
"time": "http://www.w3.org/2006/time#"
}
}