gStore/test/q4

8 lines
198 B
Plaintext

select ?x ?y1 ?y2 ?y3 where
{
?x <ub:worksFor> <http://www.Department0.University0.edu>.
?x <rdf:type> <ub:FullProfessor>.
?x <ub:name> ?y1.
?x <ub:emailAddress> ?y2.
?x <ub:telephone> ?y3.
}