-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patha-new-messiah-for-ireland.jsonld
67 lines (67 loc) · 2.4 KB
/
a-new-messiah-for-ireland.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
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
{
"@graph" : [ {
"@id" : "spice:artefact/a-new-messiah-for-ireland",
"@type" : "schema:CreativeWork",
"description" : "A New Messiah for Ireland is a 1964 work by Ferenc Martyn. ",
"source" : "https://imma.ie/collection/a-new-messiah-for-ireland/",
"creditText" : "IMMA Collection: Donated, 1989",
"image" : "spice:documentation/a-new-messiah-for-ireland",
"maintainer" : "https://w3id.org/spice/institute/imma",
"material" : "India Ink Wash Drawings",
"size" : "44 x 59 cm",
"hasInventory" : "IMMA.601"
}, {
"@id" : "spice:documentation/a-new-messiah-for-ireland",
"@type" : "schema:ImageObject",
"caption" : "Ferenc Martyn, A New Messiah for Ireland, 1964, India Ink Wash Drawings, 44 x 59 cm, Collection Irish Museum of Modern Art, Donated, 1989 ",
"copyrightNotice" : "For copyright information, please contact the IMMA Collections team.",
"maintainer" : "https://w3id.org/spice/institute/imma"
} ],
"@context" : {
"copyrightNotice" : {
"@id" : "http://schema.org/copyrightNotice"
},
"caption" : {
"@id" : "http://schema.org/caption"
},
"maintainer" : {
"@id" : "http://schema.org/maintainer",
"@type" : "@id"
},
"hasInventory" : {
"@id" : "https://w3id.org/arco/ontology/context-description/hasInventory"
},
"creditText" : {
"@id" : "http://schema.org/creditText"
},
"size" : {
"@id" : "http://schema.org/size"
},
"material" : {
"@id" : "http://schema.org/material"
},
"image" : {
"@id" : "http://schema.org/image",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/elements/1.1/description"
},
"source" : {
"@id" : "http://purl.org/dc/elements/1.1/source"
},
"arco-core" : "https://w3id.org/arco/ontology/core/",
"schema" : "http://schema.org/",
"dom" : "https://html.spec.whatwg.org/#",
"owl" : "http://www.w3.org/2002/07/owl#",
"spice" : "https://w3id.org/spice/imma/",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"xhtml" : "http://www.w3.org/1999/xhtml#",
"arco" : "https://w3id.org/arco/ontology/arco/",
"fx" : "http://sparql.xyz/facade-x/ns/",
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"arco-cd" : "https://w3id.org/arco/ontology/context-description/",
"foaf" : "http://xmlns.com/foaf/0.1/",
"dc" : "http://purl.org/dc/elements/1.1/"
}
}