This HTML5 document contains 49 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/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n16http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n11http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n17http://rdfs.org/sioc/services#
n8http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n6http://vos.openlinksw.com/dataspace/owiki/wiki/
n14http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoOdsUbiquityTutorialsManagePolls/
n10http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsManagePolls/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n20http://demo.openlinksw.com/
n12http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n18http://demo.openlinksw.com/ods/
n15http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#

Statements

Subject Item
n8:this
foaf:made
n2:VirtuosoOdsUbiquityTutorialsManagePolls
Subject Item
n11:this
sioc:creator_of
n2:VirtuosoOdsUbiquityTutorialsManagePolls
Subject Item
n16:item
n17:services_of
n2:VirtuosoOdsUbiquityTutorialsManagePolls
Subject Item
n12:this
sioc:creator_of
n2:VirtuosoOdsUbiquityTutorialsManagePolls
Subject Item
n6:VOS
sioc:container_of
n2:VirtuosoOdsUbiquityTutorialsManagePolls
atom:entry
n2:VirtuosoOdsUbiquityTutorialsManagePolls
atom:contains
n2:VirtuosoOdsUbiquityTutorialsManagePolls
Subject Item
n2:VirtuosoOdsUbiquityTutorialsManagePolls
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:43:37.304434
dcterms:modified
2017-06-29T07:43:40.867816
rdfs:label
VirtuosoOdsUbiquityTutorialsManagePolls
foaf:maker
n15:this n8:this
dc:title
VirtuosoOdsUbiquityTutorialsManagePolls
opl:isDescribedUsing
n14:sioc.rdf
sioc:has_creator
n12:this n11:this
sioc:attachment
n10:bp6.png n10:bp7.png n10:bp4.png n10:bp5.png n10:bp2.png n10:bp3.png n10:bp1.png n10:u3.png n10:u1.png n10:u2.png n10:bp8.png n10:bp9.png
sioc:content
%META:TOPICPARENT{name="VirtuosoOdsUbiquityTutorials"}% ---+++Polls Manage Resources Ubiquity Tutorial This tutorial demonstrates how to manage polls from OpenLink [[http://demo.openlinksw.com/ods][Demo server]] Polls instance 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 Polls 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 Polls from the left ODS Vertical Main Navigation. This will cause automatically to be created ODS Polls 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 password demo </verbatim> * <img src="%ATTACHURLPATH%/u3.png" style="wikiautogen"/> 1. *oauth*: detailed description you can find [[VirtuosoOdsUbiquityTutorialsPollsOAuthD][here]]. 1. Execute the command: <verbatim> ods-get-instance-id mypolls </verbatim> * <img src="%ATTACHURLPATH%/bp1.png" style="wikiautogen"/> 1. As result will be shown the instance id. For the "mypolls" instance this should be 61. 1. In order to create new poll, execute the command: <verbatim> ods-create-poll 61 name MyMusic </verbatim> * <img src="%ATTACHURLPATH%/bp2.png" style="wikiautogen"/> 1. As result will be shown message for successful creation of poll with id 1020. 1. In order to add question to the poll we have just create, execute the command: <verbatim> ods-create-poll-question 1020 questionNo 1 text What kind of music do you like? answer answer_1=Classic&answer_2=Rock </verbatim> * <img src="%ATTACHURLPATH%/bp3.png" style="wikiautogen"/> 1. As result will be shown message for successful creation of the poll question with id 19. 1. In order to activate the poll, execute the command: <verbatim> ods-activate-poll 1020 </verbatim> * <img src="%ATTACHURLPATH%/bp4.png" style="wikiautogen"/> 1. In order to vote to the poll, execute the command: <verbatim> ods-vote-poll 1020 </verbatim> * <img src="%ATTACHURLPATH%/bp5.png" style="wikiautogen"/> 1. As result will be shown message for successful creation of the vote with id 1021. 1. In order to add answer to the vote, execute the command: <verbatim> ods-poll-vote-answer 1021 questionNo 1 answerNo 1 value Classic </verbatim> * <img src="%ATTACHURLPATH%/bp6.png" style="wikiautogen"/> 1. To get the poll's results, execute the command: <verbatim> ods-result-poll 1020 </verbatim> * <img src="%ATTACHURLPATH%/bp7.png" style="wikiautogen"/> 1. Now let's post a comment to poll: 1. Comments can be posted when the Discussion feature (settable from Polls UI->Preferences->Discussions) is enabled. Execute the command: <verbatim> ods-set-polls-options 61 options conv=1 </verbatim> * <img src="%ATTACHURLPATH%/bp8.png" style="wikiautogen"/> 1. In order to create post comment, execute the following command: <verbatim> ods-create-poll-comment 1020 title favorite body my favorites author demo authorMail demo@openlinksw.com authorUrl http://demo.openlinksw.com/dataspace/person/demo </verbatim> * <img src="%ATTACHURLPATH%/bp9.png" style="wikiautogen"/> 1. As result will be shown message for successful creation of the comment. CategoryODS CategoryOpenSource CategoryWebSite CategoryPolls
sioc:id
4528ba4b9af7caa2877a1ea2c2375873
sioc:link
n2:VirtuosoOdsUbiquityTutorialsManagePolls
sioc:has_container
n6:VOS
n17:has_services
n16:item
atom:title
VirtuosoOdsUbiquityTutorialsManagePolls
sioc:links_to
n2:CategoryPolls n2:CategoryOpenSource n2:VirtuosoOdsUbiquityTutorialsPollsOAuthD n2:CategoryWebSite n18:ods_ubiquity.html n2:CategoryODS n2:OpenLink n20:ods
atom:source
n6:VOS
atom:author
n8:this
atom:published
2017-06-13T05:43:37Z
atom:updated
2017-06-29T07:43:40Z
sioc:topic
n6:VOS