The following example demonstrates usage of the input:same-as pragma:
input:same-as
DEFINE input:same-as "yes" PREFIX geonames: <http://www.geonames.org/ontology#> SELECT ?s ?z WHERE { ?s geonames:parentFeature ?z . } LIMIT 100