This HTML5 document contains 41 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/
n21http://vos.openlinksw.com:80/wiki/main/VOS/VirtConductorVersions/v3.
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n26http://vos.openlinksw.com/dataspace/services/wiki/
n15http://vos.openlinksw.com:80/wiki/main/VOS/VirtConductorVersions/v1.
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n7http://vos.openlinksw.com:80/wiki/main/VOS/VirtConductorVersions/v8.
n23http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtConductorVersions/sioc.
n16http://ods.openlinksw.com/dataspace/dav/wiki/ODS/
dchttp://purl.org/dc/elements/1.1/
n12http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n9http://vos.openlinksw.com:80/wiki/main/VOS/VirtConductorVersions/v6.
n27http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n5http://vos.openlinksw.com/dataspace/person/dav#
n17http://vos.openlinksw.com:80/wiki/main/VOS/VirtConductorVersions/v4.
n13http://vos.openlinksw.com/dataspace/owiki/wiki/
n19http://vos.openlinksw.com:80/wiki/main/VOS/VirtConductorVersions/v2.
n29http://vos.openlinksw.com:80/wiki/main/VOS/VirtConductorVersions/.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n8http://vos.openlinksw.com:80/wiki/main/VOS/VirtConductorVersions/v9.
n20http://vos.openlinksw.com/dataspace/owiki#
n11http://vos.openlinksw.com:80/wiki/main/VOS/VirtConductorVersions/v7.
xsdhhttp://www.w3.org/2001/XMLSchema#
n18http://vos.openlinksw.com:80/wiki/main/VOS/VirtConductorVersions/v5.
n28http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n5:this
foaf:made
n2:VirtConductorVersions
Subject Item
n12:this
sioc:creator_of
n2:VirtConductorVersions
Subject Item
n26:item
n27:services_of
n2:VirtConductorVersions
Subject Item
n20:this
sioc:creator_of
n2:VirtConductorVersions
Subject Item
n13:VOS
sioc:container_of
n2:VirtConductorVersions
atom:entry
n2:VirtConductorVersions
atom:contains
n2:VirtConductorVersions
Subject Item
n2:VirtConductorVersions
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:46:11.213555
dcterms:modified
2019-09-27T16:03:47.029024
rdfs:label
VirtConductorVersions
foaf:maker
n5:this n28:this
dc:title
VirtConductorVersions
opl:isDescribedUsing
n23:rdf
sioc:has_creator
n20:this n12:this
sioc:attachment
n7:png n8:png n9:png n11:png n15:png n17:png n18:png n19:png n21:png n29:DS_Store
sioc:content
---+ Managing Version Support using Conductor UI ---++ What This document demonstrates how the Virtuoso Conductor User Interface can be used to enable and manage file Versioning in Virtuoso WebDAV folders. ---++ Why This can be used for maintaining a history of file changes within the Virtuoso WebDAV folders providing version control support which is useful in managing file changes in large projects. ---++ How Here is a sample scenario for managing resource versions from Virtuoso Conductor: 1. Go to <code>http://&lt;cname&gt;:port/conductor</code> 1. Log in as <code>dba</code> 1. Go to <b>Web Application Server</b> %BR%%BR%<img src="%ATTACHURLPATH%/v1.png" style="wikiautogen"/>%BR%%BR% 1. Click <b>Upload</> 1. Select a file and click the <b>Upload</b> button * For example, upload a <code>sample.txt</code> file containing the following text: <verbatim> Simple Test </verbatim> <img src="%ATTACHURLPATH%/v2.png" style="wikiautogen"/>%BR%%BR% 1. As a result, the file will be uploaded. %BR%%BR%<img src="%ATTACHURLPATH%/v3.png" style="wikiautogen"/>%BR%%BR% 1. Click the properties icon of the file, shown in the last column to the right. %BR%%BR%<img src="%ATTACHURLPATH%/v4.png" style="wikiautogen"/>%BR%%BR% 1. In the <b>Properties</b> form, click the <b>Enable VC</b> button. %BR%%BR%<img src="%ATTACHURLPATH%/v5.png" style="wikiautogen"/>%BR%%BR% 1. You can also set <b>Auto Versioning Content</b> to one of the following: * <b>Checkout -&gt; Checkin</b> * <b>Checkout -&gt; Unlocked -&gt; Checkin</b> * <b>Checkout</b> * <b>Locked -&gt; Checkout</b> %BR%%BR%<img src="%ATTACHURLPATH%/v6.png" style="wikiautogen"/>%BR%%BR% 1. Click the <b>Update</b> button 1. Click the <b>Edit</b> icon for the uploaded file, shown in the last column to the right. %BR%%BR%<img src="%ATTACHURLPATH%/v7.png" style="wikiautogen"/>%BR%%BR% 1. In the edit form, amend the content of the file to, for example -- <verbatim> Simple Test for Version Control </verbatim> <img src="%ATTACHURLPATH%/v8.png" style="wikiautogen"/>%BR%%BR% 1. Click the <b>Save</b> button 1. Now click the <b>Properties</b> icon for the <b>sample.txt</b> file 1. As a result, the new version of the file will be displayed in the <b>Versioning</b> section of the file properties: %BR%%BR%<img src="%ATTACHURLPATH%/v9.png" style="wikiautogen"/>%BR%%BR% You can delete specific versions and/or disable version control at any time. ---++ References * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/OdsBriefcaseVC][Managing Resources Versions using ODS Data Space Briefcase]]
sioc:id
d6d5288f91719cb32f174e4cfece21fe
sioc:link
n2:VirtConductorVersions
sioc:has_container
n13:VOS
n27:has_services
n26:item
atom:title
VirtConductorVersions
sioc:links_to
n16:OdsBriefcaseVC n2:WebDAV
atom:source
n13:VOS
atom:author
n5:this
atom:published
2017-06-13T05:46:11Z
atom:updated
2019-09-27T16:03:47Z
sioc:topic
n13:VOS