RDF GAS API
Query http://tinyurl.com/grlukdk----
#People related to Gustav Vasa
#defaultView:Graph
PREFIX gas: <http://www.bigdata.com/rdf/gas#>
SELECT ?item ?itemLabel ?pic ?WikiTreef ?FindAGravef ?linkTo {
SERVICE gas:service {
gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.SSSP" ;
gas:in wd:Q52947 ;
# gas:traversalDirection "Forward" ;
gas:traversalDirection "Undirected" ;
# gas:traversalDirection "Reverse" ;
gas:out ?item ;
gas:out1 ?depth ;
gas:maxIterations 4 ;
gas:linkType wdt:P40 .
}
OPTIONAL { ?item wdt:P40 ?linkTo }
OPTIONAL { ?item wdt:P18 ?pic }
SERVICE wikibase:label {bd:serviceParam wikibase:language "sv" }
}
------
Querying the Wikidata Knowledge Graph pdf
Inga kommentarer:
Skicka en kommentar