Class (3) | Property (6) | Individuals (1)

This is an XHTML presentation of an RDF/XML file via XSLT. Internet Explorer user might not be able to view source, but still can save the RDF from file menu.

AliBaba Auditing Ontology

Namespace
http://www.openrdf.org/rdf/2009/auditing#
date
2011-02-17
format
OWL-Lite
author
James Leigh <james@leighnet.ca>
versionInfo
2.0

Classes

Transaction [http://www.openrdf.org/rdf/2009/auditing#Transaction]owl:Class

A set of changes.

in domain of
committed on ; contained ; modified ; contributor ; predecessor ;
in range of
revision ; predecessor ;
Recent Transaction [http://www.openrdf.org/rdf/2009/auditing#RecentTransaction]owl:Class

A rolling set of recent changes.

Obsolete Transaction [http://www.openrdf.org/rdf/2009/auditing#ObsoleteTransaction]owl:Class

A transaction that does not include current triples.

Properties

revision [http://www.openrdf.org/rdf/2009/auditing#revision]owl:ObjectProperty

The current revision of a resource. Multiple values indicate the resource has been merged from multiple revisions.

range
#Transaction
committed on [http://www.openrdf.org/rdf/2009/auditing#committedOn]owl:DatatypeProperty, owl:FunctionalProperty

An approximate date and time the transaction was committed.

domain
#Transaction
range
http://www.w3.org/2001/XMLSchema#dateTime
contained [http://www.openrdf.org/rdf/2009/auditing#contained]owl:ObjectProperty

Triple that was added by this transaction, but was removed.

domain
#Transaction
range
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
modified [http://www.openrdf.org/rdf/2009/auditing#modified]owl:ObjectProperty, owl:FunctionalProperty

Graph that had triples added to or removed from within this transaction.

domain
#Transaction
contributor [http://www.openrdf.org/rdf/2009/auditing#contributor]owl:ObjectProperty

A responsible agent of this transaction.

domain
#Transaction
predecessor [http://www.openrdf.org/rdf/2009/auditing#predecessor]owl:ObjectProperty

Transactions that immediately and completely came before this.

domain
#Transaction
range
#Transaction

Other Descriptions and Individuals

current transaction [http://www.openrdf.org/rdf/2009/auditing#current-trx]aud:Transaction

Represents a transaction in progress.