-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharnold-eve.jsonld
81 lines (81 loc) · 3.39 KB
/
arnold-eve.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/arnold-eve",
"@type" : "foaf:Person",
"description" : "Born in Philadelphia to Russian parents, Eve Arnold began to take photographs while working at a photo-finishing plant in New York City. She went on to study photography at the New School for Social Research, New York in 1948. Arnold joined Magnum Photos in 1951 and moved to England in the 1960s, where she worked for the Sunday Times magazine. She travelled worldwide, photographing in China, Afghanistan, South Africa and Russia, and also made portraits of celebrated public figures such as Queen Elizabeth II, Malcolm X, and Marilyn Monroe. In 1995 she was made fellow of the Royal Photographic Society and elected Master Photographer by New York’s International Center of Photography. She published numerous books and exhibited her work worldwide.",
"source" : "https://imma.ie/artists/eve-arnold/",
"birthDate" : "1912–2012",
"url" : "https://imma.ie/artists/eve-arnold/",
"label" : "Eve Arnold"
}, {
"@id" : "spice:artefact/killarney",
"@type" : [ "schema:CreativeWork", "arco:CulturalProperty" ],
"creator" : "spice:agent/arnold-eve",
"author" : "spice:agent/arnold-eve",
"dateCreated" : "1974",
"url" : "https://imma.ie/collection/killarney/",
"hasRelatedAgency" : "https://w3id.org/spice/institute/imma",
"hasAuthorshipAttribution" : "spice:attribution/killarney",
"hasTitle" : "Killarney"
}, {
"@id" : "spice:attribution/killarney",
"@type" : "arco:AuthorshipAttribution",
"hasAttributedAuthor" : "spice:agent/arnold-eve"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/elements/1.1/description"
},
"birthDate" : {
"@id" : "http://schema.org/birthDate"
},
"url" : {
"@id" : "http://schema.org/url"
},
"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"
},
"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"
},
"creator" : {
"@id" : "http://purl.org/dc/elements/1.1/creator",
"@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/"
}
}