query-61fe71ee9fbe312944955615324abaa6

rq turtle/ttl

PropertiesAtlas of Hillforts ID (P4102)National Heritage List for England number (P1216)image (P18)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?site1 ?site2 ?site1Label ?site2Label WHERE
{ ?site1 wdt:P4102 ?atlas;
  wdt:P1216 ?scheduled.
 ?site2 wdt:P1216 ?scheduled.
 MINUS{?site2 wdt:P4102 []}
# ?site2 wdt:P18 []
 SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en"}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?atlas") v3("?scheduled") v1("?site1"):::projected v4("?site2"):::projected a1((" ")) c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P4102"--> v2 v1 --"wdt:P1216"--> v3 v4 --"wdt:P1216"--> v3 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v4 --"wdt:P4102"--> a1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end