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
n7http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n4http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n18http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtuosoOdsUbiquityWeblog/sioc.
n9http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n11http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n14http://ods.openlinksw.com/dataspace/person/owiki#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n12http://ods.openlinksw.com/dataspace/services/wiki/
xsdhhttp://www.w3.org/2001/XMLSchema#
n8http://ods.openlinksw.com/dataspace/dav#
siochttp://rdfs.org/sioc/ns#
Subject Item
n7:this
foaf:made
n2:VirtuosoOdsUbiquityWeblog
Subject Item
n12:item
n11:services_of
n2:VirtuosoOdsUbiquityWeblog
Subject Item
n9:this
sioc:creator_of
n2:VirtuosoOdsUbiquityWeblog
Subject Item
n4:ODS
sioc:container_of
n2:VirtuosoOdsUbiquityWeblog
atom:entry
n2:VirtuosoOdsUbiquityWeblog
atom:contains
n2:VirtuosoOdsUbiquityWeblog
Subject Item
n8:this
sioc:creator_of
n2:VirtuosoOdsUbiquityWeblog
Subject Item
n2:VirtuosoOdsUbiquityWeblog
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:01:25.314786
dcterms:modified
2017-06-29T07:33:13.349559
rdfs:label
VirtuosoOdsUbiquityWeblog
foaf:maker
n14:this n7:this
dc:title
VirtuosoOdsUbiquityWeblog
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n9:this n8: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> * Example usage you can find [[VirtuosoOdsUbiquityTutorialsWeblogOAuthD][here]]. 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
caa03f80d767b370718818b5c170e8f8
sioc:link
n2:VirtuosoOdsUbiquityWeblog
sioc:has_container
n4:ODS
n11:has_services
n12:item
atom:title
VirtuosoOdsUbiquityWeblog
sioc:links_to
n2:VirtuosoOdsUbiquityTutorialsWeblogOAuthD n2:VirtuosoOdsUbiquityTutorialsUpstreamWeblog n2:VirtuosoOdsUbiquity
atom:source
n4:ODS
atom:author
n7:this
atom:published
2017-06-13T06:01:25Z
atom:updated
2017-06-29T07:33:13Z
sioc:topic
n4:ODS