All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sparqlqc.1.4.benchmark.projection.Q12a Maven / Gradle / Ivy

PREFIX : 

SELECT ?x ?y ?z WHERE {
	?x a :Student .
	?x :registeredAt ?y .
	?y a :University .
	?x :placeOfBirth ?z .
	?z a :City .
	?y :locatedAt ?z .	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy