. "VirtFCTFeatureQueries" . . . . . . . "2017-06-13T05:45:21Z" . "VirtFCTFeatureQueries" . . . "318d600475324870f4ee890c0db47a5c" . . . . . "VirtFCTFeatureQueries" . "2017-06-13T05:45:21Z" . . . . . . . . . . . . . . . . . . . . . . . . . "%META:TOPICPARENT{name=\"VirtuosoFacetsWebService\"}%\n\n---+Virtuoso Facet Browser Featured Queries\n\n%TOC%\n\nThe Virtuoso Facet Browser UI allows users to save Faceted View and iSPARQL queries as \"Featured\" queries for future reference. This requires the installation of the Virtuoso [[http://opldownload.s3.amazonaws.com/uda/vad-packages/6.2/virtuoso/fct_dav.vad][Facet Browser]] and [[http://opldownload.s3.amazonaws.com/uda/vad-packages/6.2/virtuoso/isparql_dav.vad][iSPARQL]] VAD packages.\n\n---++Usage\n\n 1 If not already done, install the [[VirtFacetBrowserInstallConfig][Facet Browser]] VAD application.\n 1 Load the Virtuoso Facted Browser UI http://cname:port/fct \n%BR%%BR%\n\n%BR%%BR%\n 1 Click on the Feature link in the top right of the page to load the Featured Queries page\n%BR%%BR%\n\n%BR%%BR%\nThere are two form of queries that can be saved as detailed below.\n\n---+++Faceted Views\n\nThis allows the saving of the results from faceted searches in the Browser, to save such results:\n\n 1 Search for some sample text, ski resorts for example.\n%BR%%BR%\n\n%BR%%BR%\n 1 Select the save link in the right frame of the results page \n%BR%%BR%\n \n%BR%%BR%\n 1 Provide a Title and Description for the results page to be saved as\n%BR%%BR%\n\n%BR%%BR%\n 1 Once saved click the continue button to save to a table called fct_stored_qry\n%BR%%BR%\n\n%BR%%BR%\n 1 This table then needs to be queried to determine the fsq_id of the item added and its fsq_featured value set to 1 for it to be visible as a Featured query.\n\nSQL> select * from fct_stored_qry;\nfsq_id fsq_created fsq_title fsq_expln fsq_state fsq_featured\nINTEGER NOT NULL BINARY VARCHAR VARCHAR LONG NVARCHAR INTEGER\n_______________________________________________________________________________\n\n1 2011-05-05 10:59:24.000001 Ski Resorts Ski Resort Search Results Ski resorts NULL\n\n1 Rows. -- 7 msec.\nSQL> update fct_stored_qry set fsq_featured=1 where fsq_id=1;\n\nDone. -- 3 msec.\nSQL>\n\n 1 The saved Facet View query is now visible in the Featured Queries page.\n%BR%%BR%\n\n%BR%%BR%\n\n---++SPARQL Queries\n\nQueries from the Virtuoso Interactive SPARQL Query Builder (iSPARQL) application can be saved in the Facet Browser Feature Queries page and re-executed either from iSPARQL or the SPARQL endpoint, as follows:\n\n 1 If not already done, install the [[http://opldownload.s3.amazonaws.com/uda/vad-packages/6.2/virtuoso/isparql_dav.vad][iSPARQL VAD]] application from the System Admin -> Packages\" tab of the Conductor.\n 1 Run iSPARQL application from the URL http://cname:port/isparql , login as the dav user and from the Advanced tab enter a SPARQL query of the form select * where {?s ?p ?o . ?o bif:contains '(SKI AND RESORTS)'}.\n%BR%%BR%\n\n%BR%%BR%\n 1 In the Query Metadata drop down frame of Advanced tab for the query, enter a Title, Description and Creator for the query to be saved.\n%BR%%BR%\n\n%BR%%BR%\n 1 Click on the Save icon button and navigate to the /DAV/home/dav/sparql_ demo_ queries/ folder and save the query to filename with a .isqarql extension. *Note*, if the /DAV/home/dav/sparql_ demo_ queries/ folder does not already exist, manually create if using the Web Application Server -> Content Management tab of the Conductor.\n%BR%%BR%\n\n%BR%%BR%\n 1 Navigate to the Feature query link of the Facet Browser where the saved iSPARQL query is now visble.\n%BR%%BR%\n\n%BR%%BR%\n 1 Click on the ...iSPARQL Query link to execute the query in iSPARQL.\n%BR%%BR%\n\n%BR%%BR%\n 1 Click on the Run in SPARQL endpoint link to execute the query in iSPARQL.\n%BR%%BR%\n\n%BR%%BR%\n\n---++Related\n\n * [[http://wikis.openlinksw.com/dataspace/owiki/wiki/OATWikiWeb/InteractiveSparqlQueryBuilderOverview][Virtuoso Interactive SPARQL Query Builder]]\n * Facets Web Service:\n * [[VirtuosoFacetsWebService][Virtuoso Facets Web Service]]\n * Linked Data: \n * [[VirtuosoFacetsViewsLinkedData][Faceted Views over Large-Scale Linked Data]] \n * Facet Browser Installation and configuration: \n * [[VirtFacetBrowserInstallConfig][Virtuoso Facet Browser Installation and configuration]] \n * Facet APIs:\n * [[VirtFacetBrowserAPIs][Virtuoso APIs for FCT REST services]]\n * [[VirtFacetBrowserAPIsFCTEXEC][fct_exec API Example]] \n * Pivot Viewer and CXML: \n * [[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]] \n * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSparqlCxml#AncFacetTypeAutoDetection][Auto-Detection of Facet Type]]\n * Tutorials:\n * [[VirtuosoLODSampleTutorial][Faceted Browsing Sample using LOD Cloud Cache data space]] \n * [[VirtuosoFacetsWebServiceSOAPExample][SOAP Facets Example]] \n * [[VirtFacetBrowserInstallConfigQueried][Querying The Facet Browser Web Service endpoint]] \n * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtVisualizeWithPivotViewer#GenFCT][Visualizing Your Data With PivotViewer Using The Facet Browser]] \n * [[VirtTipsAndTricksCustomControlLabelsURI][Custom Controlling Virtuoso Labels for URI functionality Example]]\n * [[VirtuosoFacetsWebServiceCustmExamples][Facets Web Service: Examples for customizing different types]]\n * [[VirtuosoFacetsWebServiceChoiceExample][Facets Web Service: Choice of Labels Example]] \n * Downloads: \n * [[http://sourceforge.net/project/showfiles.php?group_id=161622&package_id=319652][Virtuoso 6.0 TP1]]\n * [[http://s3.amazonaws.com/opldownload/uda/vad-packages/6.2/virtuoso/fct_dav.vad][Virtuoso Facet Browser VAD package]]\n\n " . . . . . . . "2017-06-13T05:45:21.751823"^^ . . . . . "2017-06-13T05:45:21.751823"^^ .