-
Notifications
You must be signed in to change notification settings - Fork 1
/
antoni-janine.jsonld
81 lines (81 loc) · 3.03 KB
/
antoni-janine.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
74
75
76
77
78
79
80
81
{
"@graph" : [ {
"@id" : "spice:agent/antoni-janine",
"@type" : "foaf:Person",
"description" : "Janine Antoni was born in the Bahamas. She holds a BA from Sarah Lawrence College and an MFA from Rhode Island School of Design. She received the MacArthur Fellowship in 1998 and the Larry Aldrich Foundation Award in 1999 and was a 2011 Guggenheim Fellow. Antoni has exhibited extensively in the United States and teaches at Columbia University School of the Arts.",
"source" : "https://imma.ie/artists/janine-antoni/",
"birthDate" : "b.1964",
"url" : "https://imma.ie/artists/janine-antoni/",
"label" : "Janine Antoni"
}, {
"@id" : "spice:artefact/unveiling",
"@type" : [ "schema:CreativeWork", "arco:CulturalProperty" ],
"creator" : "spice:agent/antoni-janine",
"author" : "spice:agent/antoni-janine",
"dateCreated" : "1994",
"url" : "https://imma.ie/collection/unveiling/",
"hasRelatedAgency" : "https://w3id.org/spice/institute/imma",
"hasAuthorshipAttribution" : "spice:attribution/unveiling",
"hasTitle" : "Unveiling"
}, {
"@id" : "spice:attribution/unveiling",
"@type" : "arco:AuthorshipAttribution",
"hasAttributedAuthor" : "spice:agent/antoni-janine"
} ],
"@context" : {
"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"
},
"description" : {
"@id" : "http://purl.org/dc/elements/1.1/description"
},
"birthDate" : {
"@id" : "http://schema.org/birthDate"
},
"source" : {
"@id" : "http://purl.org/dc/elements/1.1/source"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasAttributedAuthor" : {
"@id" : "https://w3id.org/arco/ontology/context-description/hasAttributedAuthor",
"@type" : "@id"
},
"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/"
}
}