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

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

PREFIX : 






SELECT * WHERE { 
  ?x a :Student . 
  {?x :name ?y } 
    UNION 
  {?x :nickName ?z .
   ?x :telephone ?tel .
   ?x :ssn ?ssn .
   ?x :sex ?sex . 
   ?x :memberOf ?dept .
   ?x :emailAddress ?email .
   ?x :age ?age  .
    } 
 ?x :takesCourse ?course .
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy