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

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

Namespace Prefixes

PrefixIRI
n8http://ods.openlinksw.com/dataspace/person/dav#
n12http://ods.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsUpstreamWeblog/
dctermshttp://purl.org/dc/terms/
n5http://myopenlink.net:8890/
n11http://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/%28NULL%29/wiki/ODS/
n22http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n15http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n17http://ods.openlinksw.com/dataspace/person/owiki#
n21http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtuosoOdsUbiquityTutorialsUpstreamWeblog/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n19http://demo.openlinksw.com/
n16http://ods.openlinksw.com/dataspace/services/wiki/
xsdhhttp://www.w3.org/2001/XMLSchema#
n10http://demo.openlinksw.com/ods/
n9http://ods.openlinksw.com/dataspace/dav#
siochttp://rdfs.org/sioc/ns#

Statements

Subject Item
n2:VirtuosoOdsUbiquityTutorialsUpstreamWeblog
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T06:08:12.528496
dcterms:modified
2017-06-29T07:33:12.301754
rdfs:label
VirtuosoOdsUbiquityTutorialsUpstreamWeblog
foaf:maker
n8:this n17:this
dc:title
VirtuosoOdsUbiquityTutorialsUpstreamWeblog
opl:isDescribedUsing
n21:sioc.rdf
sioc:has_creator
n9:this n22:this
sioc:attachment
n12:dbl3.png n12:dbl4.png n12:dbl1.png n12:dbl2.png n12:u2.png n12:u3.png n12:dbl7.png n12:u1.png n12:dbl5.png n12:dbl6.png
sioc:content
---+++Weblog Upstreaming Ubiquity Tutorial This tutorial demonstrates how to manage weblog post(s) from OpenLink [[http://demo.openlinksw.com/ods][Demo server]] Weblog instance for user demo and how to make upstreaming to [[http://myopenlink.net:8890/ods][MyOpenlink]] server Weblog instance "demo's Weblog" for user demo. ---+++Ubiquity Commands Subscription If not already subscribed, perform the following steps: 1. Go to http://demo.openlinksw.com/ods/ods_ubiquity.html 2. Click the button "Subscribe" 3. Click the button "I know what I'm doing. Subscribe to it". 4. As result should be shown message for "Subscription Successful" and we are ready to perform the steps from the tutorial. ---+++Initial conditions In order to be executed correctly the steps below, there should be ODS Weblog instance for user demo at the [[http://demo.openlinksw.com/ods][Demo server]]. If not existing, it is enough after log in to go to Weblog from the left ODS Vertical Main Navigation. This will cause automatically to be created ODS Weblog instance. ---+++Basic Tutorial Steps 1. Authenticate using ODS command mode: 1. *sid*: 1. Execute the command: <verbatim> ods-host http://demo.openlinksw.com/ods </verbatim> * <img src="%ATTACHURLPATH%/u1.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-set-mode sid </verbatim> * <img src="%ATTACHURLPATH%/u2.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-authenticate-user demo with demo </verbatim> * <img src="%ATTACHURLPATH%/u3.png" style="wikiautogen"/> 1. *oauth*: detailed description you can find [[VirtuosoOdsUbiquityTutorialsWeblogOAuthD][here]]. 1. Execute the command: <verbatim> ods-get-instance-id myblog </verbatim> * <img src="%ATTACHURLPATH%/dbl1.png" style="wikiautogen"/> 1. As result will be shown the instance id. For the "myblog" instance this should be 4. 1. Execute the command: <verbatim> ods-create-weblog-post 4 title My Simple Test description This is My Blog Test </verbatim> * <img src="%ATTACHURLPATH%/dbl2.png" style="wikiautogen"/> 1. As result will be shown message for successfully created Weblog post object with id 39 1. The post can be viewed in the Weblog UI: * <img src="%ATTACHURLPATH%/dbl3.png" style="wikiautogen"/> 1. Now we will set upstreaming to [[http://myopenlink.net:8890/ods][MyOpenlink]] server Weblog instance "demo's Weblog" for user demo. <verbatim> ods-set-weblog-upstreaming 4 targetRpcUrl http://myopenlink.net:8890/RPC2 targetBlogId demo's Weblog targetProtocolId 2 targetUserName demo targetPassword demo </verbatim> * <img src="%ATTACHURLPATH%/dbl4.png" style="wikiautogen"/> 1. As result will be shown message for Successfully created upstream. We can view it in Weblog UI under Settings->Upstreams: * <img src="%ATTACHURLPATH%/dbl5.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-create-weblog-post 4 title test for upstreaming description test </verbatim> * <img src="%ATTACHURLPATH%/dbl6.png" style="wikiautogen"/> 1. As result will be shown message for successfully created Weblog post object with id 40. 1. Now let's create comment to the first weblog message we have posted from above: <verbatim> ods-create-weblog-comment 39 name Re: My Simple Test! text test author demo authorMail demo@openlinksw.com authorUrl http://demo.openlinksw.com/dataspace/person/demo </verbatim> * <img src="%ATTACHURLPATH%/dbl7.png" style="wikiautogen"/> 1. As result will be shown message for successfully posted Weblog comment. CategoryODS CategoryOpenSource CategoryWebSite CategoryBlog
sioc:id
51415b7e169457a3b5b5f83ecda72d8a
sioc:link
n2:VirtuosoOdsUbiquityTutorialsUpstreamWeblog
sioc:has_container
n11:ODS
n15:has_services
n16:item
atom:title
VirtuosoOdsUbiquityTutorialsUpstreamWeblog
sioc:links_to
n2:CategoryOpenSource n5:ods n2:CategoryBlog n2:VirtuosoOdsUbiquityTutorialsWeblogOAuthD n2:CategoryODS n10:ods_ubiquity.html n2:CategoryWebSite n18:OpenLink n19:ods
atom:source
n11:ODS
atom:author
n8:this
atom:published
2017-06-13T06:08:12Z
atom:updated
2017-06-29T07:33:12Z
sioc:topic
n11:ODS