-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaleatoric-composition.jsonld
71 lines (71 loc) · 2.8 KB
/
aleatoric-composition.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/aleatoric-composition",
"@type" : "schema:CreativeWork",
"description" : "above is an installation shot including Alexandra Wejchert’s “Aleatoric Composition” it hangs high on the wall (top left) in a grouping of works which were part of “Fragments between Modernisms / Fragments and Objects”, a section within IMMA’s exhibition Fragments which was curated in collaboration with artist Alan Phelan.",
"source" : "https://imma.ie/collection/aleatoric-composition/",
"creditText" : "IMMA Collection: Gordon Lambert Trust, 1992",
"image" : "spice:documentation/aleatoric-composition",
"maintainer" : "https://w3id.org/spice/institute/imma",
"material" : "Wood, paint",
"size" : "62.3 x 61.4 x 3.8 cm",
"hasInventory" : "IMMA.406 GL"
}, {
"@id" : "spice:documentation/aleatoric-composition",
"@type" : "schema:ImageObject",
"caption" : "Alexandra Wejchert, Aleatoric Composition, 1969, Wood, paint, 62.3 x 61.4 x 3.8 cm, 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/2040.jpg"
} ],
"@context" : {
"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"
},
"maintainer" : {
"@id" : "http://schema.org/maintainer",
"@type" : "@id"
},
"source" : {
"@id" : "http://purl.org/dc/elements/1.1/source"
},
"copyrightNotice" : {
"@id" : "http://schema.org/copyrightNotice"
},
"caption" : {
"@id" : "http://schema.org/caption"
},
"url" : {
"@id" : "http://schema.org/url"
},
"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/"
}
}