query-f03242fd2467fa62e0430a1bf8d1c0b0
Propertiesreadable file format (P1072)file format identification pattern (P4152)encoding (P3294)offset (P4153)relative to (P2210)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
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 ?value ?valueLabel ?ofset ?to WHERE {
?software wdt:P1072 ?item.
?item wdt:P4152 ?url.
?item p:P4152 _:b6.
_:b6 pq:P3294 ?value.
_:b6 pq:P4153 ?ofset.
_:b6 pq:P2210 ?to.
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("?item"):::projected
v5("?ofset"):::projected
v1("?software")
v6("?to"):::projected
v3("?url")
v4("?value"):::projected
a1((" "))
c8(["bd:serviceParam"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:direct/P1072"--> v2
v2 --"p:direct/P4152"--> v3
v2 --"p:P4152"--> a1
a1 --"p:qualifier/P3294"--> v4
a1 --"p:qualifier/P4153"--> v5
a1 --"p:qualifier/P2210"--> v6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end