query-df3bf2c523bf8958c79431c7a7e9b0f0

rq turtle/ttl

Queries

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel ?P1810 ?FMA WHERE {
  ?item wdt:P1402 ?FMA;
    p:P1402 _:b2.
  _:b2 pq:P1810 ?P1810.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
LIMIT 80000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?FMA"):::projected v3("?P1810"):::projected v1("?item"):::projected a1((" ")) c5(["bd:serviceParam"]):::iri c7(["en"]):::literal v1 --"p:direct/P1402"--> v2 v1 --"p:P1402"--> a1 a1 --"p:qualifier/P1810"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end