query-bffb43d9c499b3a0ddee79a884042746

rq turtle/ttl

title: For a topic (now aigua mineral), list the P31 with P642 and their values

SELECT ?item ?itemLabel ?meta ?metaLabel ?criteri ?criteriLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?item wdt:P31 wd:Q178921. ?item p:P31 [ps:P31 ?meta; pq:P642 ?criteri] } LIMIT 100

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: For a topic (now aigua mineral), list the P31 with P642 and their values

SELECT ?item ?itemLabel ?meta ?metaLabel ?criteri ?criteriLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P31 wd:Q178921.
 ?item p:P31 [ps:P31 ?meta; pq:P642 ?criteri]
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?criteri"):::projected v1("?item"):::projected v2("?meta"):::projected a1((" ")) c6(["wd:Q178921"]):::iri c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"p:direct/P31"--> c6 a1 --"p:statement/P31"--> v2 a1 --"p:qualifier/P642"--> v3 v1 --"p:P31"--> a1