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

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

PrefixNamespace IRI
n13http://sourceforge.net/project/showfiles.php?group_id=161622&package_id=
dctermshttp://purl.org/dc/terms/
n8http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtFacetBrowserAPIsFCTEXEC/sioc.
n14http://s3.amazonaws.com/opldownload/uda/vad-packages/6.2/virtuoso/fct_dav.
atomhttp://atomowl.org/ontologies/atomrdf#
n23http://vos.openlinksw.com/wiki/main/VOS/VirtFacetBrowserAPIsFCTEXEC/.
foafhttp://xmlns.com/foaf/0.1/
n20http://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/
n15http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSparqlCxml#
n21http://vos.openlinksw.com/dataspace/dav#
n17http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSparqlCxmlFacetPivotBridge#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n19http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n4http://vos.openlinksw.com/dataspace/person/dav#
n16http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtVisualizeWithPivotViewer#
n10http://vos.openlinksw.com/dataspace/owiki/wiki/
n24http://vos.openlinksw.com/wiki/main/VOS/VirtFacetBrowserAPIsFCTEXEC/fct1.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n12http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n18http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n25http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:VirtFacetBrowserAPIsFCTEXEC
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:47:18.888656
dcterms:modified
2017-06-13T05:47:18.888656
rdfs:label
VirtFacetBrowserAPIsFCTEXEC
foaf:maker
n4:this n25:this
dc:title
VirtFacetBrowserAPIsFCTEXEC
opl:isDescribedUsing
n8:rdf
sioc:has_creator
n12:this n21:this
sioc:attachment
n23:DS_Store n24:png
sioc:content
%META:TOPICPARENT{name="VirtFacetBrowserAPIs"}% ---++fct_exec API Example The following example shows how to use the <code>fct_exec</code> APi in vsp page to perform a "text" search for the word "Mike" assuming that exists in your Virtuoso RDF store (if not amend the query in the <code><nowiki>fct_example</nowiki>.vsp</code> code sample below to search for text known to exist). 1. The service can be used in the following sample <code>fct_example.vsp</code>: <verbatim> <?vsp declare txt, reply, tree any; declare timeout int; tree := xtree_doc (' <query> <text>Mike</text> <view type="text"/> </query> '); timeout := 3000; reply := fct_exec (tree, timeout); txt := string_output (); http_value (xslt ('virt://WS.WS.SYS_DAV_RES.RES_FULL_PATH.RES_CONTENT:/DAV/fct_example.xsl', reply, vector ()), null, txt); http (txt); ?> </verbatim> 2. The xsl can be viewed [[VirtFacetBrowserAPIsFCTEXECxsl][here]]. 3. The result of executing the <code>fct_example.vsp</code> should be: <img src="%ATTACHURLPATH%/fct1.png" style="wikiautogen"/> ---+++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]] * 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]] * [[VirtuosoFacetsWebServiceSOAPExample][SOAP Facets Example]] * [[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
e5ad9d8996d562476e58dabdc535205c
sioc:link
n2:VirtFacetBrowserAPIsFCTEXEC
sioc:has_container
n10:VOS
n19:has_services
n20:item
atom:title
VirtFacetBrowserAPIsFCTEXEC
sioc:links_to
n2:VirtFCTFeatureQueries n2:VirtTipsAndTricksCustomControlLabelsURI n2:VirtFacetBrowserAPIsFCTEXECxsl n2:VirtuosoFacetsWebServiceCustmExamples n2:VirtuosoFacetsViewsLinkedData n2:VirtFacetBrowserInstallConfig n13:319652 n2:VirtuosoFacetsWebServiceSOAPExample n14:vad n15:AncFacetTypeAutoDetection n16:GenFCT n2:VirtuosoFacetsWebService n17:AncSparqlCxmlFacetPivotBridge n18:VirtFacetBrowserInstallConfigQueried n2:VirtuosoLODSampleTutorial n2:VirtFacetBrowserAPIs n2:VirtuosoFacetsWebServiceChoiceExample
atom:source
n10:VOS
atom:author
n4:this
atom:published
2017-06-13T05:47:18Z
atom:updated
2017-06-13T05:47:18Z
sioc:topic
n10:VOS