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

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

PREFIX : 

SELECT ?x ?y ?z ?t ?s ?ag ?sx ?email ?dept ?course  WHERE 
{ 
  ?x a :Student .
  ?x :name ?y . 
  ?x :nickName ?z . 
  ?x :telephone ?t . 
  ?x :ssn ?s . 
  ?x :age ?ag . 
  ?x :sex ?sx . 
  ?x :emailAddress ?email . 
  ?x :memberOf ?dept . 
  ?x :takesCourse ?course . 
  ?x :masterDegreeFrom ?master .
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy