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

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

PrefixNamespace IRI
n6http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
n16http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtuosoOdsUbiquityFeeds/sioc.
n4http://ods.openlinksw.com/dataspace/owiki/wiki/
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n10http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n12http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n18http://ods.openlinksw.com/dataspace/person/owiki#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n13http://ods.openlinksw.com/dataspace/services/wiki/
xsdhhttp://www.w3.org/2001/XMLSchema#
n9http://ods.openlinksw.com/dataspace/dav#
siochttp://rdfs.org/sioc/ns#
Subject Item
n6:this
foaf:made
n2:VirtuosoOdsUbiquityFeeds
Subject Item
n13:item
n12:services_of
n2:VirtuosoOdsUbiquityFeeds
Subject Item
n10:this
sioc:creator_of
n2:VirtuosoOdsUbiquityFeeds
Subject Item
n4:ODS
sioc:container_of
n2:VirtuosoOdsUbiquityFeeds
atom:entry
n2:VirtuosoOdsUbiquityFeeds
atom:contains
n2:VirtuosoOdsUbiquityFeeds
Subject Item
n9:this
sioc:creator_of
n2:VirtuosoOdsUbiquityFeeds
Subject Item
n2:VirtuosoOdsUbiquityFeeds
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:01:21.256684
dcterms:modified
2017-06-29T07:33:02.795195
rdfs:label
VirtuosoOdsUbiquityFeeds
foaf:maker
n18:this n6:this
dc:title
VirtuosoOdsUbiquityFeeds
opl:isDescribedUsing
n16:rdf
sioc:has_creator
n10:this n9: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> * Example usage you can find [[VirtuosoOdsUbiquityTutorialsFeedsOAuthD][here]]. 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
6e8a699c064b422f6b787b2a79523b29
sioc:link
n2:VirtuosoOdsUbiquityFeeds
sioc:has_container
n4:ODS
n12:has_services
n13:item
atom:title
VirtuosoOdsUbiquityFeeds
sioc:links_to
n2:VirtuosoOdsUbiquityTutorialsManageFeeds n2:VirtuosoOdsUbiquityTutorialsFeedsOAuthD n2:VirtuosoOdsUbiquity
atom:source
n4:ODS
atom:author
n6:this
atom:published
2017-06-13T06:01:21Z
atom:updated
2017-06-29T07:33:02Z
sioc:topic
n4:ODS