query-5371b669fef13619d04f818c37dba04d
Propertiespart of (P361)copyright license (P275)logo image (P154)
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 ?image ?propItem ?propItemLabel ?value WHERE {
?app wdt:P361 wd:Q2896872.
OPTIONAL {?app wdt:P275 ?license.}
OPTIONAL {?app wdt:P154 ?image.}
?app ?prop ?value.
?propItem wikibase:directClaim ?prop.
?propItem wikibase:propertyType wikibase:ExternalId.
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;
v1("?app"):::projected
v3("?image"):::projected
v2("?license")
v4("?prop")
v6("?propItem"):::projected
v5("?value"):::projected
c9(["bd:serviceParam"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q2896872"]):::iri
c7(["wikibase:ExternalId"]):::iri
v1 --"wdt:P361"--> c2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P275".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P154".-> v3
end
v1 -->v4--> v5
v6 --"wikibase:directClaim"--> v4
v6 --"wikibase:propertyType"--> c7
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end