Re: [Virtuoso-users] Wrong graph URI

2014-05-21 Thread Kingsley Idehen
On 12/4/12 5:48 AM, Przemyslaw Misiuda wrote: Hi When I execute |"SELECT DISTINCT ?g WHERE { GRAPH ?g {?s ?p ?o} }" on DBpedia, result contains entries like: | - b3sonto, - b3sifp, - dbprdf-label, - virtrdf-label - facets which seems to be invalid URI Best Regards Przemek Misiuda

Re: [Virtuoso-users] Wrong graph URI

2012-12-13 Thread Kingsley Idehen
On 12/12/12 11:20 AM, Gregory Williams wrote: On Dec 12, 2012, at 7:24 AM, Kingsley Idehen wrote: The problem is that these graphs are purpose specific. For instance, they don't have anything to do with DBpedia, they are installed by for use by our Faceted Browser (re. ). Basically, this is w

Re: [Virtuoso-users] Wrong graph URI

2012-12-12 Thread Gregory Williams
On Dec 12, 2012, at 7:24 AM, Kingsley Idehen wrote: > The problem is that these graphs are purpose specific. For instance, they > don't have anything to do with DBpedia, they are installed by for use by our > Faceted Browser (re. ). Basically, this is where it gets confusing > since we have two

Re: [Virtuoso-users] Wrong graph URI

2012-12-11 Thread Kingsley Idehen
On 12/11/12 1:47 PM, Kingsley Idehen wrote: >> - b3sonto, >> - b3sifp, >> - dbprdf-label, >> - virtrdf-label >> - facets Each of the above has an identifier in the form: , , , , and . You can copy or move triples from graphs denoted with the identifiers above to your own purpose specif

Re: [Virtuoso-users] Wrong graph URI

2012-12-11 Thread Kingsley Idehen
>> - b3sonto, >> - b3sifp, >> - dbprdf-label, >> - virtrdf-label >> - facets Each of the above has an identifier in the form: , , , , and . You can copy or move triples from graphs denoted with the identifiers above to your own purpose specific IRIs if required for your own usage scena

Re: [Virtuoso-users] Wrong graph URI

2012-12-11 Thread Rob Vesse
Hugh The SPARQL specification specifically says the following: "A SPARQL query is executed against an RDF Dataset which represents a collection of graphs. An RDF Dataset comprises one graph, the default graph, which does not have a name, and zero or more named graphs, where each named graph is id

Re: [Virtuoso-users] Wrong graph URI

2012-12-11 Thread Hugh Williams
Hi Przemek, In what way to you consider them invalid ? As a RDF Graph name can be whatever one chooses, it does not have to be an actual URI resolvable or not , even if it is generally recommended in the context of Linked Data ... Best Regards Hugh Williams Professional Services OpenLink Softw

[Virtuoso-users] Wrong graph URI

2012-12-11 Thread Przemyslaw Misiuda
Hi When I execute |"SELECT DISTINCT ?g WHERE { GRAPH ?g {?s ?p ?o} }" on DBpedia, result contains entries like: | - b3sonto, - b3sifp, - dbprdf-label, - virtrdf-label - facets which seems to be invalid URI Best Regards Przemek Misiuda ---