query-f19b8c2e03311f36304886653ad4d03f
Propertiesmaintained by WikiProject (P6104)copyright license (P275)instance of (P31)subclass of (P279)
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 DISTINCT ?item ?itemLabel ?license ?licenseLabel
WHERE {
?item wdt:P6104 wd:Q56241615 .
?item wdt:P275 ?license .
?license wdt:P31*/wdt:P279* wd:Q30939938 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?item ?itemLabel ?license ?licenseLabel
LIMIT 200
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?license"):::projected
a1((" "))
c8(["bd:serviceParam"]):::iri
c2(["wd:Q56241615"]):::iri
c6(["wd:Q30939938"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P6104"--> c2
v1 --"wdt:P275"--> v2
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end