-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path3-2-78-silver-and-blue.jsonld
71 lines (71 loc) · 2.55 KB
/
3-2-78-silver-and-blue.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
68
69
70
71
{
"@graph" : [ {
"@id" : "spice:artefact/3-2-78-silver-and-blue",
"@type" : "schema:CreativeWork",
"description" : "3 & 2 ’78 Silver and Blue is a 1978 work by Lennon. ",
"source" : "https://imma.ie/collection/3-2-78-silver-and-blue/",
"creditText" : "IMMA Collection: Gordon Lambert Trust, 1992",
"image" : "spice:documentation/3-2-78-silver-and-blue",
"maintainer" : "https://w3id.org/spice/institute/imma",
"material" : "Oil on unprimed canvas",
"size" : "Dimensions variable",
"hasInventory" : "IMMA.287 GL"
}, {
"@id" : "spice:documentation/3-2-78-silver-and-blue",
"@type" : "schema:ImageObject",
"caption" : "Lennon, 3 & 2 ’78 Silver and Blue, 1978, Oil on unprimed canvas, Dimensions variable, Collection Irish Museum of Modern Art, Gordon Lambert Trust, 1992 ",
"copyrightNotice" : "For copyright information, please contact the IMMA Collections team.",
"maintainer" : "https://w3id.org/spice/institute/imma",
"url" : "https://imma.ie/wp-content/uploads/2018/11/13.jpg"
} ],
"@context" : {
"copyrightNotice" : {
"@id" : "http://schema.org/copyrightNotice"
},
"caption" : {
"@id" : "http://schema.org/caption"
},
"maintainer" : {
"@id" : "http://schema.org/maintainer",
"@type" : "@id"
},
"url" : {
"@id" : "http://schema.org/url"
},
"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"
},
"description" : {
"@id" : "http://purl.org/dc/elements/1.1/description"
},
"image" : {
"@id" : "http://schema.org/image",
"@type" : "@id"
},
"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/"
}
}