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
dctermshttp://purl.org/dc/terms/
n14http://myopenlink.net:8890/
n22http://vos.openlinksw.com/dataspace/owiki/wiki/ODS/VirtuosoOdsUbiquityTutorialsUpstreamWeblog/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n20http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
dchttp://purl.org/dc/elements/1.1/
n10http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n19http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n9http://vos.openlinksw.com/dataspace/person/dav#
n6http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsUpstreamWeblog/
n4http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n13http://demo.openlinksw.com/
n7http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n8http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n15http://demo.openlinksw.com/ods/
n2http://vos.openlinksw.com/dataspace/owiki/wiki/ODS/
n17http://vos.openlinksw.com/dataspace/person/owiki#
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-13T06:08:12.528496
rdfs:label
VirtuosoOdsUbiquityTutorialsUpstreamWeblog
foaf:maker
n17:this n9:this
dc:title
VirtuosoOdsUbiquityTutorialsUpstreamWeblog
opl:isDescribedUsing
n22:sioc.rdf
sioc:has_creator
n8:this n10:this
sioc:attachment
n6:dbl3.png n6:dbl4.png n6:dbl1.png n6:dbl2.png n6:dbl7.png n6:u1.png n6:dbl5.png n6:dbl6.png n6:u2.png n6:u3.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
4177a4fc11cfc7a20ab6862cbb63f127
sioc:link
n2:VirtuosoOdsUbiquityTutorialsUpstreamWeblog
sioc:has_container
n4:ODS
n19:has_services
n20:item
atom:title
VirtuosoOdsUbiquityTutorialsUpstreamWeblog
sioc:links_to
n7:CategoryWebSite n13:ods n14:ods n7:OpenLink n15:ods_ubiquity.html n7:CategoryODS n2:VirtuosoOdsUbiquityTutorialsWeblogOAuthD n2:CategoryOpenSource n2:CategoryBlog
atom:source
n4:ODS
atom:author
n9:this
atom:published
2017-06-13T06:08:12Z
atom:updated
2017-06-13T06:08:12Z
sioc:topic
n4:ODS