query-f06da5303e812ad79fcb31e18607b7ec
Conor SR azonosítóval rendelkezők szerb leírás nélkül2024. június 10.: 1544, bg: 287 2022. november 16.: 1285, bg: 254 2022. szeptember 21. 1298 2022. március 24. 1307
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],hu". }
?item wdt:P31 wd:Q5;
wdt:P3973 ?y_23;
wdt:P8851 ?y_22.
MINUS { ?item rdfs:label ?hulabel FILTER ( lang(?hulabel) = "sr" ) }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?hulabel")
v1("?item"):::projected
v3("?y_22")
v2("?y_23")
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,hu"]):::literal
c6(["wd:Q5"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
v1 --"wdt:P3973"--> v2
v1 --"wdt:P8851"--> v3
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
f1[["?hulabel = 'sr'"]]
f1 --> v4
v1 --"rdfs:label"--> v4
end