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

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

PrefixNamespace IRI
n4http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n5http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n11http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n6http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n13http://ods.openlinksw.com/dataspace/person/owiki#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n16http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtuosoOdsControllersBriefcase/sioc.
n7http://ods.openlinksw.com/dataspace/services/wiki/
xsdhhttp://www.w3.org/2001/XMLSchema#
n18http://ods.openlinksw.com/dataspace/dav#
siochttp://rdfs.org/sioc/ns#
Subject Item
n4:this
foaf:made
n2:VirtuosoOdsControllersBriefcase
Subject Item
n7:item
n6:services_of
n2:VirtuosoOdsControllersBriefcase
Subject Item
n11:this
sioc:creator_of
n2:VirtuosoOdsControllersBriefcase
Subject Item
n5:ODS
sioc:container_of
n2:VirtuosoOdsControllersBriefcase
atom:entry
n2:VirtuosoOdsControllersBriefcase
atom:contains
n2:VirtuosoOdsControllersBriefcase
Subject Item
n18:this
sioc:creator_of
n2:VirtuosoOdsControllersBriefcase
Subject Item
n2:VirtuosoOdsControllersBriefcase
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:09:31.070598
dcterms:modified
2017-06-29T07:33:00.808423
rdfs:label
VirtuosoOdsControllersBriefcase
foaf:maker
n13:this n4:this
dc:title
VirtuosoOdsControllersBriefcase
opl:isDescribedUsing
n16:rdf
sioc:has_creator
n11:this n18:this
sioc:content
---++ODS Briefcase Controllers |*Controller*|*Demo Links*|*Description*| |<verbatim><br/>briefcase.list (<br/>&nbsp;&nbsp;path varchar<br/>)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx0][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx0a][cURL Example]]|Get Items List(XML)| |<verbatim><br/>briefcase.resource.info (<br/>&nbsp;&nbsp;path varchar<br/>)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1a][cURL Example]]|Get Resource Details (XML)| |<verbatim><br/>briefcase.resource.get (<br/>&nbsp;&nbsp;path varchar<br/>)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx2][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx2a][cURL Example]]|Get Resource Content| |<verbatim><br/>briefcase.resource.store (<br/>&nbsp;&nbsp;path varchar,<br/>&nbsp;&nbsp;content varchar,<br/>&nbsp;&nbsp;type varchar default null,<br/>&nbsp;&nbsp;permissions varchar default '110100100RM'<br/>)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx3][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx33][cURL Example]]|Create New Resource| |<verbatim><br/>briefcase.resource.delete (<br/>&nbsp;&nbsp;path varchar)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx4][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx44][cURL Example]]|Delete Resource| |<verbatim><br/>briefcase.resource.vc.set (<br/>&nbsp;&nbsp;path varchar,<br/>&nbsp;&nbsp;state varchar := 'on')<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx5][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx55][cURL Example]]|Set Resource Under Version Control. State can be 'on' or 'off'.| |<verbatim><br/>briefcase.resource.vc.info (<br/>&nbsp;&nbsp;path varchar)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx6][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx66][cURL Example]]|Get Resource Version Control Details | |<verbatim><br/>briefcase.resource.vc.checkout (<br/>&nbsp;&nbsp;path varchar<br/>)</verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx7][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx77][cURL Example]]|Check-Out Resource| |<verbatim><br/>briefcase.resource.vc.checkin (<br/>&nbsp;&nbsp;path varchar<br/>)</verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx8][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx88][cURL Example]]|Check-In Resource | |<verbatim><br/>briefcase.resource.vc.lock (<br/>&nbsp;&nbsp;path varchar,<br/>&nbsp;&nbsp;state varchar := 'on'<br/> )</verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx9][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx99][cURL Example]]|Lock Resource. State can be 'on' (lock) or 'off' (unlock). | |<verbatim><br/>briefcase.resource.vc.get (<br/>&nbsp;&nbsp;path varchar,<br/>&nbsp;&nbsp;version varchar := 'last'<br/> )</verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx10][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1010][cURL Example]]|Get Resource Version Content| |<verbatim><br/>briefcase.resource.vc.versions (<br/> &nbsp;&nbsp;path varchar<br/>)</verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx11][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1111][cURL Example]]|Get Resource Versions Details| |<verbatim><br/>briefcase.collection.create (<br/>&nbsp;&nbsp;path varchar,<br/>&nbsp;&nbsp;permissions varchar := '110100100RM'<br/> )</verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx12][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1212][cURL Example]]|Create New Collection| |<verbatim><br/>briefcase.collection.info (<br/>&nbsp;&nbsp;path varchar<br/>)</verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx13][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1313][cURL Example]]|Get Collection Details| |<verbatim><br/>briefcase.collection.delete (<br/>&nbsp;&nbsp;path varchar<br/>)</verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx14][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1414][cURL Example]]|Delete Collection| |<verbatim><br/>briefcase.copy (<br/>&nbsp;&nbsp;from_path varchar,<br/>&nbsp;&nbsp;to_path varchar,<br/>&nbsp;&nbsp;overwrite int := 0, <br/>&nbsp;&nbsp;permissions varchar := '110100000RR'<br/> )<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx15][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1515][cURL Example]]|Copy Resource(s)| |<verbatim><br/>briefcase.move (<br/>&nbsp;&nbsp;from_path varchar,<br/>&nbsp;&nbsp;to_path varchar<br/> )</verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx16][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1616][cURL Example]]|Move Resource(s)| |<verbatim><br/>briefcase.property.set (<br/>&nbsp;&nbsp;path varchar,<br/>&nbsp;&nbsp;name varchar,<br/>&nbsp;&nbsp;value varchar<br/>)</verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx17][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1717][cURL Example]]|Create New Property / Update Existing Property| |<verbatim><br/>briefcase.property.list (<br/>&nbsp;&nbsp;path varchar<br/>)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx18][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1818][cURL Example]]|Get Resource / Collection Properties Details | |<verbatim><br/>briefcase.property.get (<br/>&nbsp;&nbsp;path varchar,<br/> &nbsp;&nbsp;name varchar<br/>)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx19][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx1919][cURL Example]]|Get Property Value| |<verbatim><br/>briefcase.property.remove (<br/> &nbsp;&nbsp;path varchar,<br/>&nbsp;&nbsp;name varchar<br/>)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx20][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx2020][cURL Example]]|Remove Property| |<verbatim><br/>briefcase.share.add (<br/>&nbsp;&nbsp;path varchar,<br/>&nbsp;&nbsp;user varchar,<br/>&nbsp;&nbsp;inheritance varchar := 'all',<br/>&nbsp;&nbsp;allow varchar := 'rw-',<br/>&nbsp;&nbsp;deny varchar := '---'<br/> )<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx21][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx2121][cURL Example]]|Share Resource Or Collection To User. The inheritance is one of the following: 'object', 'all', 'children'. | |<verbatim><br/>briefcase.share.list (<br/>&nbsp;&nbsp;path varchar<br/> )<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx22][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx2222][cURL Example]]|Get Resource Or Collection Shares Details| |<verbatim><br/>briefcase.share.remove (<br/>&nbsp;&nbsp;path varchar,<br/>&nbsp;&nbsp;user varchar,<br/> &nbsp;&nbsp;inheritance varchar := 'all'<br/> )<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx23][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx2323][cURL Example]]|Remove Share| |<verbatim><br/>briefcase.options.set (<br/>&nbsp;&nbsp;inst_id integer,<br/>&nbsp;&nbsp;options any<br/>)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx24][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx2424][cURL Example]]| Set ODS Briefcase Instance Options. <br/>Options parameters names can be:<br/>&nbsp;&nbsp;- chars<br/> &nbsp;&nbsp;- rows<br/>&nbsp;&nbsp;- tbLabels<br/>&nbsp;&nbsp;- hiddens<br/>&nbsp;&nbsp;- atomVersion<br/> | |<verbatim><br/>briefcase.options.get (<br/>&nbsp;&nbsp;inst_id integer<br/>)<br/></verbatim>|&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx25][Using OAuth Tool Example]]<br/>&nbsp;&nbsp;*&nbsp;&nbsp;[[VirtuosoOdsControllersBriefcaseEx2525][cURL Example]]|Get ODS Briefcase Instance Options Details| ---+++Examples * [[VirtOAuthTestToolExampleBriefcase][ODS Briefcase OAuth REST API Example performed with the Virtuoso OAuth Testing Tool]] ---+++References * [[VirtuosoOdsControllers][ODS Controllers]]
sioc:id
a37d145cb716bd29e9f0baddf6fe54bd
sioc:link
n2:VirtuosoOdsControllersBriefcase
sioc:has_container
n5:ODS
n6:has_services
n7:item
atom:title
VirtuosoOdsControllersBriefcase
sioc:links_to
n2:VirtuosoOdsControllersBriefcaseEx8 n2:VirtuosoOdsControllersBriefcaseEx18 n2:VirtuosoOdsControllersBriefcaseEx1717 n2:VirtuosoOdsControllersBriefcaseEx13 n2:VirtuosoOdsControllersBriefcaseEx33 n2:VirtuosoOdsControllersBriefcaseEx44 n2:VirtuosoOdsControllersBriefcaseEx11 n2:VirtuosoOdsControllersBriefcaseEx3 n2:VirtuosoOdsControllersBriefcaseEx66 n2:VirtuosoOdsControllersBriefcaseEx77 n2:VirtuosoOdsControllersBriefcaseEx55 n2:VirtuosoOdsControllersBriefcaseEx14 n2:VirtuosoOdsControllersBriefcaseEx6 n2:VirtuosoOdsControllersBriefcaseEx9 n2:VirtuosoOdsControllersBriefcaseEx1 n2:VirtuosoOdsControllersBriefcaseEx1a n2:VirtuosoOdsControllersBriefcaseEx0 n2:VirtuosoOdsControllersBriefcaseEx1616 n2:VirtuosoOdsControllersBriefcaseEx17 n2:VirtuosoOdsControllersBriefcaseEx15 n2:VirtuosoOdsControllersBriefcaseEx0a n2:VirtuosoOdsControllersBriefcaseEx1212 n2:VirtuosoOdsControllersBriefcaseEx16 n2:VirtuosoOdsControllersBriefcaseEx1515 n2:VirtuosoOdsControllersBriefcaseEx20 n2:VirtuosoOdsControllersBriefcaseEx21 n2:VirtuosoOdsControllersBriefcaseEx1818 n2:VirtuosoOdsControllersBriefcaseEx2 n2:VirtuosoOdsControllersBriefcaseEx1919 n2:VirtuosoOdsControllersBriefcaseEx10 n2:VirtuosoOdsControllersBriefcaseEx88 n2:VirtuosoOdsControllersBriefcaseEx99 n2:VirtOAuthTestToolExampleBriefcase n2:VirtuosoOdsControllersBriefcaseEx19 n2:VirtuosoOdsControllersBriefcaseEx1313 n2:VirtuosoOdsControllersBriefcaseEx1414 n2:VirtuosoOdsControllersBriefcaseEx1111 n2:VirtuosoOdsControllersBriefcaseEx12 n2:VirtuosoOdsControllers n2:VirtuosoOdsControllersBriefcaseEx2020 n2:VirtuosoOdsControllersBriefcaseEx23 n2:VirtuosoOdsControllersBriefcaseEx7 n2:VirtuosoOdsControllersBriefcaseEx4 n2:VirtuosoOdsControllersBriefcaseEx2222 n2:VirtuosoOdsControllersBriefcaseEx2323 n2:VirtuosoOdsControllersBriefcaseEx2121 n2:VirtuosoOdsControllersBriefcaseEx22 n2:VirtuosoOdsControllersBriefcaseEx5 n2:VirtuosoOdsControllersBriefcaseEx25 n2:VirtuosoOdsControllersBriefcaseEx2525 n2:VirtuosoOdsControllersBriefcaseEx24 n2:VirtuosoOdsControllersBriefcaseEx2424
atom:source
n5:ODS
atom:author
n4:this
atom:published
2017-06-13T06:09:31Z
atom:updated
2017-06-29T07:33:00Z
sioc:topic
n5:ODS
Subject Item
n2:OdsBriefcase
sioc:links_to
n2:VirtuosoOdsControllersBriefcase