| Current Path : /proc/thread-self/root/usr/share/doc/perl-RDF-Query/examples/queries/ |
| Current File : //proc/thread-self/root/usr/share/doc/perl-RDF-Query/examples/queries/sparql-bgp-people.rq |
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?p ?name
WHERE {
?p a foaf:Person ;
foaf:name ?name .
}