This HTML5 document contains 30 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/
n11http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n4http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n10http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n12http://vos.openlinksw.com/dataspace/person/dav#
n16http://docs.openlinksw.com/virtuoso/soap.html#
n9http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n8http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n7http://vos.openlinksw.com/dataspace/person/owiki#
n15http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint/sioc.
siochttp://rdfs.org/sioc/ns#
Subject Item
n12:this
foaf:made
n2:VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
Subject Item
n4:this
sioc:creator_of
n2:VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
Subject Item
n11:item
n10:services_of
n2:VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
Subject Item
n8:this
sioc:creator_of
n2:VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
Subject Item
n9:VOS
sioc:container_of
n2:VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
atom:entry
n2:VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
atom:contains
n2:VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
Subject Item
n2:VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:40:42.323583
dcterms:modified
2017-06-13T05:40:42.323583
rdfs:label
VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
foaf:maker
n7:this n12:this
dc:title
VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
opl:isDescribedUsing
n15:rdf
sioc:has_creator
n4:this n8:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---+How Can I send SOAP requests to a Virtuoso SPARQL Endpoint? The following example presents a sample scenario on how to execute a SPARQL query as a SOAP request to the Virtuoso SPARQL Endpoint. 1 Assume the following sample SOAP request containing simple SPARQL query: <verbatim> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <query-request xmlns="http://www.w3.org/2005/09/sparql-protocol-types/#"> <query xmlns="">SELECT DISTINCT ?z FROM virtrdf: {?x ?y ?z .} LIMIT 10</query> </query-request> </soapenv:Body> </soapenv:Envelope> </verbatim> 1 Save locally the content from above for ex. to file with the name "soap.xml". 1 To pass the SOAP request to a Virtuoso SPARQL Endpoint, execute the following curl command: <verbatim> $ curl -d@soap.xml -H "Content-Type:text/xml" -H "SOAPAction: ''" http://localhost:8890/sparql <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <query-result xmlns="http://www.w3.org/2005/09/sparql-protocol-types/#"> <sparql xmlns="http://www.w3.org/2005/sparql-results#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/sw/DataAccess/rf1/result2.xsd"> <head> <variable name="z"/> </head> <results distinct="false" ordered="true"> <result> <binding name="z"> <uri>http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat</uri> </binding> </result> <result> <binding name="z"> <uri>http://www.openlinksw.com/schemas/virtrdf#QuadStorage</uri> </binding> </result> <result> <binding name="z"> <uri>http://www.openlinksw.com/schemas/virtrdf#array-of-QuadMapFormat</uri> </binding> </result> <result> <binding name="z"> <uri>http://www.openlinksw.com/schemas/virtrdf#QuadMap</uri> </binding> </result> <result> <binding name="z"> <uri>http://www.openlinksw.com/schemas/virtrdf#QuadMapValue</uri> </binding> </result> <result> <binding name="z"> <uri>http://www.openlinksw.com/schemas/virtrdf#array-of-QuadMapColumn</uri> </binding> </result> <result> <binding name="z"> <uri>http://www.openlinksw.com/schemas/virtrdf#QuadMapColumn</uri> </binding> </result> <result> <binding name="z"> <uri>http://www.openlinksw.com/schemas/virtrdf#array-of-QuadMapATable</uri> </binding> </result> <result> <binding name="z"> <uri>http://www.openlinksw.com/schemas/virtrdf#QuadMapATable</uri> </binding> </result> <result> <binding name="z"> <uri>http://www.openlinksw.com/schemas/virtrdf#QuadMapFText</uri> </binding> </result> </results> </sparql> </query-result> </soapenv:Body> </soapenv:Envelope> </verbatim> ---++Related * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[http://docs.openlinksw.com/virtuoso/soap.html#soapovervw][Virtuoso SOAP]]
sioc:id
fe4cd4e4979c1ee07d4ca892cfbf6e11
sioc:link
n2:VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
sioc:has_container
n9:VOS
n10:has_services
n11:item
atom:title
VirtTipsAndTricksSOAPRequestsAgainstSPARQLEndpoint
sioc:links_to
n16:soapovervw
atom:source
n9:VOS
atom:author
n12:this
atom:published
2017-06-13T05:40:42Z
atom:updated
2017-06-13T05:40:42Z
sioc:topic
n9:VOS