query-51206e05dd7b94525a9e02b8fd5ff820

rq turtle/ttl

Propertiesinstance of (P31)main subject (P921)URL (P2699)publisher (P123)copyright license (P275)

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 ?toolLabel ?tool ?typeLabel ?URL ?publisherLabel ?licenseLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  ?tool wdt:P31 ?type.
  ?type wdt:P921 wd:Q81068910.
  OPTIONAL {
    ?tool wdt:P2699 ?URL;
      wdt:P123 ?publisher;
      wdt:P275 ?license.
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?URL"):::projected v5("?license") v4("?publisher") v1("?tool"):::projected v2("?type") c2(["bd:serviceParam"]):::iri c7(["wd:Q81068910"]):::iri c4(["en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> v2 v2 --"wdt:P921"--> c7 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P2699".-> v3 v1 --"wdt:P123"--> v4 v1 --"wdt:P275"--> v5 end