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] Select from group graph in SQL

2012-12-11 Thread Dimitris Kontokostas
Hi Hugh, I hardcoded the gragh with the most triples for now (live.nl.dbpedia.org) to have something to show, so it is not fixed yet. Any suggestions? Best, Dimitris On Tue, Dec 11, 2012 at 7:28 PM, Hugh Williams wrote: > Hi Dimitris, > > Have your resolved or worked around this issue as I no

Re: [Virtuoso-users] Select from group graph in SQL

2012-12-11 Thread Hugh Williams
Hi Dimitris, Have your resolved or worked around this issue as I not the link in [2] is returning a HTML description of the resource and not an empty page as indicated ? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Webl

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

Re: [Virtuoso-users] Error setting up VirtuosoRepository, (openrdf-sesame-2.6.10-onejar.jar to be update for NoClassDefFoundError: org/openrdf/query/UpdateExecutionException)

2012-12-11 Thread sukhdev papun
Thanks Hugh, for your response. On Tue, Dec 11, 2012 at 8:22 PM, Hugh Williams wrote: > Hi Sukhde, > > Thanks for the notification, the problem is keeping up with all the new > updates and different Sesame versions out there, as having release 2.6.10 > in November I saw an announcement last week

Re: [Virtuoso-users] Error setting up VirtuosoRepository, (openrdf-sesame-2.6.10-onejar.jar to be update for NoClassDefFoundError: org/openrdf/query/UpdateExecutionException)

2012-12-11 Thread Hugh Williams
Hi Sukhde, Thanks for the notification, the problem is keeping up with all the new updates and different Sesame versions out there, as having release 2.6.10 in November I saw an announcement last week stating Sesame 2.7.x is due out this month, so more fun and games no doubt. So rather we have

[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 ---

[Virtuoso-users] Select from group graph in SQL

2012-12-11 Thread Dimitris Kontokostas
Hi, I am trying to adapt the DBpedia plugin to work with graph groups in http://live.nl.dbpedia.org Right now I have the "http://nl.dbpedia.org"; as a group graph that contains the "http://live.nl.dbpedia.org"; and "http://static.nl.dbpedia.org"; The problem is that the description page is render

[Virtuoso-users] Error setting up VirtuosoRepository, (openrdf-sesame-2.6.10-onejar.jar to be update for NoClassDefFoundError: org/openrdf/query/UpdateExecutionException)

2012-12-11 Thread sukhdev papun
Hi, I am a research student at IIT Delhi, India. While using Virtuoso Seasame Provider, I found that the library, openrdf-sesame-2.1.2-onejar.jar, (size 1.6 mb) mentioned in the tutorialis unable to set up repository