6 lines
78 B
MySQL
6 lines
78 B
MySQL
|
select distinct ?x where
|
||
|
{
|
||
|
?x <rdf:type> <ub:Course>.
|
||
|
?x <ub:name> ?y.
|
||
|
}
|