query-49ea4a38570c0a407e0713e55f9fbaeb

rq turtle/ttl

الرسم البياني العكسي لأصنوفة Asterophryinae الأصل Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Reverzní graf mateřského taxonu Asterophryinae Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Graphe inversé des taxons parents d’Asterophryinae Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Grafico dei genitori della tassonomia delle Asterophryinae Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae bovenliggend taxon omgekeerde grafiek Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph Asterophryinae parent taxon reverse graph

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#>
#defaultView:Graph
PREFIX gas: <http://www.bigdata.com/rdf/gas#>

SELECT ?item ?itemLabel ?pic ?linkTo
WHERE
{
  SERVICE gas:service {
    gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.SSSP" ;
                gas:in wd:Q1968598;
                gas:traversalDirection "Reverse" ;
                gas:out ?item ;
                gas:out1 ?depth ;
                gas:maxIterations 3 ;
                gas:linkType wdt:P171 .
  }
  OPTIONAL { ?item wdt:P171 ?linkTo }
  OPTIONAL { ?item wdt:P18 ?pic }
  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("?depth") v1("?item"):::projected v3("?linkTo"):::projected v4("?pic"):::projected c2(["gas:program"]):::iri c6(["wd:Q1968598"]):::iri c4(["com.bigdata.rdf.graph.analytics.SSSP"]):::literal c8(["Reverse"]):::literal c19(["en"]):::literal c12(["3^^xsd:integer"]):::literal c17(["bd:serviceParam"]):::iri c14(["wdt:P171"]):::iri subgraph s1["http://www.bigdata.com/rdf/gas#service"] style s1 stroke-width:4px; c2 --"gas:gasClass"--> c4 c2 --"gas:in"--> c6 c2 --"gas:traversalDirection"--> c8 c2 --"gas:out"--> v1 c2 --"gas:out1"--> v2 c2 --"gas:maxIterations"--> c12 c2 --"gas:linkType"--> c14 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -->c14--> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v4 end subgraph s2["http://wikiba.se/ontology#label"] style s2 stroke-width:4px; c17 --"wikibase:language"--> c19 end