-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patha-prayer-pomes-penyeach.jsonld
71 lines (71 loc) · 2.51 KB
/
a-prayer-pomes-penyeach.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/a-prayer-pomes-penyeach",
"@type" : "schema:CreativeWork",
"description" : "A Prayer – Pomes Penyeach is a 1993 work by Sean Scully. ",
"source" : "https://imma.ie/collection/a-prayer-pomes-penyeach/",
"creditText" : "IMMA Collection: Purchase, 2004",
"image" : "spice:documentation/a-prayer-pomes-penyeach",
"maintainer" : "https://w3id.org/spice/institute/imma",
"material" : "Etching",
"size" : "54 x 40 cm (sheet)",
"hasInventory" : "IMMA.1643.012"
}, {
"@id" : "spice:documentation/a-prayer-pomes-penyeach",
"@type" : "schema:ImageObject",
"caption" : "Sean Scully, A Prayer – Pomes Penyeach, 1993, Etching, 54 x 40 cm (sheet), Collection Irish Museum of Modern Art, Purchase, 2004 ",
"copyrightNotice" : "For copyright information, please contact the IMMA Collections team.",
"maintainer" : "https://w3id.org/spice/institute/imma",
"url" : "https://imma.ie/wp-content/uploads/2022/08/3963.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/"
}
}