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
n14http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n24http://demo.openlinksw.com/ods/oauth_test.
n10http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtOAuthTestToolExampleCalendar/sioc.
atomhttp://atomowl.org/ontologies/atomrdf#
n19http://oauth.net/core/1.0/
n2http://ods.openlinksw.com/dataspace/owiki/wiki/
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n23http://virtuoso.openlinksw.com/wiki/main/Main/
n25http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n12http://rdfs.org/sioc/services#
n4http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n15http://ods.openlinksw.com/dataspace/person/owiki#
n17http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleCalendar/oc4.
n18http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleCalendar/oc1.
n20http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleCalendar/oc2.
n21http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleCalendar/o1.
n16http://ods.openlinksw.com/wiki/main/ODS/VirtOAuthTestToolExampleCalendar/oc3.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n11http://ods.openlinksw.com/dataspace/services/wiki/
n6http://demo.openlinksw.com/
xsdhhttp://www.w3.org/2001/XMLSchema#
n26http://demo.openlinksw.com/ods/
n7http://ods.openlinksw.com/dataspace/dav#
siochttp://rdfs.org/sioc/ns#
Subject Item
n14:this
foaf:made
n4:VirtOAuthTestToolExampleCalendar
Subject Item
n11:item
n12:services_of
n4:VirtOAuthTestToolExampleCalendar
Subject Item
n25:this
sioc:creator_of
n4:VirtOAuthTestToolExampleCalendar
Subject Item
n2:ODS
sioc:container_of
n4:VirtOAuthTestToolExampleCalendar
atom:entry
n4:VirtOAuthTestToolExampleCalendar
atom:contains
n4:VirtOAuthTestToolExampleCalendar
Subject Item
n7:this
sioc:creator_of
n4:VirtOAuthTestToolExampleCalendar
Subject Item
n4:VirtuosoOdsControllersCalendar
sioc:links_to
n4:VirtOAuthTestToolExampleCalendar
Subject Item
n4:VirtOAuthTestToolExampleCalendar
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T06:02:03.453399
dcterms:modified
2017-06-29T07:32:41.266624
rdfs:label
VirtOAuthTestToolExampleCalendar
foaf:maker
n14:this n15:this
dc:title
VirtOAuthTestToolExampleCalendar
opl:isDescribedUsing
n10:rdf
sioc:has_creator
n7:this n25:this
sioc:attachment
n16:png n17:png n18:png n20:png n21:png
sioc:content
---+Calendar OAuth REST API Example performed with the Virtuoso OAuth Testing Tool The following example demonstrates adding and getting event details by the ODS REST APIs *calendar.event.new* and *calendar.get* using the OAuth Test Tool. Full list of the ODS REST APIs for ODS Calendar you can find [[VirtuosoOdsControllersCalendar][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 Calendar instance or create such in not existing. For ex.: dffa13c301c5915a4fb9c8c1ee7c69e2fad88454 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*: dffa13c301c5915a4fb9c8c1ee7c69e2fad88454 1. *API method*: calendar.event.new 1. *API parameters*: <verbatim> inst_id=59&subject=test event&eventStart=2008.11.17T12:00&eventEnd=2008.11.17T14:00 </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=mycalendar" 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>59</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 mycalendar </verbatim> 1. Select for *Query options*: "Generate URI and Submit". * <img src="%ATTACHURLPATH%/oc1.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%/oc2.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 event will be: 1683 * <img src="%ATTACHURLPATH%/oc3.png" style="wikiautogen"/> 1. Now lets get the data for the created event. In the form enter: 1. *API method*: calendar.get 1. *API parameters*: event_id=1683 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 event with the given above id. * <img src="%ATTACHURLPATH%/oc4.png" style="wikiautogen"/> ---++Related * [[VirtuosoOdsControllersCalendar][Calendar REST Controllers]] * [[VirtOAuthTestTool][OAuth Test Tool for ODS Controllers]] - Examples: * [[VirtOAuthTestToolExampleBriefcase][ODS Briefcase]] * [[VirtOAuthTestToolExampleWeblog][ODS Weblog]] * [[VirtOAuthTestToolExampleAddressbook][ODS Addressbook]] * [[VirtOAuthTestToolExampleBookmarks][ODS Bookmarks]] * [[VirtOAuthTestToolExamplePolls][ODS Polls]] * [[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]] CategoryCalendar CategoryODS
sioc:id
009097d4c49d79ecdd571a121e390bd0
sioc:link
n4:VirtOAuthTestToolExampleCalendar
sioc:has_container
n2:ODS
n12:has_services
n11:item
atom:title
VirtOAuthTestToolExampleCalendar
sioc:links_to
n6:ods n4:VirtOAuthTestToolExampleBriefcase n4:VirtOAuthTestToolExampleBookmarks n19: n4:CategoryODS n4:VirtOAuthTestToolExampleAddressbook n23:VirtOAuthSPARQL n24:vsp n4:VirtOAuthExamples n4:CategoryCalendar n26:api n4:VirtuosoOdsUbiquityTutorials n4:VirtOAuthControllers n4:VirtuosoOdsUbiquityTutorialsOAuth n4:VirtOAuthTestTool n23:OAuth n23:VirtuosoOAuthServer n23:VirtOAuth
atom:source
n2:ODS
atom:author
n14:this
atom:published
2017-06-13T06:02:03Z
atom:updated
2017-06-29T07:32:41Z
sioc:topic
n2:ODS
Subject Item
n4:VirtOAuthTestToolExampleFeeds
sioc:links_to
n4:VirtOAuthTestToolExampleCalendar
Subject Item
n4:VirtOAuthTestToolExamplePolls
sioc:links_to
n4:VirtOAuthTestToolExampleCalendar
Subject Item
n4:VirtOAuthTestToolExampleWeblog
sioc:links_to
n4:VirtOAuthTestToolExampleCalendar