gStore/data/LUBM_q2.sql

6 lines
78 B
MySQL
Raw Normal View History

select distinct ?x where
{
?x <rdf:type> <ub:Course>.
?x <ub:name> ?y.
}