query-fbf040b212025a5a1245cfd4ce3c6d8b
Propertiesinstance of (P31)uses (P2283)subclass of (P279)software version identifier (P348)
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 bd: <http://www.bigdata.com/rdf#>
SELECT ?article ?articleLabel ?softwareLabel ?date
WHERE {
?article wdt:P31 wd:Q13442814 .
?article wdt:P2283 ?software .
?software wdt:P279 wd:Q1204300 .
?software wdt:P348 ?version .
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?article"):::projected
v2("?software")
v3("?version")
c2(["wd:Q13442814"]):::iri
c8(["bd:serviceParam"]):::iri
c5(["wd:Q1204300"]):::iri
c10(["en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P2283"--> v2
v2 --"wdt:P279"--> c5
v2 --"wdt:P348"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end