RDF vocabulary for describing versioned datasets.
2017-03-01
2017-04-06
Version
An identifier for a dataset that exists as a specific version.
ChangeSet
A graph that contains triples that were added or removed between its start and end version.
ChangeSet Additions
A graph that contains triples that were added between its start and end version.
ChangeSet Deletions
A graph that contains triples that were removed between its start and end version.
VersionSet
A graph that contains triples that exist within one or more versions.
has version
Relates to a version of a thing. This is not restrictive to a single version.
has versions
Indicates the amount of versions of a thing. This is not a functional property.
is before version
Indicates that the subject version is before the object version with a fixed ordering.
is after version
Indicates that the subject version is before the object version with a fixed ordering.
has as latest version
Indicates that the object version is the latest version with relation to the subject version.
has as first version
Indicates that the object version is the first version with relation to the subject version.
starts at
Indicates that the changeset is defined with respect to the given starting version (inclusive).
end at
Indicates that the changeset is defined with respect to the given ending version (inclusive).
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.
contains version
The triples in the subject versionset exist at least in the object version.