Hello everyone, I am trying to execute a query (below)
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT distinct ?s ?p ?o WHERE { ?p rdfs:domain ?s. ?p rdfs:range ?o. } It execute without giving any error using ARQ but does not return any result. I am trying to fetch values from the resultset using get method. I tried the same query on ontology built using Protege 4.x and I was able to see answer. Can any one let me know what is the issue. Regards, Ankur Padia.
