query-30e45af949d8fb2dfc13fd4a0bf5a611

rq turtle/ttl

Subclasses of the occupation "performing artist" rendered as a graph Subclasses of the occupation "performing artist" rendered as a graph Subclasses of the occupation "performing artist" rendered as a graph Subclasses van het beroep "uitvoerend artiest" weergegeven als een grafiek Subclasses of the occupation "performing artist" rendered as a graph

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?vArtistType ?vArtistTypeLabel ?vArtistTypePar ?vArtistTypeParLabel
WHERE 
{

  ?vArtistType      wdt:P279*     wd:Q713200.
  ?vArtistTypePar   wdt:P279      ?vArtistType.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
#defaultView:Graph

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?vArtistType"):::projected v2("?vArtistTypePar"):::projected c2(["wd:Q713200"]):::iri c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P279"--> c2 v2 --"wdt:P279"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end