1.1.0 An RDF model that can be used to represent changes to an RDF graph. The base class is change:Change which represents a group of added or deleted triples (instances of rdf:Statement). Change A change to an RDF Graph, encapsulating lists of added and/or deleted rdf:Statements. Additional metadata such as a timeStamp (or author or whatever) can be added. The URI of the (optional) graph that this statement has been modified in. graph added Links a Change with an rdf:Statement that has been added. deleted Links a Change with an rdf:Statement that has been deleted. time stamp The time at which a Change was performed.