- From: Eric Jain <Eric.Jain@isb-sib.ch>
- Date: Fri, 13 May 2005 08:59:34 +0200
- To: Geoff Chappell <gchappell@intellidimension.com>
- CC: public-semweb-lifesci@w3.org
Geoff Chappell wrote: > Will do. In the meantime, you're welcome to pass any queries along to me and > I'll add them as examples. So here's another query: select ?protein ?go using uniprot where { $protein [rdf:type] Protein } and { $protein classifiedAs $go } Can you set a default namespace? If you allow restrictions on namespaces, you could also add: and namespace($go) = 'urn:lsid:uniprot.org:go:' Incidently, what's the overhead of federated queries? Let's say the GO data was stored in its own database (on the same server), how much would this slow down the query above?
Received on Friday, 13 May 2005 06:56:35 UTC