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

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

PrefixNamespace IRI
n22http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsBookmarkOAuthM/mb5.
n17http://myopenlink.net:8890/
n27http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsBookmarkOAuthM/a3.
dctermshttp://purl.org/dc/terms/
n24http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsBookmarkOAuthM/mb4.
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n5http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n23http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsBookmarkOAuthM/mb3.
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n19http://myopenlink.net:8890/ods/oauth_sid.
n28http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsBookmarkOAuthM/am1.
dchttp://purl.org/dc/elements/1.1/
n26http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsBookmarkOAuthM/mb2.
n29http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsBookmarkOAuthM/a2.
n13http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n4http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n25http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsBookmarkOAuthM/mb1.
n6http://vos.openlinksw.com/dataspace/person/dav#
n9http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n12http://vos.openlinksw.com/dataspace/owiki#
n21http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoOdsUbiquityTutorialsBookmarkOAuthM/sioc.
xsdhhttp://www.w3.org/2001/XMLSchema#
n14http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n16http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n6:this
foaf:made
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
Subject Item
n13:this
sioc:creator_of
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
Subject Item
n5:item
n4:services_of
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
Subject Item
n12:this
sioc:creator_of
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
Subject Item
n9:VOS
sioc:container_of
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
atom:entry
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
atom:contains
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
Subject Item
n2:VirtuosoOdsUbiquityTutorialsPublBookmark
sioc:links_to
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
Subject Item
n2:VirtuosoOdsUbiquityTutorialsSubscrBookmark
sioc:links_to
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
Subject Item
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:45:34.346366
dcterms:modified
2017-06-13T05:45:34.346366
rdfs:label
VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
foaf:maker
n16:this n6:this
dc:title
VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
opl:isDescribedUsing
n21:rdf
sioc:has_creator
n13:this n12:this
sioc:attachment
n22:png n23:png n24:png n25:png n26:png n27:png n28:png n29:png
sioc:content
---+++Bookmark OAuth Ubiquity Authorization Example The following example demonstrates oauth authentication getting the OAuth SID value for ex. for existing Bookmark instance "demo's Bookmarks" with owner user demo at the [[http://myopenlink.net:8890/ods][MyOpenlink server ]]. In order to execute correctly the example, you need to have OAuth Generate Key for the Bookmark "demo's Bookmarks" instance at the [[http://myopenlink.net:8890/ods][MyOpenlink server ]]. More information and simple scenario how to be done you can find [[VirtOAuthControllers][here]]. 1. Execute the command: <verbatim> ods-oauth-host http://myopenlink.net:8890/OAuth </verbatim> * <img src="%ATTACHURLPATH%/am1.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-set-mode oauth </verbatim> * <img src="%ATTACHURLPATH%/a2.png" style="wikiautogen"/> 1. Go to http://myopenlink.net:8890/ods/oauth_sid.vsp * <img src="%ATTACHURLPATH%/a3.png" style="wikiautogen"/> 1. In the shown form: 1. Enter for user demo 1. Choose the application ""demo's Bookmarks". 1. Click the "Execute" button. * <img src="%ATTACHURLPATH%/mb1.png" style="wikiautogen"/> 1. Enter for user demo its password and click the "Login" button. * <img src="%ATTACHURLPATH%/mb2.png" style="wikiautogen"/> 1. Click the "Authorize" button. * <img src="%ATTACHURLPATH%/mb3.png" style="wikiautogen"/> 1. Copy the obtains OAuth SID value for ex.: 110c20b2be57dab14dff55a88d0eaa25 * <img src="%ATTACHURLPATH%/mb4.png" style="wikiautogen"/> 1. Execute the following command: <verbatim> ods-set-bookmark-oauth 110c20b2be57dab14dff55a88d0eaa25 </verbatim> * <img src="%ATTACHURLPATH%/mb5.png" style="wikiautogen"/> CategoryODS CategoryBookmarks
sioc:id
1bffcba5825d0e4f21c941ba0f52e474
sioc:link
n2:VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
sioc:has_container
n9:VOS
n4:has_services
n5:item
atom:title
VirtuosoOdsUbiquityTutorialsBookmarkOAuthM
sioc:links_to
n14:VirtOAuthControllers n2:CategoryODS n14:CategoryBookmarks n17:ods n19:vsp
atom:source
n9:VOS
atom:author
n6:this
atom:published
2017-06-13T05:45:34Z
atom:updated
2017-06-13T05:45:34Z
sioc:topic
n9:VOS