Re: [Virtuoso-users] SPARQL Query using "SERVICE"

2011-06-20 Thread Patrick van Kleef
onday, June 20, 2011 1:25 PM Subject: [Virtuoso-users] SPARQL Query using "SERVICE" Hi all Apologies if this is a trivial question. I'm trying to perform the following query, in my local endpoint, PREFIX uniprot:<http://purl.uniprot.org/uniprot/> SELECT * WHERE { ?a owl

Re: [Virtuoso-users] SPARQL Query using "SERVICE"

2011-06-20 Thread Boris Villazón Terrazas
5 PM *Subject:* [Virtuoso-users] SPARQL Query using "SERVICE" Hi all Apologies if this is a trivial question. I'm trying to perform the following query, in my local endpoint, PREFIX uniprot:<http://purl.uniprot.org/uniprot/> SELECT * WHERE {

Re: [Virtuoso-users] SPARQL Query using "SERVICE"

2011-06-20 Thread Rumi Tsekova
] SPARQL Query using "SERVICE" Hi all Apologies if this is a trivial question. I'm trying to perform the following query, in my local endpoint, PREFIX uniprot:<http://purl.uniprot.org/uniprot/> SELECT * WHERE { ?a owl:sameAs ?b . SERVICE <http://chebi.bi

[Virtuoso-users] SPARQL Query using "SERVICE"

2011-06-20 Thread Boris Villazón Terrazas
Hi all Apologies if this is a trivial question. I'm trying to perform the following query, in my local endpoint, PREFIX uniprot: SELECT * WHERE { ?a owl:sameAs ?b . *SERVICE {* ?b owl:sameAs uniprot:P20439 } } I'm having the fo