query-aab2b91fd95c7aaa9fbc7be5e6205da6
Propertiesinstance of (P31)subclass of (P279)developer (P178)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 ?institute ?instituteLabel ?software ?softwareLabel ?license ?licenseLabel
WHERE
{
?institute wdt:P31 wd:Q31855.
?software wdt:P31/wdt:P279* wd:Q7397.
?software wdt:P178 ?institute.
OPTIONAl {?software wdt:P275 ?license}.
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("?institute"):::projected
v3("?license"):::projected
v2("?software"):::projected
a1((" "))
c4(["wd:Q7397"]):::iri
c8(["bd:serviceParam"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q31855"]):::iri
v1 --"wdt:P31"--> c2
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c4
v2 --"wdt:P178"--> v1
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P275".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end