query-aa9b5f91e7ec38fe1df5a4779121591d

rq turtle/ttl

Graph of file format specification complexity for selected file formats

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wdno: <http://www.wikidata.org/prop/novalue/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Graph
PREFIX gas: <http://www.bigdata.com/rdf/gas#>

SELECT ?item ?itemLabel ?complexity ?numPages ?rgb ?linkTo {
  SERVICE gas:service {
    gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.SSSP" ;
                gas:in wd:Q26218182 ;
                gas:in wd:Q26235624 ;
                gas:traversalDirection "Forward" ;
                gas:out ?item ;
                gas:out1 ?depth ;
                gas:maxIterations 10 ;
                gas:linkType wdt:P2860 .
  }
  OPTIONAL { ?item wdt:P1104 ?numPages }
  OPTIONAL { ?item wdt:P953 ?fullText }
  OPTIONAL { ?item wdt:P2860 ?linkTo }
  OPTIONAL { ?item wdno:P2860 ?verifiedLeaf }
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
  BIND(
    IF(BOUND(?fullText) && (BOUND(?linkTo)|

Query found at