This HTML5 document contains 42 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/
n21http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n13http://vos.openlinksw.com/dataspace/owiki/wiki/ODS/VirtuosoOdsUbiquityTutorialsManagePolls/
dchttp://purl.org/dc/elements/1.1/
n11http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n20http://rdfs.org/sioc/services#
n8http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n6http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsManagePolls/
n18http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n16http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n10http://demo.openlinksw.com/
n17http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n9http://demo.openlinksw.com/ods/
n2http://vos.openlinksw.com/dataspace/owiki/wiki/ODS/
siochttp://rdfs.org/sioc/ns#
n4http://vos.openlinksw.com/dataspace/person/owiki#

Statements

Subject Item
n2:VirtuosoOdsUbiquityTutorialsManagePolls
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T06:09:23.715789
dcterms:modified
2017-06-13T06:09:23.715789
rdfs:label
VirtuosoOdsUbiquityTutorialsManagePolls
foaf:maker
n4:this n8:this
dc:title
VirtuosoOdsUbiquityTutorialsManagePolls
opl:isDescribedUsing
n13:sioc.rdf
sioc:has_creator
n11:this n17:this
sioc:attachment
n6:u3.png n6:u1.png n6:u2.png n6:bp8.png n6:bp9.png n6:bp6.png n6:bp7.png n6:bp4.png n6:bp5.png n6:bp2.png n6:bp3.png n6:bp1.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 with 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
c84fdd8927d43f46e52e2f9a63c2beb4
sioc:link
n2:VirtuosoOdsUbiquityTutorialsManagePolls
sioc:has_container
n18:ODS
n20:has_services
n21:item
atom:title
VirtuosoOdsUbiquityTutorialsManagePolls
sioc:links_to
n2:CategoryWebSite n2:CategoryPolls n9:ods_ubiquity.html n10:ods n2:CategoryODS n16:OpenLink n2:CategoryOpenSource n2:VirtuosoOdsUbiquityTutorialsPollsOAuthD
atom:source
n18:ODS
atom:author
n8:this
atom:published
2017-06-13T06:09:23Z
atom:updated
2017-06-13T06:09:23Z
sioc:topic
n18:ODS