query-0f8c47dd1d77ad5dead637d24a35607f

rq turtle/ttl

Evolution and evolvabilitywikibase:propertyType

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?property ?propertyType
WHERE 
{
  VALUES ?property { wd:P6424 wd:P1416 }
  ?property wikibase:propertyType ?propertyType .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?property"):::projected v2("?propertyType"):::projected bind0[/VALUES ?property/] bind0-->v1 bind00(["wd:P6424"]) bind00 --> bind0 bind01(["wd:P1416"]) bind01 --> bind0 v1 --"wikibase:propertyType"--> v2