IRI:
http://www.openlinksw.com/ontology/logging#
Imported Ontologies:
http://purl.org/dc/terms/ (visualise it with LODE)
http://www.w3.org/1999/02/22-rdf-syntax-ns# (visualise it with LODE)
http://www.w3.org/2002/07/owl# (visualise it with LODE)
http://xmlns.com/foaf/0.1/ (visualise it with LODE)
Other visualisation:
Ontology source

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Named Individuals
  5. Annotation Properties
  6. Namespace Declarations

Classes

DebugMessagec back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#DebugMessage

is defined by
http://www.openlinksw.com/ontology/logging#
A debug message created by an application.
has super-classes
LogEntryc
is also defined as
named individual

EmailLogActionc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#EmailLogAction

is defined by
http://www.openlinksw.com/ontology/logging#
An Log Error Action will send details of the error to a set of specified email addresses.
has super-classes
LogActionc
is in domain of
hasEmailRecipientop, hasEmailSenderop
is also defined as
named individual

Errorc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#Error

is defined by
http://www.openlinksw.com/ontology/logging#
An error produced by an application and typically thrown in a signal.
has super-classes
LogEntryc
has sub-classes
HttpContextErrorc
is in domain of
hasErrorCodedp
is also defined as
named individual

GraphStorageActionc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#GraphStorageAction

is defined by
http://www.openlinksw.com/ontology/logging#
A Graph Storage Log Action will store the entry in a named graph for logging purposes.
has super-classes
LogActionc
is in domain of
hasResourceNamespacedp, hasStorageGraphop
is also defined as
named individual

HttpContextErrorc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#HttpContextError

is defined by
http://www.openlinksw.com/ontology/logging#
An error which has been thrown in an http context.
has super-classes
Errorc
is in domain of
hasRequestedUrlop
is also defined as
named individual

InfoMessagec back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#InfoMessage

is defined by
http://www.openlinksw.com/ontology/logging#
An info message created by an application.
has super-classes
LogEntryc
is also defined as
named individual

LogActionc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#LogAction

is defined by
http://www.openlinksw.com/ontology/logging#
A Log Action defines how a log entry is handled after being trapped. Log Action is an abstract class which means that it has no instances. Instances are only created from its sub-classes.
has sub-classes
EmailLogActionc, GraphStorageActionc, LogFileActionc, ReplacementErrorActionc, VirtuosoDebugActionc, VirtuosoLogSystemActionc
is in range of
hasLogActionop
is also defined as
named individual

LogEntryc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#LogEntry

is defined by
http://www.openlinksw.com/ontology/logging#
The base class for all log entry types: info, debug, and error.
has sub-classes
DebugMessagec, Errorc, InfoMessagec
is in domain of
hasAffectedUserop, hasContextop, hasLogMessagedp, hasTimestampdp, hasTriggeringApplicationop
is also defined as
named individual

LogFileActionc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#LogFileAction

is defined by
http://www.openlinksw.com/ontology/logging#
A log file action does write into a given log file.
has super-classes
LogActionc
is in domain of
hasEntrySeparatordp, hasLogFilePathdp
is also defined as
named individual

LogHandlerc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#LogHandler

is defined by
http://www.openlinksw.com/ontology/logging#
A Log Handler describes a way how a log message or error should be handled. Entries are trapped via a LogPattern and then handled according to a set of LogActions. A LogHandler without a LogPattern will match all incoming messages and errors.
is in domain of
hasLogActionop, hasLogPatternop, hasOwningApplicationop, hasPriorityLeveldp
is also defined as
named individual

LogPatternc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#LogPattern

is defined by
http://www.openlinksw.com/ontology/logging#
A Log Pattern describes a set of log entries via conditions on an error's state and/or the log message. It can be used to trap signals/messages for Log Handlers.
is in domain of
hasErrorCodePatterndp, hasLogMessagePatterndp, matchesLogEntryTypeop
is in range of
hasLogPatternop
is also defined as
named individual

ReplacementErrorActionc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#ReplacementErrorAction

is defined by
http://www.openlinksw.com/ontology/logging#
A Replacement Error Action will trigger a replacement error for the trapped error. This is useful for user-facing UIs which do not want to expose internal details but simply show a generic error message telling the user that the problem will be taken care of.
has super-classes
LogActionc
is in domain of
hasReplacementErrorCodedp, hasReplacementErrorMessagedp, hasReplacementErrorMessageParamsPatterndp
is also defined as
named individual

VirtuosoDebugActionc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#VirtuosoDebugAction

