Version Vocabulary.

RDF vocabulary for describing versioned datasets.

 2017-03-01

 2017-04-06

  • Ruben Taelman

Classes

Version

Version

An identifier for a dataset that exists as a specific version.

ChangeSet

ChangeSet

A graph that contains triples that were added or removed between its start and end version.

ChangeSetAdditions

ChangeSet Additions

A graph that contains triples that were added between its start and end version.

ChangeSetDeletions

ChangeSet Deletions

A graph that contains triples that were removed between its start and end version.

VersionSet

VersionSet

A graph that contains triples that exist within one or more versions.

Properties

relatedVersion

has version

Relates to a version of a thing. This is not restrictive to a single version.

 
 Version 

versionCount

has versions

Indicates the amount of versions of a thing. This is not a functional property.

 
 integer 

beforeVersion

is before version

Indicates that the subject version is before the object version with a fixed ordering.

 Version 
 Version 

afterVersion

is after version

Indicates that the subject version is before the object version with a fixed ordering.

 Version 
 Version 

latestVersion

has as latest version

Indicates that the object version is the latest version with relation to the subject version.

 Version 
 Version 

firstVersion

has as first version

Indicates that the object version is the first version with relation to the subject version.

 Version 
 Version 

changeSetStart

starts at

Indicates that the changeset is defined with respect to the given starting version (inclusive).

 ChangeSet 
 Version 

changeSetEnd

end at

Indicates that the changeset is defined with respect to the given ending version (inclusive).

 ChangeSet 
 Version 

partialChangeSet

changeset part of

Indicates that the subject changeset is a part of the object changeset. All additions and deletions in this changeset are then considered part of the target changeset.

 ChangeSet 
 ChangeSet 

versionSetContains

contains version

The triples in the subject versionset exist at least in the object version.

 VersionSet 
 Version