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

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

PrefixNamespace IRI
n14http://sourceforge.net/project/showfiles.php?group_id=161622&package_id=
dctermshttp://purl.org/dc/terms/
n15http://s3.amazonaws.com/opldownload/uda/vad-packages/6.2/virtuoso/fct_dav.
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n22http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoFacetsWebServiceSOAPExample/sioc.
n12http://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/
n16http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSparqlCxml#
n24http://vos.openlinksw.com/dataspace/dav#
n18http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSparqlCxmlFacetPivotBridge#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n11http://rdfs.org/sioc/services#
n23http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n17http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtVisualizeWithPivotViewer#
n6http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n20http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n4http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n8http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:VirtuosoFacetsWebServiceSOAPExample
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:44:20.717112
dcterms:modified
2017-06-13T05:44:20.717112
rdfs:label
VirtuosoFacetsWebServiceSOAPExample
foaf:maker
n8:this n23:this
dc:title
VirtuosoFacetsWebServiceSOAPExample
opl:isDescribedUsing
n22:rdf
sioc:has_creator
n20:this n24:this
sioc:content
%META:TOPICPARENT{name="VirtuosoFacetsWebService"}% ---+++Example using SOAP This example shows execution of the same command as in [[VirtuosoFacetsWebServiceCURLExample1][the example]] for REST interface and here it uses SOAP: Request message: <verbatim> <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <query xmlns="http://openlinksw.com/services/facets/1.0/" inference="" same-as=""> <text>Seattle Mariners traveled all the way to Japan to watch</text> <view type="text" limit="20" offset="0"/> </query> </SOAP:Body> </SOAP:Envelope> </verbatim> Response message: <verbatim> <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <fct:facets xmlns:fct="http://openlinksw.com/services/facets/1.0/"> <fct:sparql> SELECT DISTINCT ?s1 AS ?c1, ( bif:search_excerpt ( bif:vector ( 'THE', 'MARINERS', 'WAY', 'SEATTLE', 'WATCH', 'ALL', 'TO', 'JAPAN', 'TRAVELED' ), ?o1)) AS ?c2 WHERE { ?s1 ?s1textp ?o1 . filter ( bif:contains ( ?o1, '(THE AND MARINERS AND WAY AND SEATTLE AND WATCH AND ALL AND TO AND JAPAN AND TRAVELED)' ) ) } LIMIT 20 OFFSET 0 </fct:sparql> <fct:time>114</fct:time> <fct:complete>yes</fct:complete> <fct:db-activity> 134R rnd 9.488KR seq 0P disk 8.966MB / 602 messages</fct:db-activity> <fct:result> <fct:row> <fct:column datatype="url" shortform="http://bobdupuy.mlbl...ld_baseball__6.html"><![CDATA[http://bobdupuy.mlblogs.com/bobdupuy/2006/03/world_baseball__6.html]]></fct:column> <fct:column/> <fct:column><![CDATA[<span class="srch_xerpt">... While Chuck Armstrong president of <b>the</b> <b>Seattle</b> <b>Mariners</b> <b>traveled</b> <b>all</b> <b>the</b> <b>way</b> <b>to</b> <b>Japan</b> <b>to</b> <b>watch</b> Ichiro... for <b>the</b> advancing <b>Japan</b> team last week <b>the</b> star from <b>the</b> <b>Seattle</b> roster so far in Round 1 has without a doubt... leading <b>the</b> Dominican <b>to</b> its...</span>]]></fct:column> </fct:row> <fct:row> <fct:column datatype="url" shortform="http://bobdupuy.mlbl...ld_baseball__6.html"><![CDATA[http://bobdupuy.mlblogs.com/bobdupuy/2006/03/world_baseball__6.html]]></fct:column> <fct:column/> <fct:column><![CDATA[<span class="srch_xerpt">Orlando While Chuck Armstrong president of <b>the</b> <b>Seattle</b> <b>Mariners</b> <b>traveled</b> <b>all</b> <b>the</b> <b>way</b> <b>to</b> <b>Japan</b> <b>to</b> <b>watch</b>... perform for <b>the</b> advancing <b>Japan</b> team last week <b>the</b> star from <b>the</b> <b>Seattle</b> roster so far in Round 1 has without...</span>]]></fct:column> </fct:row> </fct:result> </fct:facets> </SOAP:Body> </SOAP:Envelope> </verbatim> ---++Related * Facets Web Service: * [[VirtuosoFacetsWebService][Virtuoso Facets Web Service]] * Linked Data: * [[VirtuosoFacetsViewsLinkedData][Faceted Views over Large-Scale Linked Data]] * Facet Browser Installation and configuration: * [[VirtFacetBrowserInstallConfig][Virtuoso Facet Browser Installation and configuration]] * Facet APIs: * [[VirtFacetBrowserAPIs][Virtuoso APIs for FCT REST services]] * [[VirtFacetBrowserAPIsFCTEXEC][<code><nowiki>fct_exec</nowiki></code> API Example]] * Pivot Viewer and CXML: * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSparqlCxmlFacetPivotBridge#AncSparqlCxmlFacetPivotBridge][Facet Pivot Bridge - A bridge to PivotViewer from Virtuoso's Faceted query service for RDF]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSparqlCxml#AncFacetTypeAutoDetection][Auto-Detection of Facet Type]] * Tutorials: * [[VirtuosoLODSampleTutorial][Faceted Browsing Sample using LOD Cloud Cache data space]] * [[VirtFacetBrowserInstallConfigQueried][Querying The Facet Browser Web Service endpoint]] * [[VirtFCTFeatureQueries][Virtuoso Facet Browser Featured Queries]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtVisualizeWithPivotViewer#GenFCT][Visualizing Your Data With PivotViewer Using The Facet Browser]] * [[VirtTipsAndTricksCustomControlLabelsURI][Custom Controlling Virtuoso Labels for URI functionality Example]] * [[VirtuosoFacetsWebServiceCustmExamples][Facets Web Service: Examples for customizing different types]] * [[VirtuosoFacetsWebServiceChoiceExample][Facets Web Service: Choice of Labels Example]] * Downloads: * [[http://sourceforge.net/project/showfiles.php?group_id=161622&package_id=319652][Virtuoso 6.0 TP1]] * [[http://s3.amazonaws.com/opldownload/uda/vad-packages/6.2/virtuoso/fct_dav.vad][Virtuoso Facet Browser VAD package]]
sioc:id
e3b77af9fbeacb53405c8ee0c6877cd4
sioc:link
n2:VirtuosoFacetsWebServiceSOAPExample
sioc:has_container
n6:VOS
n11:has_services
n12:item
atom:title
VirtuosoFacetsWebServiceSOAPExample
sioc:links_to
n4:VirtFCTFeatureQueries n2:VirtuosoFacetsViewsLinkedData n2:VirtFacetBrowserAPIs n2:VirtFacetBrowserInstallConfig n2:VirtuosoFacetsWebServiceCURLExample1 n2:VirtuosoFacetsWebService n14:319652 n15:vad n16:AncFacetTypeAutoDetection n17:GenFCT n4:VirtuosoFacetsWebServiceCustmExamples n18:AncSparqlCxmlFacetPivotBridge n4:VirtFacetBrowserInstallConfigQueried n4:VirtTipsAndTricksCustomControlLabelsURI n4:VirtuosoLODSampleTutorial n4:VirtFacetBrowserAPIsFCTEXEC n2:VirtuosoFacetsWebServiceChoiceExample
atom:source
n6:VOS
atom:author
n23:this
atom:published
2017-06-13T05:44:20Z
atom:updated
2017-06-13T05:44:20Z
sioc:topic
n6:VOS