This HTML5 document contains 31 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n7http://vos.openlinksw.com/dataspace/services/wiki/
n16https://www.ebi.ac.uk/fgpt/atlasrdf/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n5http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n8http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n6http://vos.openlinksw.com/dataspace/person/dav#
n9http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n20http://vos.openlinksw.com/dataspace/owiki#
n18http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksFedOptionClauseSupport/sioc.
xsdhhttp://www.w3.org/2001/XMLSchema#
n10http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n14http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n6:this
foaf:made
n2:VirtTipsAndTricksFedOptionClauseSupport
Subject Item
n5:this
sioc:creator_of
n2:VirtTipsAndTricksFedOptionClauseSupport
Subject Item
n7:item
n8:services_of
n2:VirtTipsAndTricksFedOptionClauseSupport
Subject Item
n20:this
sioc:creator_of
n2:VirtTipsAndTricksFedOptionClauseSupport
Subject Item
n9:VOS
sioc:container_of
n2:VirtTipsAndTricksFedOptionClauseSupport
atom:entry
n2:VirtTipsAndTricksFedOptionClauseSupport
atom:contains
n2:VirtTipsAndTricksFedOptionClauseSupport
Subject Item
n2:VirtTipsAndTricksFedOptionClauseSupport
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:45:20.481741
dcterms:modified
2017-06-13T05:45:20.481741
rdfs:label
VirtTipsAndTricksFedOptionClauseSupport
foaf:maker
n14:this n6:this
dc:title
VirtTipsAndTricksFedOptionClauseSupport
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n5:this n20:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---++How to handle SPARQL-FED queries for SPARQL endpoints with no OPTION() clause supported? Suppose the following sample scenario: 1. Assume the following SPARQL-FED query: <verbatim> PREFIX wp: <http://vocabularies.wikipathways.org/wp#> PREFIX atlasterms: <http://rdf.ebi.ac.uk/terms/atlas/> PREFIX efo: <http://www.ebi.ac.uk/efo/> SELECT DISTINCT ?wpTitle ?dbXref ?expressionValue WHERE { { GRAPH <http://wikipathways> { ?pwElement dcterms:isPartOf ?wpPathway . ?wpPathway dc:identifier <http://identifiers.org/wikipathways/WP455> . ?wpPathway dc:title ?wpTitle . ?pwElement wp:bdbEnsembl ?dbXref . } SERVICE <https://www.ebi.ac.uk/fgpt/atlasrdf/sparql> { ?value atlasterms:hasFactorValue ?factor . ?value atlasterms:isMeasurementOf ?probe . ?value atlasterms:pValue ?pvalue . ?value rdfs:label ?expressionValue . ?probe atlasterms:dbXref ?dbXref . ?disFactor rdfs:subClassOf+ efo:EFO_0000408 . ?disease rdf:type ?disFactor . ?disFactor rdfs:label ?label . } } } </verbatim> 1. Execute the query from Virtuoso sparql endpoint 1. As result you should get the following error: <verbatim> Virtuoso 37000 Error SP031: SPARQL compiler: SERVICE <https://www.ebi.ac.uk/fgpt/atlasrdf/sparql> at line 18 does not support OPTION (...) clause for triples so SPARQL query can not be composed </verbatim> The error message means that the <b> https://www.ebi.ac.uk/fgpt/atlasrdf/sparql </b> sparql endpoint does not support OPTION clause. Basically, one should be able to use the following command to interrogate a target SPARQL endpoint (if initial SPARQL-FED fails): <verbatim> SPARQL LOAD SERVICE <{SPARQL-END-POINT-URL}> DATA </verbatim> So in our example it would be: <verbatim> LOAD SERVICE <https://www.ebi.ac.uk/fgpt/atlasrdf/sparql> DATA ; </verbatim> ---+++Related * [[VirtTipsAndTricksDiscoverSPARQFedCapabilities][How to discover the capabilities of a SPARQL endpoint en route to enhancing SPARQL-FED usage from Virtuoso instances?]]
sioc:id
14f32530843307f1efc38a9d684ad429
sioc:link
n2:VirtTipsAndTricksFedOptionClauseSupport
sioc:has_container
n9:VOS
n8:has_services
n7:item
atom:title
VirtTipsAndTricksFedOptionClauseSupport
sioc:links_to
n10:VirtTipsAndTricksDiscoverSPARQFedCapabilities n16:sparql
atom:source
n9:VOS
atom:author
n6:this
atom:published
2017-06-13T05:45:20Z
atom:updated
2017-06-13T05:45:20Z
sioc:topic
n9:VOS