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

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

PrefixNamespace IRI
n11http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n22http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc2.
atomhttp://atomowl.org/ontologies/atomrdf#
n5http://ods.openlinksw.com/dataspace/owiki/wiki/
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n15http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc1.
n25http://virtuoso.openlinksw.com/wiki/main/Main/
n24http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n10http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n4http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n12http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n7http://ods.openlinksw.com/dataspace/person/owiki#
n19http://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#
n13http://ods.openlinksw.com/dataspace/services/wiki/
n21http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc5.
n20http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc4.
xsdhhttp://www.w3.org/2001/XMLSchema#
n16http://ods.openlinksw.com/dataspace/dav#
n23http://ods.openlinksw.com/wiki/main/ODS/OdsBriefcaseVC/vc3.
siochttp://rdfs.org/sioc/ns#
Subject Item
n11:this
foaf:made
n2:OdsBriefcaseVC
Subject Item
n13:item
n12:services_of
n2:OdsBriefcaseVC
Subject Item
n4:this
sioc:creator_of
n2:OdsBriefcaseVC
Subject Item
n5:ODS
sioc:container_of
n2:OdsBriefcaseVC
atom:entry
n2:OdsBriefcaseVC
atom:contains
n2:OdsBriefcaseVC
Subject Item
n16:this
sioc:creator_of
n2:OdsBriefcaseVC
Subject Item
n2:OdsBriefcaseVC
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T06:02:41.096335
dcterms:modified
2017-06-29T07:31:36.210923
rdfs:label
OdsBriefcaseVC
foaf:maker
n7:this n11:this
dc:title
OdsBriefcaseVC
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n4:this n16:this
sioc:attachment
n15:png n19:png n20:png n21:png n22:png n23: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
n5:ODS
n12:has_services
n13:item
atom:title
OdsBriefcaseVC
sioc:links_to
n2:CategoryODS n10:WebDAV n2:CategoryBriefcase n24:VirtConductorVersions n25:VOSDAVMD n2:CategoryVirtuoso n10:DeltaV
atom:source
n5:ODS
atom:author
n11:this
atom:published
2017-06-13T06:02:41Z
atom:updated
2017-06-29T07:31:36Z
sioc:topic
n5:ODS
Subject Item
n2:OdsBriefcase
sioc:links_to
n2:OdsBriefcaseVC