5 lines
84 B
MySQL
5 lines
84 B
MySQL
|
select distinct ?x where
|
||
|
{
|
||
|
?x <rdf:type> <ub:UndergraduateStudent>.
|
||
|
}
|