query-cdc1b5dfaaa2544bd27b3180f0199183
Propertiescopyright license (P275)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?sLabel ?s ?license ?licenseLabel
WHERE {
?s wdt:P275 ?license .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?license"):::projected
v1("?s"):::projected
c3(["bd:serviceParam"]):::iri
c5(["en"]):::literal
v1 --"wdt:P275"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end