query-a30a732280269809814745803fa6bacf

rq turtle/ttl

TM Author to add

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  VALUES ?identifier {wdt:P8065 wdt:P3576 wdt:P7041 wdt:P11790 wdt:P7168 wdt:P6941 }
  ?item ?identifier ?something .
  FILTER NOT EXISTS { ?item wdt:P11252 ?trismegistos }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?identifier") v1("?item"):::projected v4("?something") v2("?trismegistos") c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P11252"--> e0v2 e0v1("?item"):::projected e0v2("?trismegistos"):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> v2 v1 --"wdt:P11252"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end bind1[/VALUES ?identifier/] bind1-->v3 bind10(["wdt:P8065"]) bind10 --> bind1 bind11(["wdt:P3576"]) bind11 --> bind1 bind12(["wdt:P7041"]) bind12 --> bind1 bind13(["wdt:P11790"]) bind13 --> bind1 bind14(["wdt:P7168"]) bind14 --> bind1 bind15(["wdt:P6941"]) bind15 --> bind1 v1 -->v3--> v4