query-945740f4399572a40e5f0008a022c238

rq turtle/ttl

Families with OBIN, no "has part", labels SELECT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q8436 . ?item wdt:P1415 ?dummy0 . OPTIONAL { ?item wdt:P527 ?dummy1 } FILTER(!bound(?dummy1)) SERVICE wikibase:label { bd:serviceParam wikibase: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 bd: <http://www.bigdata.com/rdf#>
#Families with OBIN, no "has part", labels
SELECT ?item ?itemLabel
WHERE {
  ?item wdt:P31 wd:Q8436 .
  ?item wdt:P1415 ?dummy0 .
  OPTIONAL { ?item wdt:P527 ?dummy1 }
  FILTER(!bound(?dummy1))
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?dummy0") v1("?dummy1") v2("?item"):::projected c6(["bd:serviceParam"]):::iri c8(["en"]):::literal c2(["wd:Q8436"]):::iri f0[["not bound(?dummy1)"]] f0 --> v1 v2 --"wdt:P31"--> c2 v2 --"wdt:P1415"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P527".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end