-
Notifications
You must be signed in to change notification settings - Fork 0
/
context.json
36 lines (36 loc) · 1.07 KB
/
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
{
"@context": {
"@version": 1.1,
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"iiif": "http://iiif.io/api/presentation/3#",
"edm": "http://www.europeana.eu/schemas/edm/",
"ore": "http://www.openarchives.org/ore/terms/",
"schema": "https://schema.org/",
"dc": "http://purl.org/dc/elements/1.1/",
"dcterms": "http://purl.org/dc/terms/",
"edmfp": "http://www.europeanafashion.eu/edmfp/",
"svcs": "http://rdfs.org/sioc/services#",
"implements": {
"@type": "@id",
"@id": "http://usefulinc.com/ns/doap#implements"
},
"profile": {
"@type": "@vocab",
"@id": "dcterms:conformsTo"
},
"isReferencedBy": {
"@type": "@id",
"@id": "dcterms:isReferencedBy"
},
"seeAlso": {
"@type": "@id",
"@id": "rdfs:seeAlso"
},
"image": {
"@type": "@id",
"@id": "schema:image"
},
"id": "@id",
"type": "@type"
}
}