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
n16http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n27http://demo.openlinksw.com/ods/oauth_test.
atomhttp://atomowl.org/ontologies/atomrdf#
n22http://oauth.net/core/1.0/
n11http://ods.openlinksw.com/dataspace/owiki/wiki/
foafhttp://xmlns.com/foaf/0.1/
n9http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleAddressbook/oa4.
oplhttp://www.openlinksw.com/schema/attribution#
n10http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleAddressbook/oa1.
n4http://virtuoso.openlinksw.com/wiki/main/Main/
n21http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n5http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n24http://ods.openlinksw.com/dataspace/person/owiki#
n8http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleAddressbook/oa3.
n23http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleAddressbook/o1.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n26http://demo.openlinksw.com/
n6http://ods.openlinksw.com/dataspace/services/wiki/
n18http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtOAuthTestToolExampleAddressbook/sioc.
xsdhhttp://www.w3.org/2001/XMLSchema#
n20http://demo.openlinksw.com/ods/
n14http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleAddressbook/oa2.
n7http://ods.openlinksw.com/dataspace/dav#
siochttp://rdfs.org/sioc/ns#
Subject Item
n16:this
foaf:made
n2:VirtOAuthTestToolExampleAddressbook
Subject Item
n6:item
n5:services_of
n2:VirtOAuthTestToolExampleAddressbook
Subject Item
n21:this
sioc:creator_of
n2:VirtOAuthTestToolExampleAddressbook
Subject Item
n11:ODS
sioc:container_of
n2:VirtOAuthTestToolExampleAddressbook
atom:entry
n2:VirtOAuthTestToolExampleAddressbook
atom:contains
n2:VirtOAuthTestToolExampleAddressbook
Subject Item
n7:this
sioc:creator_of
n2:VirtOAuthTestToolExampleAddressbook
Subject Item
n2:VirtuosoOdsControllersAddressbook
sioc:links_to
n2:VirtOAuthTestToolExampleAddressbook
Subject Item
n2:VirtOAuthTestToolExampleAddressbook
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:09:39.656343
dcterms:modified
2017-06-29T07:32:39.732803
rdfs:label
VirtOAuthTestToolExampleAddressbook
foaf:maker
n16:this n24:this
dc:title
VirtOAuthTestToolExampleAddressbook
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n21:this n7:this
sioc:attachment
n8:png n9:png n10:png n14:png n23:png
sioc:content
---+Addressbook OAuth REST API Example performed with the Virtuoso OAuth Testing Tool The following example demonstrates creating and getting contact info by the ODS REST APIs *addressbook.new* and *addressbook.get* using the OAuth Test Tool. Full list of the ODS REST APIs for ODS Addressbook you can find [[VirtuosoOdsControllersAddressbook][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 Addressbook instance or create such in not existing. For ex.: e0a49e54603740f67f8b8f3f58651ad772dc9b44 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*: e0a49e54603740f67f8b8f3f58651ad772dc9b44 1. *API method*: addressbook.new 1. *API parameters*: <verbatim> inst_id=36&name=TEST </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=demo's%20AddressBook" 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>36</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 demo's AddressBook </verbatim> 1. Select for *Query options*: "Generate URI and Submit". * <img src="%ATTACHURLPATH%/oa1.png" style="wikiautogen"/> 1. Click the "Execute" button. 1. In the shown authorization form click the "Authorize" button. * <img src="%ATTACHURLPATH%/oa2.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 contact will be: 1046 * <img src="%ATTACHURLPATH%/oa3.png" style="wikiautogen"/> 1. Now lets get the data for the created contact. In the form enter: 1. *API method*: addressbook.get 1. *API parameters*: contact_id=1046 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 contact with the given above id. * <img src="%ATTACHURLPATH%/oa4.png" style="wikiautogen"/> ---++Related * [[VirtuosoOdsControllersAddressbook][Addressbook REST Controllers]] * [[VirtOAuthTestTool][OAuth Test Tool for ODS Controllers]] - Examples: * [[VirtOAuthTestToolExampleBriefcase][ODS Briefcase]] * [[VirtOAuthTestToolExampleWeblog][ODS Weblog]] * [[VirtOAuthTestToolExampleBookmarks][ODS Bookmarks]] * [[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]] CategoryAddressBook CategoryODS
sioc:id
b2e6a3b5627fc33ef4b98b344592ef8c
sioc:link
n2:VirtOAuthTestToolExampleAddressbook
sioc:has_container
n11:ODS
n5:has_services
n6:item
atom:title
VirtOAuthTestToolExampleAddressbook
sioc:links_to
n4:VirtuosoOAuthServer n4:VirtOAuth n2:CategoryODS n2:CategoryAddressBook n20:api n2:VirtOAuthTestToolExampleBriefcase n22: n2:VirtOAuthControllers n2:VirtOAuthTestTool n26:ods n2:VirtOAuthExamples n4:VirtOAuthSPARQL n2:VirtuosoOdsUbiquityTutorials n27:vsp n4:OAuth n2:VirtuosoOdsUbiquityTutorialsOAuth
atom:source
n11:ODS
atom:author
n16:this
atom:published
2017-06-13T06:09:39Z
atom:updated
2017-06-29T07:32:39Z
sioc:topic
n11:ODS
Subject Item
n2:VirtOAuthTestToolExampleBookmarks
sioc:links_to
n2:VirtOAuthTestToolExampleAddressbook
Subject Item
n2:VirtOAuthTestToolExampleCalendar
sioc:links_to
n2:VirtOAuthTestToolExampleAddressbook
Subject Item
n2:VirtOAuthTestToolExampleFeeds
sioc:links_to
n2:VirtOAuthTestToolExampleAddressbook
Subject Item
n2:VirtOAuthTestToolExamplePolls
sioc:links_to
n2:VirtOAuthTestToolExampleAddressbook
Subject Item
n2:VirtOAuthTestToolExampleWeblog
sioc:links_to
n2:VirtOAuthTestToolExampleAddressbook