Description of [artwork] (E3)

From Rhizome Artbase
language codelabeldescriptionaliasesedit
enDescription of [artwork]Summary description of [artwork title] text by the artists, copyedited by Rhizome or text written by Rhizome Staff.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/>

#SPARQL '''SELECT ?item ?itemLabel WHERE {
#  ?item wdt:P3* wd:Q9759 .
#  SERVICE wikibase:label {
#    bd:serviceParam wikibase:language "en"
#  }
#} LIMIT 10'''@START

start=@<description>

<description>{

wdt:P3 [wd:Q9759 wd:Q4985]+ 
// rdfs:comment "instance of [item:summary] [item:description]"
// rdfs:label "instance of summary and/or description" ;

wdt:P124 @<descriptionOf> 
// rdfs:comment "description of [item:Artwork Main]"
// rdfs:label "description of artwork" ; 

wdt:P127 wd:Q11967 OR @<artist>
// rdfs:comment "attributed to [item:person] [item:collective] [item: Rhizome Staff]"
// rdfs:label "attributed to artist or Rhizome Staff" ;

wdt:P26 xsd:dateTime 
// rdfs:comment "inception [date]"
// rdfs:label "inception" ;

wdt:P102 @<derivedFrom> ? 
// rdfs:comment "optional: derived from [item: summary description by the artist]"
// rdfs:label "derived from summary by artist/s" ; 

wdt:P133 wd:Q11967 ? 
// rdfs:comment "copyedited by [item:Rhizome staff]"
// rdfs:label "derived from summary description by artist/s" ;
}

<descriptionOf> {
wdt:P3 wd:Q5
// rdfs:comment "instance of [item:Artwork Main]"
// rdfs:label "description of artwork" ; 
}

<artist> {
wdt:P3 [wd:Q6 wd:Q7]
// rdfs:comment "instance of [item:person] [item:collective]"
// rdfs:label "instance of person or collective" ;
}

<derivedFrom> {
wdt:P3 [wd:Q4985 wd:Q9759]
// rdfs:comment "instance of [summary description by the artist] or [description]"
// rdfs:label "derived from summary or description by artist/s" ;
}