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

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

PrefixNamespace IRI
n13http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n8http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n4http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n11http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n18http://ods.openlinksw.com/dataspace/person/owiki#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n10http://ods.openlinksw.com/dataspace/services/wiki/
xsdhhttp://www.w3.org/2001/XMLSchema#
n14http://ods.openlinksw.com/dataspace/dav#
n17http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtuosoOdsUbiquityPolls/sioc.
siochttp://rdfs.org/sioc/ns#
Subject Item
n13:this
foaf:made
n2:VirtuosoOdsUbiquityPolls
Subject Item
n10:item
n11:services_of
n2:VirtuosoOdsUbiquityPolls
Subject Item
n4:this
sioc:creator_of
n2:VirtuosoOdsUbiquityPolls
Subject Item
n8:ODS
sioc:container_of
n2:VirtuosoOdsUbiquityPolls
atom:entry
n2:VirtuosoOdsUbiquityPolls
atom:contains
n2:VirtuosoOdsUbiquityPolls
Subject Item
n14:this
sioc:creator_of
n2:VirtuosoOdsUbiquityPolls
Subject Item
n2:VirtuosoOdsUbiquityPolls
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:08:24.231452
dcterms:modified
2017-06-29T07:33:02.906159
rdfs:label
VirtuosoOdsUbiquityPolls
foaf:maker
n13:this n18:this
dc:title
VirtuosoOdsUbiquityPolls
opl:isDescribedUsing
n17:rdf
sioc:has_creator
n4:this n14:this
sioc:content
---++Polls Ubiquity Commands 1 establish OAuth session key for ODS Polls instance: <verbatim> Syntax: ods-set-poll-oauth <session_key> Example: ods-set-poll-oauth c4746c96bd8faa99798ad88448ba3bab </verbatim> * Example usage you can find [[VirtuosoOdsUbiquityTutorialsPollsOAuthD][here]]. 1 create poll: <verbatim> Syntax: ods-create-poll <instance_id> name <name> [description <description>] [tags <tags>] [multi_vote <0|1>] [vote_result <0|1>] [vote_result_before <0|1>] [vote_result_opened <0|1>] [dateStart <dateStart>] [dateEnd <dateEnd>] [mode <S|M>] Syntax: ods-create-poll 10 name SPARQL Poll dateStart 2008.11.20 </verbatim> * Example usage you can find [[VirtuosoOdsUbiquityTutorialsManagePolls][here]]. 1 get poll resource information by resource ID: <verbatim> Syntax: ods-get-poll-by-id <poll_id> Example: ods-get-poll-by-id 1001 </verbatim> 1 update poll by resource ID: <verbatim> Syntax: ods-update-poll <poll_id> name <name> [description <description>] [tags <tags>] [multi_vote <0|1>] [vote_result <0|1>] [vote_result_before <0|1>] [vote_result_opened <0|1>] [dateStart <dateStart>] [dateEnd <dateEnd>] [mode <S|M>] Syntax: ods-update-poll 1001 name SPARQL Poll dateStart 2008.11.22 dateEnd 2008.11.29 </verbatim> 1 delete poll by resource ID: <verbatim> Syntax: ods-delete-poll-by-id <poll_id> Example: ods-delete-poll-by-id 1001 </verbatim> 1 create poll question: <verbatim> Syntax: ods-create-poll-question <poll_id> questionNo <questionNo> text <text> [description <description>] [required <required>] [type <type>] [answer <answer>] Example: ods-create-poll-question 1001 questionNo 1 text Do you know SPARQL? answer answer_1=Yes&answer_2=No </verbatim> 1 delete poll question: <verbatim> Syntax: ods-delete-poll-question <poll_id> questionNo <questionNo> Example: ods-delete-poll-question 1001 questionNo 2 </verbatim> 1 activate (open) poll for votes: <verbatim> Syntax: ods-activate-poll <poll_id> Example: ods-activate-poll 1001 </verbatim> 1 close poll for votes: <verbatim> Syntax: ods-close-poll <poll_id> Example: ods-close-poll 1001 </verbatim> 1 clear poll votes: <verbatim> Syntax: ods-clear-poll <poll_id> Example: ods-clear-poll 1001 </verbatim> 1 create vote to poll: <verbatim> Syntax: ods-vote-poll <poll_id> Example: ods-vote-poll 1001 </verbatim> 1 add answer to vote: <verbatim> Syntax: ods-poll-vote-answer <vote_id> questionNo <questionNo> answerNo <answerNo> value <value> Example: ods-poll-vote-answer 10001 questionNo 1 answerNo 1 value Yes </verbatim> 1 get poll result: <verbatim> Syntax: ods-result-poll <poll_id> Example: ods-result-poll 1001 </verbatim> 1 create comment to existing poll ID: <verbatim> Syntax: ods-create-poll-comment <poll_id> title <title> body <body> author <author> authorMail <authorMail> authorUrl <authorUrl> Example: ods-create-poll-comment 1001 title RDF body OpenLink RDF Browser http://demo.openlinksw.com/rdfbrowser/ author demo authorMail demo@openlinksw.com authorUrl http://demo.openlinksw.com/dataspace/person/demo </verbatim> 1 get poll comment information by resource ID: <verbatim> Syntax: ods-get-poll-comment-by-id <comment_id> Example: ods-get-poll-comment-by-id 10001 </verbatim> 1 delete poll comment by resource ID: <verbatim> Syntax: ods-delete-poll-comment <comment_id> Example: ods-delete-poll-comment 10001 </verbatim> 1 set poll instance options/properties: <verbatim> Syntax: ods-set-polls-options <instance_id> with <options> Example: ods-set-polls-options 10 with rows=20 </verbatim> 1 get poll instance options/properties: <verbatim> Syntax: ods-get-polls-options <instance_id> Example: ods-get-polls-options 10 </verbatim> ---+++References * [[VirtuosoOdsUbiquity][ODS Ubiquity Commands]]
sioc:id
ac050ee8bae130669bd8e7814ac1f807
sioc:link
n2:VirtuosoOdsUbiquityPolls
sioc:has_container
n8:ODS
n11:has_services
n10:item
atom:title
VirtuosoOdsUbiquityPolls
sioc:links_to
n2:VirtuosoOdsUbiquityTutorialsPollsOAuthD n2:VirtuosoOdsUbiquity
atom:source
n8:ODS
atom:author
n13:this
atom:published
2017-06-13T06:08:24Z
atom:updated
2017-06-29T07:33:02Z
sioc:topic
n8:ODS