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

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

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n10http://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/
n9http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n11http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n6http://vos.openlinksw.com/dataspace/person/dav#
n4http://vos.openlinksw.com/dataspace/owiki/wiki/
n15http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoOdsUbiquityPolls/sioc.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n5http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n19http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n13http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n6:this
foaf:made
n2:VirtuosoOdsUbiquityPolls
Subject Item
n9:this
sioc:creator_of
n2:VirtuosoOdsUbiquityPolls
Subject Item
n10:item
n11:services_of
n2:VirtuosoOdsUbiquityPolls
Subject Item
n5:this
sioc:creator_of
n2:VirtuosoOdsUbiquityPolls
Subject Item
n4:VOS
sioc:container_of
n2:VirtuosoOdsUbiquityPolls
atom:entry
n2:VirtuosoOdsUbiquityPolls
atom:contains
n2:VirtuosoOdsUbiquityPolls
Subject Item
n2:VirtuosoOdsUbiquityPolls
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:47:05.950773
dcterms:modified
2017-06-29T07:43:22.568922
rdfs:label
VirtuosoOdsUbiquityPolls
foaf:maker
n6:this n13:this
dc:title
VirtuosoOdsUbiquityPolls
opl:isDescribedUsing
n15:rdf
sioc:has_creator
n5:this n9: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> 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> options <options> Example: ods-set-polls-options 10 options 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
d04cbe0465b18aa9d83e48e57b114e21
sioc:link
n2:VirtuosoOdsUbiquityPolls
sioc:has_container
n4:VOS
n11:has_services
n10:item
atom:title
VirtuosoOdsUbiquityPolls
sioc:links_to
n19:VirtuosoOdsUbiquity
atom:source
n4:VOS
atom:author
n6:this
atom:published
2017-06-13T05:47:05Z
atom:updated
2017-06-29T07:43:22Z
sioc:topic
n4:VOS