Hi everyone, When I run a sparql query eg: sparql select %s from <http://mygraph> where { %s %p %o} the information returned for %s looks like:
http://my_host_server/about/id/mygraph/ Is it possible to return a specified tag instead? eg just: http://mygraph? Secondly, As part of investigating this I've bee looking through the RM_RDF_LOAD_RDFXML procedure. This procedure appears to be a wrapper for RDF_LOAD_RDFXML however I cannot find RDF_LOAD_RDFXML anywhere as it is not visible under the DB procedures or anywhere else. Where might it be? Many thanks, Peter Secomb http://clearbluewater.com.au/
