gStore/test/q14

7 lines
187 B
Plaintext

select ?X ?Y where
{
?X <rdf:type> <ub:Student>.
?Y <rdf:type> <ub:Course>.
?X <ub:takesCourse> ?Y.
<http://www.Department0.University0.edu/AssociateProfessor0> <ub:teacherOf> ?Y.
}