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

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

PrefixNamespace IRI
n5http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n28http://demo.openlinksw.com/ods/oauth_test.
atomhttp://atomowl.org/ontologies/atomrdf#
n11http://oauth.net/core/1.0/
n2http://ods.openlinksw.com/dataspace/owiki/wiki/
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n22http://virtuoso.openlinksw.com/wiki/main/Main/
n25http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
n17http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleBookmarks/ob2.
rdfshttp://www.w3.org/2000/01/rdf-schema#
n8http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtOAuthTestToolExampleBookmarks/sioc.
n15http://rdfs.org/sioc/services#
n23http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleBookmarks/ob4.
n4http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
n19http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleBookmarks/o1.
siocthttp://rdfs.org/sioc/types#
n20http://ods.openlinksw.com/dataspace/person/owiki#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n18http://demo.openlinksw.com/
n14http://ods.openlinksw.com/dataspace/services/wiki/
n16http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleBookmarks/ob1.
n21http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleBookmarks/ob3.
xsdhhttp://www.w3.org/2001/XMLSchema#
n26http://demo.openlinksw.com/ods/
n10http://ods.openlinksw.com/dataspace/dav#
siochttp://rdfs.org/sioc/ns#
Subject Item
n5:this
foaf:made
n4:VirtOAuthTestToolExampleBookmarks
Subject Item
n14:item
n15:services_of
n4:VirtOAuthTestToolExampleBookmarks
Subject Item
n25:this
sioc:creator_of
n4:VirtOAuthTestToolExampleBookmarks
Subject Item
n2:ODS
sioc:container_of
n4:VirtOAuthTestToolExampleBookmarks
atom:entry
n4:VirtOAuthTestToolExampleBookmarks
atom:contains
n4:VirtOAuthTestToolExampleBookmarks
Subject Item
n10:this
sioc:creator_of
n4:VirtOAuthTestToolExampleBookmarks
Subject Item
n4:VirtuosoOdsControllersBookmarks
sioc:links_to
n4:VirtOAuthTestToolExampleBookmarks
Subject Item
n4:VirtOAuthTestToolExampleBookmarks
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:02:53.528802
dcterms:modified
2017-06-29T07:32:40.548513
rdfs:label
VirtOAuthTestToolExampleBookmarks
foaf:maker
n5:this n20:this
dc:title
VirtOAuthTestToolExampleBookmarks
opl:isDescribedUsing
n8:rdf
sioc:has_creator
n10:this n25:this
sioc:attachment
n16:png n17:png n19:png n21:png n23:png
sioc:content
---+ODS Bookmarks OAuth REST API Example performed with the Virtuoso OAuth Testing Tool The following example demonstrates adding and getting bookmark info by the ODS REST APIs *bookmark.new* and *bookmark.get* using the OAuth Test Tool. Full list of the ODS REST APIs for ODS Bookmark you can find [[VirtuosoOdsControllersBookmarks][here]]. 1. Go to http://demo.openlinksw.com/ods 1. Log in as user demo with password demo 1. Go to Settings->OAuth Keys * <img src="%ATTACHURLPATH%/o1.png" style="wikiautogen"/> 1. Copy the Token value for an Bookmark instance or create such in not existing. For ex.: 3c9dc72d97a67e4f4dbd5d36e4dae0bda32ebdf1 1. Go to http://demo.openlinksw.com/ods/oauth_test.vsp 1. In the shown form enter for: 1. *Server*: http://demo.openlinksw.com/ods/api 1. *Consumer Key*: 3c9dc72d97a67e4f4dbd5d36e4dae0bda32ebdf1 1. *API method*: bookmark.new 1. *API parameters*: <verbatim> inst_id=7&uri=http://www.openlinksw.com/blog/~kidehen&name=Kingsley Idehen's Weblog: </verbatim> * An easy way to get the instance id is using the [[VirtuosoOdsControllers][ODS Framework Controller]] <b>instance.get.id</b>: <verbatim> $ curl -i "http://demo.openlinksw.com/ods/api/instance.get.id?user_name=demo&password_hash=4627dhe23cb53f522eag32e09gs7fceaw2c523449bdfdf&instanceName=mybookmarks" HTTP/1.1 200 OK Server: Virtuoso/06.03.3131 (Linux) x86_64-generic-linux-glibc25-64 VDB Connection: Keep-Alive Date: Sun, 05 Feb 2012 21:01:20 GMT Accept-Ranges: bytes Content-Type: text/xml; charset="UTF-8" Content-Length: 58 <result> <code>7</code> <message>Success</message> </result> </verbatim> * You can also get the instance id using the [[VirtuosoOdsUbiquity][ODS Ubiquity commands]] sequence: <verbatim> ods-host http://demo.openlinksw.com/ods ods-set-mode sid ods-authenticate-user demo password demo ods-get-instance-id mybookmarks </verbatim> 1. Select for *Query options*: "Generate URI and Submit". * <img src="%ATTACHURLPATH%/ob1.png" style="wikiautogen"/> 1. Click the "Execute" button. 1. Enter the password for user demo and click the "Login" button. 1. In the shown authorization form click the "Authorize" button. * <img src="%ATTACHURLPATH%/ob2.png" style="wikiautogen"/> 1. As result will be shown the generated URI and the output message of executing the ODS REST API. In our case, the id of the new created bookmark will be: 1989 * <img src="%ATTACHURLPATH%/ob3.png" style="wikiautogen"/> 1. Now lets get the data for the created bookmark. In the form enter: 1. *API method*: bookmark.get 1. *API parameters*: bookmark_id=1989 1. Select for *Query options*: "Generate URI and Submit". 1. Click the "Execute" button. 1. As result in the "Response Body" text-area will be shown the retrieved details for the bookmark with the given above id. * <img src="%ATTACHURLPATH%/ob4.png" style="wikiautogen"/> ---++Related * [[VirtuosoOdsControllersBookmarks][Bookmark Manager REST Controllers]] * [[VirtOAuthTestTool][OAuth Test Tool for ODS Controllers]] - Examples: * [[VirtOAuthTestToolExampleBriefcase][ODS Briefcase]] * [[VirtOAuthTestToolExampleWeblog][ODS Weblog]] * [[VirtOAuthTestToolExampleAddressbook][ODS Addressbook]] * [[VirtOAuthTestToolExamplePolls][ODS Polls]] * [[VirtOAuthTestToolExampleCalendar][ODS Calendar]] * [[VirtOAuthTestToolExampleFeeds][ODS Feed Manager]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/OAuth][OpenLink's explanation of OAuth]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/VirtuosoOAuthServer][Virtuoso OAuth server]] * [[VirtOAuthControllers][Using OAuth with ODS]] * [[VirtuosoOdsUbiquity][ODS Ubiquity Commands]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/VirtOAuth][Virtuoso OAuth Implementation]] * [[VirtuosoOdsControllers][ODS Controllers]] * [[VirtODSOAuthQA][Testing Virtuoso OAuth with 3rd Party OAuth Clients]] * [[VirtuosoOdsUbiquityTutorialsOAuth][OAuth Ubiquity Tutorial]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/VirtOAuthSPARQL][Virtuoso SPARQL OAuth Tutorial]] * [[VirtuosoOdsUbiquityTutorials][ODS Ubiquity Tutorials]] * [[VirtOAuthExamples][OAuth Applications Authentication examples]] * [[http://oauth.net/core/1.0/][OAuth API]] CategoryBookmark CategoryODS
sioc:id
070e67cb7addada4cbb13ea7140fd356
sioc:link
n4:VirtOAuthTestToolExampleBookmarks
sioc:has_container
n2:ODS
n15:has_services
n14:item
atom:title
VirtOAuthTestToolExampleBookmarks
sioc:links_to
n4:VirtuosoOdsUbiquityTutorials n4:VirtuosoOdsUbiquityTutorialsOAuth n11: n18:ods n22:VirtOAuthSPARQL n4:VirtOAuthExamples n4:VirtOAuthTestToolExampleAddressbook n4:CategoryBookmark n4:VirtOAuthControllers n26:api n4:VirtOAuthTestToolExampleBriefcase n4:VirtOAuthTestTool n4:CategoryODS n22:OAuth n22:VirtuosoOAuthServer n22:VirtOAuth n28:vsp
atom:source
n2:ODS
atom:author
n5:this
atom:published
2017-06-13T06:02:53Z
atom:updated
2017-06-29T07:32:40Z
sioc:topic
n2:ODS
Subject Item
n4:VirtOAuthTestToolExampleCalendar
sioc:links_to
n4:VirtOAuthTestToolExampleBookmarks
Subject Item
n4:VirtOAuthTestToolExampleFeeds
sioc:links_to
n4:VirtOAuthTestToolExampleBookmarks
Subject Item
n4:VirtOAuthTestToolExamplePolls
sioc:links_to
n4:VirtOAuthTestToolExampleBookmarks
Subject Item
n4:VirtOAuthTestToolExampleWeblog
sioc:links_to
n4:VirtOAuthTestToolExampleBookmarks