The Error Ontology
Making contraints on ontology resources

IRI:
http://www.essepuntato.it/2009/10/error
Date:
29/11/2010
Current version:
1.0
Author:
Silvio Peroni
Other visualizations:
Ontology source
Machester Ontology Browser

Table of contents

  1. Introduction
  2. Data properties
  3. Annotation properties
  4. Namespace declarations

Introduction

The Error Ontology is an unit test that allow to produce an inconsistent model if a particular (and incorrect) situation happens.

It works by means of a data property, "hasError" that denies its usage for ant resource. In fact, by defining its domain as "all those resource that don't have any hasErrorDescription assertion", a resource that asserts having an error makes the ontology inconsistent.

Data properties

has errordpback to ToC or Data Property ToC

IRI: http://www.essepuntato.it/2009/10/error/hasError

It describes in some way, usually in natural language, which kind of error results from this resource.

has domain
has range
  • xsd:string

A data property linking a resource that contains a logical error (which results in it belonging to the class owl:Nothing, therefore making the model inconsistent) to a textual description of that error.

Annotation properties

dc:creatorapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/creator

dc:dateapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/date

dc:descriptionapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/description

dc:rightsapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/rights

dc:titleapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

owl:versionInfoapback to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#versionInfo

rdfs:commentapback to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#comment

rdfs:labelapback to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#label

Namespace declarations back to ToC

default namespace
http://www.essepuntato.it/2009/10/error#
dc
http://purl.org/dc/elements/1.1/
error
http://www.essepuntato.it/2009/10/error/
owl
http://www.w3.org/2002/07/owl#
owl2xml
http://www.w3.org/2006/12/owl2-xml#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
swrl
http://www.w3.org/2003/11/swrl#
swrlb
http://www.w3.org/2003/11/swrlb#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, the Live OWL Documentation Environment developed by Silvio Peroni.