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

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

Namespace Prefixes

PrefixIRI
n16http://host:port/dataspace/services/briefcase/
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n9http://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#
n8http://rdfs.org/sioc/services#
n15http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n18http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/ODSProgrammersGuideGDataWebServices/
n7http://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#
n5http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n14http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#

Statements

Subject Item
n2:ODSProgrammersGuideGDataWebServices
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:44:02.706818
dcterms:modified
2017-06-13T05:44:02.706818
rdfs:label
ODSProgrammersGuideGDataWebServices
foaf:maker
n14:this n15:this
dc:title
ODSProgrammersGuideGDataWebServices
opl:isDescribedUsing
n18:sioc.rdf
sioc:has_creator
n4:this n20:this
sioc:content
%META:TOPICINFO{author="RumiTsekova" date="1167821222" format="1.1" version="1.1"}% %META:TOPICPARENT{name="VirtuosoAppODS"}% ---++ODS Programmers Guide Web Services ---+++ Table of Contents %TOC% ---+++ ODS GData Service Virtuoso's support for the [[GData]] protocol is exposed at a higher application user lever via the ODS suite of applications. This isn't the only entry point for using GData with Virtuoso; it is simply the interface level closest to the typical user. ---++++ Search Service Endpoint Format [[GData]] services like all web services are exposed via invocation endpoints. The ODS endpoint formats are as follows: <verbatim> http://host:port/dataspaces/GData/[<app-realm>[,<app-realm>]]/[-/<tag-expression>]?q=<text-query>&alt=<output-format> </verbatim> * <b>text-query</b>: a string containing words to be matched against the application's searchable content * <b>app-realm</b>: a comma-separated list of application names for searching. This specifies the application type, but does not scope the search to any single wiki or blog. If not specified, the search will be over all ODS applications and accounts. The following values are supported: 'feeds', 'weblog', 'wiki', 'briefcase', 'mail', 'bookmark', 'photos', 'community', and 'news'. For example: <verbatim> http://host:port/dataspaces/GData?q=virtuoso, will search across ODS for content matching pattern: 'virtuoso' http://host:port/dataspaces/GData/weblog?q=virtuoso, will search weblog data space for content matching pattern: 'virtuoso' http://host:port/dataspaces/GData/weblog,feeds?q=virtuoso will search weblog and feed subscriptions data spaces content matching pattern: 'virtuoso.' </verbatim> * <b>tag-expression</b>: tags connected with '|' (OR) or '/' (AND). For example: <verbatim> http://host:port/dataspaces/GData/-/tag1/tag2 - will search all ODS application data having tags 'tag1' and 'tag2' http://host:port/dataspaces/GData/-/tag1|tag2 - will search all ODS application data having tags 'tag1' or 'tag2' http://host:port/dataspaces/GData/weblog/-/tag1|tag2 - will search weblog posts having tags 'tag1' or 'tag2' </verbatim> * <b>output-format</b>: Which kind of feed format to be returned; 'atom' or 'rss'. If not given, ATOM is the default. <verbatim> http://host:port/dataspaces/GData/weblog?q=virtuoso&alt=rss, will return blog posts containing the word 'virtuoso' in the RSS 2.0 feed format. http://host:port/dataspaces/GData/weblog?q=virtuoso , will return blog posts containing the word 'virtuoso' in the Atom 1.0 feed format. </verbatim> ---++ Reference ---+++ TABLE 1: GData endpoints by application |*Application*|*Endpoint URL*|*Detailed documentation*| |ODS-Weblog| |ODSWeblogProgrammersGuideWebServices| |ODS-Briefcase|http://host:port/dataspace/services/briefcase/services.wsdl |ODSBriefcaseProgrammersGuideWebServices| |ODS-Gallery| |ODSGalleryProgrammersGuideWebServices| |ODS-Wiki| |ODSWikiProgrammersGuideWebServices| |ODS-Community| |ODSCommunityProgrammersGuideWebServices| |ODS-Feed Manager| *N/A* |ODSFeedsProgrammersGuideWebServices| |ODS-Mail| *N/A* |ODSMailProgrammersGuideWebServices| |ODS-Bookmarks| *N/A* |ODSBookmarkProgrammersGuideWebServices| |ODS-Discussions| |ODSDiscussionsProgrammersGuideWebServices| |ODS-Polls| *N/A* |ODSPollsProgrammersGuideWebServices | CategoryODS CategoryMarketing CategoryGlossary CategoryApplicationServices CategoryProgrammersGuide CategoryWebService
sioc:id
02f9911b7ac23890cc71404078451abe
sioc:link
n2:ODSProgrammersGuideGDataWebServices
sioc:has_container
n7:VOS
n8:has_services
n9:item
atom:title
ODSProgrammersGuideGDataWebServices
sioc:links_to
n2:CategoryWebService n5:ODSPollsProgrammersGuideWebServices n5:CategoryMarketing n5:GData n2:CategoryGlossary n2:CategoryProgrammersGuide n2:CategoryODS n2:ODSBriefcaseProgrammersGuideWebServices n16:services.wsdl n5:CategoryApplicationServices n5:ODSWikiProgrammersGuideWebServices n5:ODSCommunityProgrammersGuideWebServices n5:ODSWeblogProgrammersGuideWebServices n5:ODSGalleryProgrammersGuideWebServices n5:ODSBookmarkProgrammersGuideWebServices n5:ODSDiscussionsProgrammersGuideWebServices n5:ODSFeedsProgrammersGuideWebServices n5:ODSMailProgrammersGuideWebServices
atom:source
n7:VOS
atom:author
n15:this
atom:published
2017-06-13T05:44:02Z
atom:updated
2017-06-13T05:44:02Z
sioc:topic
n7:VOS