1 2 3 4 5 6 7 8 9
PREFIX : <http://example.com/rsa_example.owl#> SELECT ?X WHERE { ?X a :D ; :R ?Y . ?Y :S ?Z . ?Z a :D . }