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.
GData? services, like all Web services, are exposed via invocation endpoints. The ODS endpoints formats are as follows:
http://host:port/dataspaces/GData/[<app-realm>[,<app-realm>]]/[-/<tag-expression>]?q=<text-query>&alt=<output-format>
Example URL | Effect |
---|---|
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.' |
Example URL | Effect |
---|---|
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' |
Example URL | Effect |
---|---|
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. |
CategoryODS CategoryMarketing CategoryGlossary CategoryWebSite