Created
August 22, 2018 21:22
-
-
Save jaw111/0e087b26fbc34230befb7858085789ec to your computer and use it in GitHub Desktop.
Using SPARQL 1.1 Federation with Tarql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
familyName | x | |
---|---|---|
Allwood | 10 | |
Brandon | 20 | |
Caiazza | 30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prefix foaf: <http://xmlns.com/foaf/0.1/> | |
select * | |
where { | |
service <http://bnb.data.bl.uk/sparql> { | |
?s a foaf:Person ; | |
foaf:familyName ?familyName | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tarql sample.rq sample.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment