query-91a86cc0239bfe657d4355402330e5d0
08:46, 15 December 2019 (UTC)) talk (Máté Ebbe belecsúfít, hogy nem minden elemnél van preferred rangra álítva a legfrissebb érték, azokat javítani kell. (Illetve ha több logó van egy elemen, akkor most mindet hozza.) elemekkel is. Itt vannak az ideiek képei: (Q71266741)smartphone model series A harmadikat kiegészítettem a
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#defaultView:ImageGrid
SELECT DISTINCT ?image ?item WHERE { {?item wdt:P31 wd:Q19723451} UNION {?item wdt:P31 wd:Q71266741} . ?item wdt:P18 ?image; wdt:P577|wdt:P571 ?date FILTER (?date >= "2019-01-01T00:00:00Z"^^xsd:dateTime) }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?date")
v3("?image"):::projected
v2("?item"):::projected
c4(["wd:Q71266741"]):::iri
c3(["wd:Q19723451"]):::iri
f0[["?date >= '2019-01-01T00:00:00Z^^xsd:dateTime'"]]
f0 --> v1
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P31"--> c4
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P31"--> c3
end
union0r <== or ==> union0l
end
v2 --"wdt:P18"--> v3
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P571"--> v1
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P577"--> v1
end
union1r <== or ==> union1l
end