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

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

PrefixNamespace IRI
n22http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n10http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc2.
n20http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n23http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc1.
oplhttp://www.openlinksw.com/schema/attribution#
n25http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n9http://virtuoso.openlinksw.com/wiki/main/Main/
n15http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n26http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n4http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n14http://ods.openlinksw.com/dataspace/person/owiki#
n27http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc6.
n18http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/OdsBriefcaseVC/sioc.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n5http://ods.openlinksw.com/dataspace/services/wiki/
n8http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc5.
n7http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc4.
xsdhhttp://www.w3.org/2001/XMLSchema#
n19http://ods.openlinksw.com/dataspace/dav#
n12http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc3.
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:OdsBriefcaseVC
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:02:41.096335
dcterms:modified
2017-06-29T07:31:36.210923
rdfs:label
OdsBriefcaseVC
foaf:maker
n14:this n22:this
dc:title
OdsBriefcaseVC
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n19:this n26:this
sioc:attachment
n7:png n8:png n10:png n12:png n23:png n27:png
sioc:content
---++Version control in Briefcase ODS Briefcase supports versioning for all types of documents and resources. This support is provided through ODS Briefcase and Virtuoso support of WebDAV and the core DeltaV feature set. Versioning can be enabled for any resource stored in ODS Briefcase, which will contain a history of each resource stored in separate virtual folders. Resources can be overlaid, checked in, or checked out. They may even be locked, preventing updates from other members collaborating on those resources. ODS Briefcase UI offers the following functionality to manage versions accessible from the Properties->Versions tab for uploaded resource(s): 1. Enable VC: when clicked offers: 1 File commands Lock 1 Versioning commands Check-Out 1 Shows number of versions 1 Root version: shows the path to the root version file 1 Versions table: contains list of all versions shown with Path, Number, Size, Modified date 1 Auto Versioning Content: by default is set to No. Other values are: 1 Checkout -> Checkin 1 Checkout->Unlocked->Checkin 1 Checkout 1 Locked->Checkout 1 File state: shows the current state of the file resource. 1. By default it is: <verbatim> Lock is OFF, Version Control is OFF, Auto Versioning is OFF, Version State is Standard </verbatim> 1. With enabled versioning it is: <verbatim> Lock is OFF, Version Control is ON, Auto Versioning is OFF, Version State is Check-In </verbatim> * Note: values can vary depending on the current versioning settings of the file resource ---+++Sample scenario 1. In the following sample scenario we upload a file kidehen.vcf: <verbatim> BEGIN:VCARD VERSION:2.1 FN:Kingsley Idehen EMAIL;PREF;INTERNET: N:Kingsley;Idehen NICKNAME:kidehen ADR;TYPE=HOME:;;;Lexington;Massachusetts;;United States TEL;TYPE=HOME;VOICE: ADR;TYPE=WORK:;;10 Mall Road Suite 265;Burlington;Massachusetts;01803;United States TEL;TYPE=WORK;VOICE:+1 781 273 0900 TEL;TYPE=CELL;VOICE: TZ:-5 URL:http://www.openlinksw.com/blog/~kidehen ORG:OpenLink Software END:VCARD </verbatim> 1. After the file is uploaded, click the Proiperties icon from "Actions" column and go to tab "Versions": * <img src="%ATTACHURLPATH%/vc1.png" style="wikiautogen"/> 1. Click the "Enable VC" button. * <img src="%ATTACHURLPATH%/vc2.png" style="wikiautogen"/> 1. As result the versioning settings properties will be shown. 1. Set Auto Versioning Content to "Checkout -> Checkin". * <img src="%ATTACHURLPATH%/vc3.png" style="wikiautogen"/> 1. Click the "Update" button. 1. Now let's change the file. Click the "Edit content" icon from the Action column for the uploaded resource kidehen.vcf * Note: you can also upload the same file with change content. 1. Make a change and click the "Save" button. * <img src="%ATTACHURLPATH%/vc4.png" style="wikiautogen"/> 1. As result will be shown the list of file resources for your user. Click for the kidehen.vcf resource the Properties icon from Actions column. 1. Note the WebDAV properties section with the new shown fields: <verbatim> DAV:author demo DAV:auto-version DAV:checkout-checkin DAV:checked-in /DAV/home/demo/VVC/kidehen.vcf/last DAV:version-history /DAV/home/demo/VVC/kidehen.vcf/history.xml </verbatim> * <img src="%ATTACHURLPATH%/vc5.png" style="wikiautogen"/> 1. Go to tab "Versions". 1. As result the following fields will show new values: 1. "Number of Versions in History" will have now value 2, i.e. 2 versions available for the resource. 1. The "Versions" table will contain 2 rows respectively for version 1 and version 2 of the resource: * <img src="%ATTACHURLPATH%/vc6.png" style="wikiautogen"/> ---+++References * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtConductorVersions][Managing Resources Versions using Conductor]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/VOSDAVMD][Virtuoso WebDAV]] CategoryODS CategoryBriefcase CategoryVirtuoso
sioc:id
01c1c8c8f3e36a16e5521a45212c0c52
sioc:link
n2:OdsBriefcaseVC
sioc:has_container
n20:ODS
n4:has_services
n5:item
atom:title
OdsBriefcaseVC
sioc:links_to
n9:VOSDAVMD n2:CategoryBriefcase n15:DeltaV n2:CategoryODS n15:WebDAV n2:CategoryVirtuoso n25:VirtConductorVersions
atom:source
n20:ODS
atom:author
n22:this
atom:published
2017-06-13T06:02:41Z
atom:updated
2017-06-29T07:31:36Z
sioc:topic
n20:ODS