is defined by
http://www.openlinksw.com/ontology/logging#
A Virtuoso Debug action does use dbg_printf to create a debugging message.
has super-classes
LogActionc
is also defined as
named individual

VirtuosoLogSystemActionc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/logging#VirtuosoLogSystemAction

is defined by
http://www.openlinksw.com/ontology/logging#
A Virtuoso Log System action does use the internal Virtuoso logging to create a log message.
has super-classes
LogActionc
is also defined as
named individual

Object Properties

hasAffectedUserop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasAffectedUser

is defined by
http://www.openlinksw.com/ontology/logging#
The optional user who was affected by the error. This is typically connected to the authentication system of the application.
has domain
LogEntryc
has range
agent

hasContextop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasContext

is defined by
http://www.openlinksw.com/ontology/logging#
Additional information relating to the circumstances that triggered the log message.
has domain
LogEntryc
has range
resource
is also defined as
data property

hasEmailRecipientop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasEmailRecipient

is defined by
http://www.openlinksw.com/ontology/logging#
An email address the email error action should send the error to. This is a mailto: URI.
has domain
EmailLogActionc
has range
resource

hasEmailSenderop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasEmailSender

is defined by
http://www.openlinksw.com/ontology/logging#
An optional email address the error notification emails should be sent from. This is a mailto: URI.
has domain
EmailLogActionc
has range
resource

hasLogActionop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasLogAction

is defined by
http://www.openlinksw.com/ontology/logging#
A log handler can have a set of log actions which describe what the handler should do with trapped errors and messages.
has domain
LogHandlerc
has range
LogActionc

hasLogPatternop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasLogPattern

is defined by
http://www.openlinksw.com/ontology/logging#
An error handler can have a set of error patterns which are used to trap the errors the handler should handle.
has domain
LogHandlerc
has range
LogPatternc

hasOwningApplicationop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasOwningApplication

is defined by
http://www.openlinksw.com/ontology/logging#
The application that a log handler belongs to. Only log entries from this application should be handled via the actions defined in the handler.
has domain
LogHandlerc
has range
resource

hasRequestedUrlop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasRequestedUrl

is defined by
http://www.openlinksw.com/ontology/logging#
The requested URL of the HTTP context in which the error was thrown.
has domain
HttpContextErrorc
has range
resource

hasStorageGraphop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasStorageGraph

is defined by
http://www.openlinksw.com/ontology/logging#
The named graph into which the errors should be logged.
has domain
GraphStorageActionc
has range
resource

hasTriggeringApplicationop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasTriggeringApplication

is defined by
http://www.openlinksw.com/ontology/logging#
The application that triggered the error. This is matched to the owning application of an Error Handler.
has domain
LogEntryc
has range
resource

matchesLogEntryTypeop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/logging#matchesLogEntryType

is defined by
http://www.openlinksw.com/ontology/logging#
Defines which types of log entries a pattern should match. Omitting means to match any type. The range of this property is rdfs:Class but in practice only sub-classes of LogEntry should be used.
has domain
LogPatternc
has range
class
is also defined as
data property

Data Properties

hasContextop back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasContext

is defined by
http://www.openlinksw.com/ontology/logging#
Additional information relating to the circumstances that triggered the log message.
is also defined as
object property

hasEntrySeparatordp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasEntrySeparator

is defined by
http://www.openlinksw.com/ontology/logging#
An optional string which will be written between each log file entry.
has domain
LogFileActionc
has range
string

hasErrorCodedp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasErrorCode

is defined by
http://www.openlinksw.com/ontology/logging#
The Error Code. Typically a short internal machine-readable identifier for the error type.
has domain
Errorc
has range
string

hasErrorCodePatterndp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasErrorCodePattern

is defined by
http://www.openlinksw.com/ontology/logging#
A regular expression to match error codes that should be handled by the owning ErrorHandler.
has domain
LogPatternc
has range
string

hasLogFilePathdp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasLogFilePath

is defined by
http://www.openlinksw.com/ontology/logging#
The path of the file (typically relative to the Virtuoso instance directory) into which the errors should be logged.
has domain
LogFileActionc
has range
string

hasLogMessagedp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasLogMessage

is defined by
http://www.openlinksw.com/ontology/logging#
The Log Message. Typically a human-readable description of the log entry.
has domain
LogEntryc
has range
string

hasLogMessagePatterndp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasLogMessagePattern

is defined by
http://www.openlinksw.com/ontology/logging#
A regular expression to match log messages that should be handled by the owning ErrorHandler.
has domain
LogPatternc
has range
string

