query-d3c3e82a901f3eb87cdfca9a205ea17e
Propertiesinstance of (P31)subclass of (P279)copyright license (P275)
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 ?app ?appLabel ?licenseLabel ?date
WHERE {
?app wdt:P31/wdt:P279* wd:Q15548076.
?app wdt:P275 ?license .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY ?license
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?app"):::projected
v1("?license")
a1((" "))
c6(["bd:serviceParam"]):::iri
c8(["en"]):::literal
c3(["wd:Q15548076"]):::iri
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v2 --"wdt:P275"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end