Artifact - Static Files (E4)
From Rhizome Artbase
| language code | label | description | aliases | edit |
|---|---|---|---|---|
| en | Artifact - Static Files | edit |
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix wd: <https://artbase.rhizome.org/entity/>
prefix wdt: <https://artbase.rhizome.org/prop/direct/>
prefix : <https://example.org/>
start=@<artifact>
<artifact> {
wdt:P3 [wd:Q12215 wd:Q11992]
// rdfs:comment "Instance of [item: artifact]/ [item:static files]"
// rdfs:label "Instance of" ;
wdt:P141 @<download>
// rdfs:comment "artifact of [item:[download artifact]]"
// rdfs:label "artifact of" ;
wdt:P26 xsd:dateTime
// rdfs:comment "inception [date]"
// rdfs:label "inception" ;
wdt:P129 @<typeOfAccession>
// rdfs:comment "type of accession [item: (type of accession)]"
// rdfs:label "type of accession" ;
wdt:P85 xsd:dateTime
// rdfs:comment "date of accession [date]"
// rdfs:label "date of accession" ;
wdt:P118 wd:Q11967 OR @<artist>
// rdfs:comment "associated with [item:Rhizome Staff] OR [item: artist name]"
// rdfs:label "associated with" ;
wdt:P81 wd:*
// rdfs:comment "made of [item: (technical item)s]"
// rdfs:label "made of" ;
wdt:P117 wd:Q12139
// rdfs:comment "generated by [item:file copy]"
// rdfs:label "generated by" ;
wdt:P102 IRI *
// rdfs:comment "derived from [item:artwork outside link]"
// rdfs:label "derived from" ;
wdt:P46 [ <http://webenact.rhizome.org/>~ ] *
// rdfs:comment "access URL [http://webenact.rhizome.org/…] "
// rdfs:label "access URL" ;
}
<download> {
wdt:P3 wd:Q12081
// rdfs:comment "Instance of [item:[download artifact]]"
// rdfs:label "Instance of download" ;
}
<typeOfAccession> {
wdt:P3 wd:Q11996
// rdfs:comment "instance of [item: (type of accession)]"
// rdfs:label "instance of accession" ;
}
<artist> {
wdt:P3 [wd:Q6 wd:Q7]
// rdfs:comment "instance of person or collective"
// rdfs:label "instance of person or collective" ;
}