Skip to content

Instantly share code, notes, and snippets.

@jaw111
Created August 22, 2018 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaw111/0e087b26fbc34230befb7858085789ec to your computer and use it in GitHub Desktop.
Save jaw111/0e087b26fbc34230befb7858085789ec to your computer and use it in GitHub Desktop.
Using SPARQL 1.1 Federation with Tarql
familyName x
Allwood 10
Brandon 20
Caiazza 30
prefix foaf: <http://xmlns.com/foaf/0.1/>
select *
where {
service <http://bnb.data.bl.uk/sparql> {
?s a foaf:Person ;
foaf:familyName ?familyName
}
}
tarql sample.rq sample.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment