query-5da2aceef906d98d911f3c53c123a939
08:11, 4 April 2021 (UTC)) talk (Salgo60 i.e. it will be the same object in Wikidata... - same inscriptionLooks like U781 and U 782 is the
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
SELECT ?missing_rune ?nv
WHERE
{
[] wdt:P5176 ?i ; wdt:P1181 ?nv .
FILTER( ?nv > 0 && ?nv < 1190 )
BIND( CONCAT("U ",?i) as ?missing_rune)
FILTER NOT EXISTS { [] ps:P1261 ?missing_rune }
}
ORDER BY ?nv
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?i")
v4("?missing_rune"):::projected
v1("?nv"):::projected
a2((" "))
a1((" "))
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0a1 --"ps:P1261"--> e0v1
e0v1("?missing_rune"):::projected
e0a1((" ")):::projected
end
f0--EXISTS--> f0e0
f0 --> a1
f0 --> c1
f0 --> v4
a1 --"ps:P1261"--> v4
f1[["?nv > '0^^xsd:integer'?nv < '1190^^xsd:integer'"]]
f1 --> v1
a2 --"wdt:P5176"--> v3
a2 --"wdt:P1181"--> v1
bind2[/"concat('U ',?i)"/]
v3 --o bind2
bind2 --as--o v4