query-2a56fe697cfd2c7335d927fc0b87349f

rq turtle/ttl

?pp:P…?propertywd:P…

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?property WHERE {
  ?property wikibase:propertyType wikibase:ExternalId .
  ?property wikibase:claim ?p .
  ?item wdt:P31 wd:Q5 .
  ?item ?p [] .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item") v2("?p") v1("?property"):::projected a1((" ")) c5(["wd:Q5"]):::iri c2(["wikibase:ExternalId"]):::iri v1 --"wikibase:propertyType"--> c2 v1 --"wikibase:claim"--> v2 v3 --"wdt:P31"--> c5 v3 -->v2--> a1