query-313cb7c589bbbd277d8698fe06d63085

rq turtle/ttl

Ships without launch dates

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#>
SELECT DISTINCT ?item ?itemLabel ?itemDescription ?label ?classLabel ?official WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
  {
    SELECT DISTINCT ?item ?class ?label ?official WHERE {
     # ?item wdt:P289 wd:Q60795392.
      ?item wdt:P31/wdt:P279* wd:Q177597.
  {?item wdt:P137 wd:Q172771}
     # ?item wdt:P289 ?class.
      MINUS {?item wdt:P793 wd:Q596643}
      MINUS {?item wdt:P31 wd:Q21514702}
    }
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c11(["wd:Q596643"]):::iri c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;"]):::literal c7(["wd:Q177597"]):::iri c9(["wd:Q172771"]):::iri c12(["wd:Q21514702"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c7 v1 --"wdt:P137"--> c9 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P793"--> c11 end subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P31"--> c12 end