Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-RDF-Query/examples/queries/
Upload File :
Current File : //usr/share/doc/perl-RDF-Query/examples/queries/sparqlp-service-people-names.rq

PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT *
WHERE {
	SERVICE <http://kasei.us/sparql> {
		[] a foaf:Person ;
			foaf:name ?name .
	}
}