hasPriorityLeveldp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasPriorityLevel

is defined by
http://www.openlinksw.com/ontology/logging#
Log handlers are executed in order of their priority. A handler with a higher priority is evaluated first. By default a handler has a priority level of 0. The priority level is mostly useful for handlers that have a ReplacementErrorAction because only one replacement signal can be produced.
has domain
LogHandlerc
has range
integer

hasReplacementErrorCodedp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasReplacementErrorCode

is defined by
http://www.openlinksw.com/ontology/logging#
The error code the replacement error should contain.
has domain
ReplacementErrorActionc
has range
string

hasReplacementErrorMessagedp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasReplacementErrorMessage

is defined by
http://www.openlinksw.com/ontology/logging#
The error message the replacement error should contain. The replacement error message can contain parameter markers @1, @2 ... (not necessarily contiguous) to be replaced by subexpression matches returned by a regex identified by the hasReplacementErrorMessageParamsPattern property.
has domain
ReplacementErrorActionc
has range
string

hasReplacementErrorMessageParamsPatterndp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasReplacementErrorMessageParamsPattern

is defined by
http://www.openlinksw.com/ontology/logging#
A regular expression returning portions of the original error message as subexpression matches to be inserted into the replacement error message in place of parameter markers
has domain
ReplacementErrorActionc
has range
string

hasResourceNamespacedp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasResourceNamespace

is defined by
http://www.openlinksw.com/ontology/logging#
When logging errors into a named graph new error resource URIs will be generated using this namespace.
has domain
GraphStorageActionc
has range
string

hasTimestampdp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasTimestamp

is defined by
http://www.openlinksw.com/ontology/logging#
The time an error was raised.
has domain
LogEntryc
has range
date time
is also defined as
annotation property

matchesLogEntryTypeop back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/logging#matchesLogEntryType

is defined by
http://www.openlinksw.com/ontology/logging#
Defines which types of log entries a pattern should match. Omitting means to match any type. The range of this property is rdfs:Class but in practice only sub-classes of LogEntry should be used.
is also defined as
object property

Named Individuals

OpenLink Logging Ontology Description Documentni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/logging

This is a document that uses Linked Data oriented content to describe OpenLink Logging Ontology.
belongs to
tech articlec
document

OpenLink Logging Ontology Description Document (Turtle)ni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/DAV/data/turtle/logging.ttl

This is a turtle document that uses Linked Data oriented content to describe an OpenLink ontology for Logging and Errors.
belongs to
tech articlec
resource
resourcec
document

OpenLink Logging Ontology Description Document (Turtle)ni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/data/turtle/logging.ttl

This is a turtle document that uses Linked Data oriented content to describe an OpenLink ontology for Logging and Errors.
belongs to
tech articlec
document

Annotation Properties

aboutap back to ToC or Annotation Property ToC

IRI: http://schema.org/about

alt labelap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2004/02/skos/core#altLabel

canonicalap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/1999/xhtml/vocab#canonical

createdap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/created

creatorap back to ToC or Annotation Property ToC

IRI: http://schema.org/creator

dateap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/date

has sub-properties
hasTimestampap

describesap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/1999/xhtml/vocab#describes

hasTimestampap back to ToC or Annotation Property ToC

IRI: http://www.openlinksw.com/ontology/logging#hasTimestamp

is defined by
http://www.openlinksw.com/ontology/logging#
The time an error was raised.
has super-properties
dateap
is also defined as
data property

licenseap back to ToC or Annotation Property ToC

IRI: http://creativecommons.org/ns#license

modifiedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/modified

subjectap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/subject

Namespace Declarations back to ToC

default namespace
http://www.openlinksw.com/ontology/logging#
foaf
http://xmlns.com/foaf/0.1/
ldp
http://www.w3.org/ns/ldp#
logging
http://www.openlinksw.com/ontology/logging#
ns
http://creativecommons.org/ns#
ontology
http://www.openlinksw.com/ontology/
owl
http://www.w3.org/2002/07/owl#
powder-s
http://www.w3.org/2007/05/powder-s#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
schema
http://schema.org/
skos
http://www.w3.org/2004/02/skos/core#
terms
http://purl.org/dc/terms/
terms2
http://open.vocab.org/terms/
turtle
http://www.openlinksw.com/DAV/data/turtle/
vocab
http://www.w3.org/1999/xhtml/vocab#
xsd
http://www.w3.org/2001/XMLSchema#

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