query-6dcae5624129ced276875617496884f2
List all "normally applying" properties (including inherited)This can be auto generated from a real simple template |Q14941854}}PropertyForThisType{{
Use at
- https://query.wikidata.org/sparql
PREFIX bd: <http://www.bigdata.com/rdf#>
prefix wdt: <http://www.wikidata.org/prop/direct/>
prefix entity: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
# Query to find, for a given starting class ?tree0 (in this case Q14941854),
# 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 (entity:Q14941854 AS ?tree0)
?class wdt:P1963 ?property .
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
?class rdfs:label ?classname .
?property rdfs:label ?propertyname .
}
}