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

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

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n13http://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/
n11http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n14http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n6http://vos.openlinksw.com/dataspace/person/dav#
n9http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n12http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n19http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoOdsUbiquityFeeds/sioc.
n5http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n17http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n6:this
foaf:made
n2:VirtuosoOdsUbiquityFeeds
Subject Item
n11:this
sioc:creator_of
n2:VirtuosoOdsUbiquityFeeds
Subject Item
n13:item
n14:services_of
n2:VirtuosoOdsUbiquityFeeds
Subject Item
n12:this
sioc:creator_of
n2:VirtuosoOdsUbiquityFeeds
Subject Item
n9:VOS
sioc:container_of
n2:VirtuosoOdsUbiquityFeeds
atom:entry
n2:VirtuosoOdsUbiquityFeeds
atom:contains
n2:VirtuosoOdsUbiquityFeeds
Subject Item
n2:VirtuosoOdsUbiquityFeeds
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:42:38.320403
dcterms:modified
2017-06-29T07:43:21.187434
rdfs:label
VirtuosoOdsUbiquityFeeds
foaf:maker
n6:this n17:this
dc:title
VirtuosoOdsUbiquityFeeds
opl:isDescribedUsing
n19:rdf
sioc:has_creator
n11:this n12:this
sioc:content
---++Feed Manager Ubiquity Commands 1 establish OAuth session key for ODS <nowiki>FeedsManager</nowiki> instance: <verbatim> Syntax: ods-set-feeds-oauth <session_key> Example: ods-set-feeds-oauth c4746c96bd8faa99798ad88448ba3bab </verbatim> 1 subscribe (create) feed: <verbatim> Syntax: ods-subscribe-feed <instance_id> uri <uri> [name <name>] [homeUri <homeUri>] [tags <tags>] [folder_id <folder_id>] Example: ods-subscribe-feed 10 uri http://support.openlinksw.com/viewlets/virtuoso_viewlets_rss.vsp </verbatim> * Example usage you can find [[VirtuosoOdsUbiquityTutorialsManageFeeds][here]]. 1 get feed resource information by resource ID: <verbatim> Syntax: ods-get-feed-by-id <feed_id> Example: ods-get-feed-by-id 1001 </verbatim> 1 unsubscribe feed by resource ID: <verbatim> Syntax: ods-unsubscribe-feed <feed_id> Example: ods-unsubscribe-feed 1001 </verbatim> 1 refresh feed by resource ID: <verbatim> Syntax: ods-refresh-feed <feed_id> Example: ods-refresh-feed 1001 </verbatim> 1 subscribe feeds blog: <verbatim> Syntax: ods-subscribe-feeds-blog <instance_id> name <name> api <Blogger|MetaWeblog|MovableType|Atom> uri <uri> port <port> endpoint <endpoint> user <user> password <password> Example: ods-subscribe-feeds-blog 10 name demo's Weblog api Blogger uri http://demo.openlinksw.com port 80 endpoint /RPC2 user demo password demo </verbatim> 1 unsubscribe blog by resource ID: <verbatim> Syntax: ods-unsubscribe-feeds-blog <blog_id> Example: ods-unsubscribe-feeds-blog 1001 </verbatim> 1 refresh blog by resource ID: <verbatim> Syntax: ods-refresh-feeds-blog <blog_id> Example: ods-refresh-feeds-blog 1001 </verbatim> 1 create feeds folder by resource path: <verbatim> Syntax: ods-create-feeds-folder <instance_id> path <path> Example: ods-create-feeds-folder 10 path /Test </verbatim> 1 delete feeds folder by resource path: <verbatim> Syntax: ods-delete-feeds-folder <instance_id> path <path> Example: ods-delete-feeds-folder 10 path /Test </verbatim> 1 create annotation to existing feed item ID: <verbatim> Syntax: ods-create-feed-item-annotation <feed_id> item_id <item_id> author <author> body <body> Example: ods-create-feed-item-annotation 1001 item_id 10001 author demo body OpenLink RDF Browser </verbatim> 1 get annotation information by resource ID: <verbatim> Syntax: ods-get-feed-item-annotation-by-id <annotation_id> Example: ods-get-feed-item-annotation-by-id 100001 </verbatim> 1 create claim to existing annotation: <verbatim> Sybtax: ods-create-feed-item-annotation-claim <annotation_id> iri <iri> relation <relation> value <value> Example: ods-create-feed-item-annotation-claim 100001 iri http://openlinksw.com relation rdfs:seeAlso value http://dbpedia.org </verbatim> 1 delete annotation by resource ID: <verbatim> Syntax: ods-delete-feed-item-annotation <annotation_id> Example: ods-delete-feed-item-annotation 100001 </verbatim> 1 create comment to existing feed item ID: <verbatim> Syntax: ods-create-feed-item-comment <feed_id> item_id <item_id> title <title> body <body> author <author> authorMail <authorMail> [authorUrl <authorUrl>] Example: ods-create-feed-item-comment 1001 item_id 10001 title RDF body OpenLink RDF Browser http://demo.openlinksw.com/rdfbrowser/ author demo authorMail demo@openlinksw.com </verbatim> 1 get comment information by resource ID: <verbatim> Syntax: ods-get-feed-item-comment-by-id <comment_id> Example: ods-get-feed-item-comment-by-id 100001 </verbatim> 1 delete comment by resource ID: <verbatim> Syntax: ods-delete-feed-item-comment <comment_id> Example: ods-delete-feed-item-comment 100001 </verbatim> 1 set feeds instance options/properties: <verbatim> Syntax: ods-set-feeds-options <instance_id> options <options> Example: ods-set-feeds-options 10 options rows=20 (set 20 rows per page) </verbatim> 1 get feeds instance options/properties: <verbatim> Syntax: ods-get-feeds-options <instance_id> Example: ods-get-feeds-options 10 </verbatim> ---+++References * [[VirtuosoOdsUbiquity][ODS Ubiquity Commands]]
sioc:id
128b2fa95df276cc33cecdbe3050ada8
sioc:link
n2:VirtuosoOdsUbiquityFeeds
sioc:has_container
n9:VOS
n14:has_services
n13:item
atom:title
VirtuosoOdsUbiquityFeeds
sioc:links_to
n5:VirtuosoOdsUbiquity n2:VirtuosoOdsUbiquityTutorialsManageFeeds
atom:source
n9:VOS
atom:author
n6:this
atom:published
2017-06-13T05:42:38Z
atom:updated
2017-06-29T07:43:21Z
sioc:topic
n9:VOS