---++Feed Manager Ubiquity Commands 1 establish OAuth session key for ODS FeedsManager instance: Syntax: ods-set-feeds-oauth Example: ods-set-feeds-oauth c4746c96bd8faa99798ad88448ba3bab * Example usage you can find [[VirtuosoOdsUbiquityTutorialsFeedsOAuthD][here]]. 1 subscribe (create) feed: Syntax: ods-subscribe-feed uri [name ] [homeUri ] [tags ] [folder_id ] Example: ods-subscribe-feed 10 uri http://support.openlinksw.com/viewlets/virtuoso_viewlets_rss.vsp * Example usage you can find [[VirtuosoOdsUbiquityTutorialsManageFeeds][here]]. 1 get feed resource information by resource ID: Syntax: ods-get-feed-by-id Example: ods-get-feed-by-id 1001 1 unsubscribe feed by resource ID: Syntax: ods-unsubscribe-feed Example: ods-unsubscribe-feed 1001 1 refresh feed by resource ID: Syntax: ods-refresh-feed Example: ods-refresh-feed 1001 1 subscribe feeds blog: Syntax: ods-subscribe-feeds-blog name api uri port endpoint user 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 1 unsubscribe blog by resource ID: Syntax: ods-unsubscribe-feeds-blog Example: ods-unsubscribe-feeds-blog 1001 1 refresh blog by resource ID: Syntax: ods-refresh-feeds-blog Example: ods-refresh-feeds-blog 1001 1 create feeds folder by resource path: Syntax: ods-create-feeds-folder path Example: ods-create-feeds-folder 10 path /Test 1 delete feeds folder by resource path: Syntax: ods-delete-feeds-folder path Example: ods-delete-feeds-folder 10 path /Test 1 create annotation to existing feed item ID: Syntax: ods-create-feed-item-annotation item_id author body Example: ods-create-feed-item-annotation 1001 item_id 10001 author demo body OpenLink RDF Browser 1 get annotation information by resource ID: Syntax: ods-get-feed-item-annotation-by-id Example: ods-get-feed-item-annotation-by-id 100001 1 create claim to existing annotation: Sybtax: ods-create-feed-item-annotation-claim iri relation value Example: ods-create-feed-item-annotation-claim 100001 iri http://openlinksw.com relation rdfs:seeAlso value http://dbpedia.org 1 delete annotation by resource ID: Syntax: ods-delete-feed-item-annotation Example: ods-delete-feed-item-annotation 100001 1 create comment to existing feed item ID: Syntax: ods-create-feed-item-comment item_id 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]]