query-8b9b6f7917c89f71d9116c33a718a708

rq turtle/ttl

Propertiesprogrammed in (P277)instance of (P31)

Use at

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 ?soft ?softLabel ?classLabel WHERE {

  ?soft wdt:P277 wd:Q42478.
  ?soft wdt:P31 ?class .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?class") v1("?soft"):::projected c5(["bd:serviceParam"]):::iri c7(["en"]):::literal c2(["wd:Q42478"]):::iri v1 --"wdt:P277"--> c2 v1 --"wdt:P31"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end