query-a967a478188ea41e0d3dffb9171b13ad

rq turtle/ttl

title Properties with datatype Quantity and unit "percentage" SELECT ?prop ?propLabel ?propDescription WHERE { ?prop wikibase:propertyType wikibase:Quantity.

#?prop wdt:P2876 wd:Q11229. # no results

?prop p:P2302 ?s. ?s ps:P2302 wd:Q21514353. ?s pq:P2305 wd:Q11229.

#MINUS { ?prop wdt:P31 wd:Q24710760. }

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

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title Properties with datatype Quantity and unit "percentage"
SELECT ?prop ?propLabel ?propDescription WHERE {
  ?prop wikibase:propertyType wikibase:Quantity.

  #?prop wdt:P2876 wd:Q11229. # no results

  ?prop p:P2302 ?s.
  ?s ps:P2302 wd:Q21514353.
  ?s pq:P2305 wd:Q11229.

  #MINUS { ?prop wdt:P31 wd:Q24710760. }

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

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?prop"):::projected v2("?s") c9(["bd:serviceParam"]):::iri c5(["wd:Q21514353"]):::iri c2(["wikibase:Quantity"]):::iri c7(["wd:Q11229"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wikibase:propertyType"--> c2 v1 --"p:P2302"--> v2 v2 --"p:statement/P2302"--> c5 v2 --"p:qualifier/P2305"--> c7 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end