query-53077c56446e42a91e5671edf77f7e5b

rq turtle/ttl

Propertiesreadable file format (P1072)instance of (P31)subclass of (P279)

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 DISTINCT ?software ?softwareLabel ?family ?familyLabel ?format ?formatLabel
WHERE 
{
  ?software wdt:P1072 ?family. 
  ?family wdt:P31 wd:Q26085352.
  ?format wdt:P279 ?family.
  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; v2("?family"):::projected v3("?format"):::projected v1("?software"):::projected c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c3(["wd:Q26085352"]):::iri v1 --"wdt:P1072"--> v2 v2 --"wdt:P31"--> c3 v3 --"wdt:P279"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end