Copyright © 2005 Talis Information Ltd.
The URI for this vocabulary is
http://purl.org/vocab/changeset/schema#
When abbreviating terms the suggested prefix is cs
Each class or property in the vocabulary has a URI constructed by appending a term name to the vocabulary URI. For example:
http://purl.org/vocab/changeset/schema#creatorName
An alphabetical list of all terms defined in this schema.
Term | URI | Description |
---|---|---|
ChangeSet | http://purl.org/vocab/changeset/schema#ChangeSet | A class whose members are the encapsulation of a delta between two versions of a resource description. |
addition | http://purl.org/vocab/changeset/schema#addition | A property representing a triple to be added to the resource description. |
changeReason | http://purl.org/vocab/changeset/schema#changeReason | A property representing a short, human readable description of the purpose for the changeset. |
createdDate | http://purl.org/vocab/changeset/schema#createdDate | A property representing the date that the changeset was created. |
creatorName | http://purl.org/vocab/changeset/schema#creatorName | A property representing the name of the entity responsible for creating the changeset. |
precedingChangeSet | http://purl.org/vocab/changeset/schema#precedingChangeSet | A property representing the changeset that immediately precedes this one. |
removal | http://purl.org/vocab/changeset/schema#removal | A property representing a triple to be removed from the resource description. |
statement | http://purl.org/vocab/changeset/schema#statement | A property representing a triple included in this set of changes. |
subjectOfChange | http://purl.org/vocab/changeset/schema#subjectOfChange | A property representing the resource to which this set of changes applies. |
URI: http://purl.org/vocab/changeset/schema#ChangeSet
A class whose members are the encapsulation of a delta between two versions of a resource description.
Being a member of this class implies also being a member of _:mor524eec63ba77f. Having a statement, an addition, a removal, a subjectOfChange, a precedingChangeSet, a createdDate, a changeReason or a creatorName implies being a member of this class. Things are a member of this class if they are the value of a precedingChangeSet.
URI: http://purl.org/vocab/changeset/schema#addition
A property representing a triple to be added to the resource description. By convention the subject of the triple being added should be the same as the subjectOfChange .
Having this property implies being a ChangeSet. Every value of this property is a rdf:Statement. It is a sub-property of statement.
URI: http://purl.org/vocab/changeset/schema#changeReason
A property representing a short, human readable description of the purpose for the changeset.
Having this property implies being a ChangeSet. Every value of this property is a rdfs:Literal.
URI: http://purl.org/vocab/changeset/schema#createdDate
A property representing the date that the changeset was created. The date should be in W3CDTF format .
Having this property implies being a ChangeSet. It is a sub-property of dc:date.
URI: http://purl.org/vocab/changeset/schema#creatorName
A property representing the name of the entity responsible for creating the changeset.
Having this property implies being a ChangeSet. Every value of this property is a rdfs:Literal.
URI: http://purl.org/vocab/changeset/schema#precedingChangeSet
A property representing the changeset that immediately precedes this one. This property can be used to build a history of changes to a particular resource description. The first ChangeSet in the history will have no precedingChangeSet property. Each subsequent ChangeSet added to the history references the preceding one resulting in a singly-linked list of changes. Care must be taken not to introduce cycles in the history. In systems that assume a closed world, the most recent ChangeSet for a particular resource description can be discovered by looking for the ChangeSet that is not the value of a precedingChangeSet property. Conversely, the earliest ChangeSet is the one that is not the subject of a precedingChangeSet property.
Having this property implies being a ChangeSet. Every value of this property is a ChangeSet.
URI: http://purl.org/vocab/changeset/schema#removal
A property representing a triple to be removed from the resource description. By convention the subject of the triple being removed should be the same as the subjectOfChange .
Having this property implies being a ChangeSet. Every value of this property is a rdf:Statement. It is a sub-property of statement.
URI: http://purl.org/vocab/changeset/schema#statement
A property representing a triple included in this set of changes.
Having this property implies being a ChangeSet. Every value of this property is a rdf:Statement.
URI: http://purl.org/vocab/changeset/schema#subjectOfChange
A property representing the resource to which this set of changes applies.
Having this property implies being a ChangeSet. Every value of this property is a rdfs:Resource.
A Simple ChangeSet |
Linked ChangeSets |
Implementing Undo With ChangeSets |