query-120319bc1e8bea158dc7768b94f57c76
SELECT DISTINCT ?item ?itemLabel ?basionymof ?basionymofLabel WHERE { SELECT DISTINCT ?qid ?P12766 WHERE { ?item wdt:P171 wd:Q25347. ?item p:P2868 ?s. ?s ps:P2868 wd:Q810198; pq:P642 ?basionymof . FILTER NOT EXISTS { ?s prov:wasDerivedFrom ?r } FILTER NOT EXISTS { ?item wdt:P12766 ?basionymof } ?basionymof wdt:P566 ?item. # only those matched with a reciprocal statement SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". } BIND (ENCODE_FOR_URI(REPLACE(STR(?item), ".Q", "Q")) AS ?qid) BIND (ENCODE_FOR_URI(REPLACE(STR(?basionymof ), ".*Q", "Q")) AS ?P12766) }
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX prov: <http://www.w3.org/ns/prov#>
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 ?basionymof ?basionymofLabel WHERE {
SELECT DISTINCT ?qid ?P12766 WHERE {
?item wdt:P171* wd:Q25347.
?item p:P2868 ?s.
?s ps:P2868 wd:Q810198;
pq:P642 ?basionymof .
FILTER NOT EXISTS { ?s prov:wasDerivedFrom ?r }
FILTER NOT EXISTS { ?item wdt:P12766 ?basionymof }
?basionymof wdt:P566 ?item. # only those matched with a reciprocal statement
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
BIND (ENCODE_FOR_URI(REPLACE(STR(?item), ".*Q", "Q")) AS ?qid)
BIND (ENCODE_FOR_URI(REPLACE(STR(?basionymof ), ".*Q", "Q")) AS ?P12766)
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?P12766"):::projected
v2("?basionymof")
v1("?item")
v5("?qid"):::projected
v4("?r")
v3("?s")
c13(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal
c4(["wd:Q25347"]):::iri
c7(["wd:Q810198"]):::iri
c11(["bd:serviceParam"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"p:direct/P12766"--> e0v2
e0v2("?basionymof"):::projected
e0v1("?item"):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> v2
v1 --"p:direct/P12766"--> v2
f1[["not "]]
subgraph f1e1["Exists Clause"]
e1v1 --"prov:wasDerivedFrom"--> e1v2
e1v2("?r"):::projected
e1v1("?s"):::projected
end
f1--EXISTS--> f1e1
f1 --> v3
f1 --> c2
f1 --> v4
v3 --"prov:wasDerivedFrom"--> v4
v1 --"p:direct/P171"--> c4
v1 --"p:P2868"--> v3
v3 --"p:statement/P2868"--> c7
v3 --"p:qualifier/P642"--> v2
v2 --"p:direct/P566"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end
bind2[/"encode-for-uri(replace(str(?item),'.*Q','Q'))"/]
v1 --o bind2
bind2 --as--o v5
bind3[/"encode-for-uri(replace(str(?basionymof),'.*Q','Q'))"/]
v2 --o bind3
bind3 --as--o v6