gStore/test/q19

6 lines
135 B
Plaintext

select ?X ?Y where
{
?Y <rdf:type> <ub:Department>.
?X <ub:worksFor> ?Y.
?Y <ub:subOrganizationOf> <http://www.University0.edu>.
}