mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add support for Turtle and SPARQL
This commit is contained in:
7
samples/SPARQL/foaf.sparql
Normal file
7
samples/SPARQL/foaf.sparql
Normal file
@@ -0,0 +1,7 @@
|
||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||
SELECT ?name ?email
|
||||
WHERE {
|
||||
?person a foaf:Person.
|
||||
?person foaf:name ?name.
|
||||
?person foaf:mbox ?email.
|
||||
}
|
||||
Reference in New Issue
Block a user