-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharmstrong-arthur.jsonld
81 lines (81 loc) · 3.23 KB
/
armstrong-arthur.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/armstrong-arthur",
"@type" : "foaf:Person",
"description" : "Northern Irish painter Arthur Armstrong studied architecture at Queen’s University, Belfast, and art at the Belfast College of Art. Influenced by Cubism, Armstrong considered himself an abstract artist and painted landscapes as texture and shape. He exhibited widely in Europe and the United States from the 1960s, including solo exhibitions in Dublin, Gibraltar and Madrid. He was elected a member of the RHA in 1972 and joined Aosdána in 1981. His work is represented in public and private collections worldwide.",
"source" : "https://imma.ie/artists/arthur-armstrong/",
"birthDate" : "1924–1996",
"url" : "https://imma.ie/artists/arthur-armstrong/",
"label" : "Arthur Armstrong"
}, {
"@id" : "spice:artefact/rocky-landscape",
"@type" : [ "schema:CreativeWork", "arco:CulturalProperty" ],
"creator" : "spice:agent/armstrong-arthur",
"author" : "spice:agent/armstrong-arthur",
"dateCreated" : "1957",
"url" : "https://imma.ie/collection/rocky-landscape/",
"hasRelatedAgency" : "https://w3id.org/spice/institute/imma",
"hasAuthorshipAttribution" : "spice:attribution/rocky-landscape",
"hasTitle" : "Rocky Landscape"
}, {
"@id" : "spice:attribution/rocky-landscape",
"@type" : "arco:AuthorshipAttribution",
"hasAttributedAuthor" : "spice:agent/armstrong-arthur"
} ],
"@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"
},
"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"
},
"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/"
}
}