| 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-ask-people.rq |
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
ASK {
[] a foaf:Person .
}