1PREFIX ex: <http://example.org/ns#>
2PREFIX rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
3SELECT ?x
4WHERE {
5  ?x rdf:type ex:c2 .
6}
7
8