query-3e12dda69376bd0f94c3d4db8bfb4726

rq turtle/ttl

Query to find, for a given starting class ?tree0 (in this case Q875538), # what properties are registered as normally applying # to it, or to a super-class of it # Query generated by [[Template:PropertyForThisType]]

SELECT ?class ?classname ?property ?propertyname WHERE { ?tree0 (wdt:P279)* ?class . BIND (wd:Q875538 AS ?tree0) ?class wdt:P1963 ?property . SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . ?class rdfs:label ?classname . ?property rdfs:label ?propertyname . } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Query to find, for a given starting class ?tree0 (in this case Q875538),
  # what properties are registered as normally applying
  # to it, or to a super-class of it
  # Query generated by [[Template:PropertyForThisType]]

SELECT ?class ?classname ?property ?propertyname WHERE {
  ?tree0 (wdt:P279)* ?class .
  BIND (wd:Q875538 AS ?tree0)
  ?class wdt:P1963 ?property .
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" .
    ?class rdfs:label ?classname .
    ?property rdfs:label ?propertyname .
  }
}

Query found at