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

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

PrefixNamespace IRI
n18http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoOdsUbiquityWeblog/sioc.
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n15http://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/
n6http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n16http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n9http://vos.openlinksw.com/dataspace/person/dav#
n4http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n13http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n11http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n8http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n9:this
foaf:made
n2:VirtuosoOdsUbiquityWeblog
Subject Item
n6:this
sioc:creator_of
n2:VirtuosoOdsUbiquityWeblog
Subject Item
n15:item
n16:services_of
n2:VirtuosoOdsUbiquityWeblog
Subject Item
n13:this
sioc:creator_of
n2:VirtuosoOdsUbiquityWeblog
Subject Item
n4:VOS
sioc:container_of
n2:VirtuosoOdsUbiquityWeblog
atom:entry
n2:VirtuosoOdsUbiquityWeblog
atom:contains
n2:VirtuosoOdsUbiquityWeblog
Subject Item
n2:VirtuosoOdsUbiquityWeblog
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:43:42.947175
dcterms:modified
2017-06-29T07:43:22.678401
rdfs:label
VirtuosoOdsUbiquityWeblog
foaf:maker
n8:this n9:this
dc:title
VirtuosoOdsUbiquityWeblog
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n6:this n13:this
sioc:content
---++Weblog Ubiquity Commands 1 establish OAuth session key for ODS Weblog instance: <verbatim> Syntax: ods-set-weblog-oauth <session_key> Example: ods-set-weblog-oauth c4746c96bd8faa99798ad88448ba3bab </verbatim> 1 get weblog resource information by blog ID: <verbatim> Syntax: ods-get-weblog-by-id <blog_id> Example: ods-get-weblog-by-id 10 </verbatim> 1 get weblog resource information by post ID: <verbatim> Syntax: ods-get-weblog-post-by-id <post_id> Example: ods-get-weblog-post-by-id 1001 </verbatim> 1 create weblog post: <verbatim> Syntax: ods-create-weblog-post <instance_id> title <title> description <description> [categories <categories>] [dateCreated <dateCreated>] [enclosure <enclosure>] [source <source>] [link <link>] [author <author>] [comments <comments>] [allowComments <allowComments>] [allowPings <allowPings>] [convertBreaks <convertBreaks>] [excerpt <excerpt>] [pingUrls <pingUrls>] [textMore <textMore>] [keywords <keywords>] [publish <publish>] Example: ods-create-weblog-post 10 title RDF description Virtuoso RDF and SPARQL </verbatim> * Example usage you can find [[VirtuosoOdsUbiquityTutorialsUpstreamWeblog][here]]. 1 update weblog post: <verbatim> Syntax: ods-update-weblog-post <post_id> title <title> description <description> [categories <categories>] [dateCreated <dateCreated>] [enclosure <enclosure>] [source <source>] [link <link>] [author <author>] [comments <comments>] [allowComments <allowComments>] [allowPings <allowPings>] [convertBreaks <convertBreaks>] [excerpt <excerpt>] [pingUrls <pingUrls>] [textMore <textMore>] [keywords <keywords>] [publish <publish>] Example: ods-update-weblog-post 1001 title RDF description Virtuoso RDF and SPARQL categories RDF, SPARQL </verbatim> 1 delete weblog post: <verbatim> Syntax: ods-delete-weblog-post-by-id <post_id> Example: ods-delete-weblog-post-by-id 1001 </verbatim> 1 create comment to existing post ID: <verbatim> Syntax: ods-create-weblog-comment <post_id> name <name> text <text> author <author> authorMail <authorMail> authorUrl <authorUrl> Example: ods-create-weblog-comment 1001 name Re: RDF text Best RDF implementation!!! author Admin authorMail admin@rdf.org authorUrl http://rdf.com </verbatim> 1 get weblog comment information by resource ID: <verbatim> Syntax: ods-get-weblog-comment-by-id <post_id> comment_id <comment_id> Example: ods-get-weblog-comment-by-id 1001 comment_id 10001 </verbatim> 1 approve weblog comment by resource ID: <verbatim> Syntax: ods-approve-weblog-comment <post_id> comment_id <comment_id> flag <-1|0|1> Example: ods-approve-weblog-comment 1001 comment_id 10001 flag 1 </verbatim> 1 delete weblog comment by resource ID: <verbatim> Syntax: ods-delete-weblog-comment post_id comment_id <comment_id> Example: ods-delete-weblog-comment 1001 comment_id 10001 </verbatim> 1 set weblog instance options/properties: <verbatim> Syntax: ods-set-weblog-options <instance_id> options <options> </verbatim> 1 get weblog instance options/properties: <verbatim> Syntax: ods-get-weblog-options <instance_id> Example: ods-get-weblog-options 10 </verbatim> 1 create weblog upstreaming job: <verbatim> Syntax: ods-set-weblog-upstreaming <instance_id> targetRpcUrl <targetRpcUrl> targetBlogId <targetBlogId> targetProtocolId <targetProtocolId> targetUserName <targetUserName> targetPassword <targetPassword> [aclAllow <aclAllow>] [aclDeny <aclDeny>] [syncInterval <syncInterval>] [keepRemote <keepRemote>] [maxRetries <maxRetries>] [maxRetransmits <maxRetransmits>] [initializeLog <initializeLog>] Example: ods-set-weblog-upstreaming 10 targetRpcUrl http://blogs.com:80/RPC2 targetBlogId Demo targetProtocolId 1 targetUserName demo targetPassword *** </verbatim> * Note: targetProtocolId range is: <verbatim> 1 - Blogger 2 - MetaWeblog 3 - MoveableType 5 - Atom </verbatim> 1 get information for weblog upstreaming job: <verbatim> Syntax: ods-get-weblog-upstreaming <job_id> Example: ods-get-weblog-upstreaming 1001 </verbatim> 1 delete weblog upstreaming job: <verbatim> Syntax: ods-delete-weblog-upstreaming <job_id> Example: ods-delete-weblog-upstreaming 1001 </verbatim> 1 set tagging options: <verbatim> Syntax: ods-set-weblog-tagging <instance_id> flag <0|1> Example: ods-set-weblog-tagging 10 flag 1 </verbatim> 1 retag existing posts: <verbatim> Syntax: ods-retag-weblog-tagging <instance_id> keepExistingTags <0|1> Example: ods-retag-weblog-tagging 10 keepExistingTags 1 </verbatim> ---+++References * [[VirtuosoOdsUbiquity][ODS Ubiquity Commands]]
sioc:id
8181f29b779d4376dc3e2f5407015f25
sioc:link
n2:VirtuosoOdsUbiquityWeblog
sioc:has_container
n4:VOS
n16:has_services
n15:item
atom:title
VirtuosoOdsUbiquityWeblog
sioc:links_to
n11:VirtuosoOdsUbiquity
atom:source
n4:VOS
atom:author
n9:this
atom:published
2017-06-13T05:43:42Z
atom:updated
2017-06-29T07:43:22Z
sioc:topic
n4:VOS