Re: [Virtuoso-users] How to SPARQL query from a rdf dataset

2014-01-20 Thread Jason Mai
nt Technology Providers > > On 20 Jan 2014, at 16:15, Joshua TAYLOR wrote: > > I'm not much of a Virtuoso user, but I do see that there's a similar > URL that might work better. What happens if you use the following > (note the .owl at the end)? > > from <h

[Virtuoso-users] How to SPARQL query from a rdf dataset

2014-01-20 Thread Jason Mai
Dear all, I'd like to know if it's possible to do sparql query from a rdf dataset as described in http://www.w3.org/TR/rdf-sparql-query/#specDataset I tried it in open-sourced openlink virtuoso sparql endpoint with this query: select * from where { ?s ?p ?o.