-
Notifications
You must be signed in to change notification settings - Fork 1
/
abrams-susan.jsonld
73 lines (73 loc) · 2.59 KB
/
abrams-susan.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
72
73
{
"@graph" : [ {
"@id" : "spice:agent/abrams-susan",
"@type" : "foaf:Person",
"source" : "https://imma.ie/artists/susan-abrams/",
"url" : "https://imma.ie/artists/susan-abrams/",
"label" : "Susan Abrams"
}, {
"@id" : "spice:artefact/prayer-flags-and-snow-mountain-tibet",
"@type" : [ "schema:CreativeWork", "arco:CulturalProperty" ],
"creator" : "spice:agent/abrams-susan",
"author" : "spice:agent/abrams-susan",
"dateCreated" : "2001",
"url" : "https://imma.ie/collection/prayer-flags-and-snow-mountain-tibet/",
"hasRelatedAgency" : "https://w3id.org/spice/institute/imma",
"hasAuthorshipAttribution" : "spice:attribution/prayer-flags-and-snow-mountain-tibet",
"hasTitle" : "Prayer Flags and Snow Mountain, Tibet"
}, {
"@id" : "spice:attribution/prayer-flags-and-snow-mountain-tibet",
"@type" : "arco:AuthorshipAttribution",
"hasAttributedAuthor" : "spice:agent/abrams-susan"
} ],
"@context" : {
"hasAttributedAuthor" : {
"@id" : "https://w3id.org/arco/ontology/context-description/hasAttributedAuthor",
"@type" : "@id"
},
"hasAuthorshipAttribution" : {
"@id" : "https://w3id.org/arco/ontology/context-description/hasAuthorshipAttribution",
"@type" : "@id"
},
"dateCreated" : {
"@id" : "http://schema.org/dateCreated"
},
"author" : {
"@id" : "http://schema.org/author",
"@type" : "@id"
},
"hasTitle" : {
"@id" : "https://w3id.org/arco/ontology/context-description/hasTitle"
},
"hasRelatedAgency" : {
"@id" : "https://w3id.org/arco/ontology/arco/hasRelatedAgency",
"@type" : "@id"
},
"url" : {
"@id" : "http://schema.org/url"
},
"creator" : {
"@id" : "http://purl.org/dc/elements/1.1/creator",
"@type" : "@id"
},
"source" : {
"@id" : "http://purl.org/dc/elements/1.1/source"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"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/"
}
}