This ontology is licensed under Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0) and CC-BY (http://creativecommons.org/licenses/by/3.0/)
This is a helper ontology for NIF 2.0 to be able to log errors and warning messages.
We built this ontology by looking at log4j version 1.2 and version 2 beta: http://logging.apache.org/log4j/2.x/manual/layouts.html, http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html
Is this complete? No! But it will be sufficient for most use cases, please feel free to extend and adapt the ontology, if you need more.
Loglevels: TRACE, DEBUG, INFO, WARN, ERROR and FATAL
Feedback
If you'd like to leave feedback, please open an issue on GitHub (https://github.com/NLP2RDF/ontologies/issues) and read the README (https://github.com/NLP2RDF/ontologies#readme) or write an email to the mailing list: http://lists.informatik.uni-leipzig.de/mailman/listinfo/nlp2rdf
Versioning process is explained here: http://persistence.uni-leipzig.org/nlp2rdf/specification/version.html
Changelog:
* 1.0.0 initial version
* 1.0.1 added Error Code class and errcode property
* 1.1.0 change Error Code class to Status Code
IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry
IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level
look here: http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html
IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#resource
If we mix normal and log output, this can be used to refer to the resource in the RDF the error is connected to.
IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#hasCode
Links a log message to a status code.
IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#level
IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#className
Outputs the fully qualified class name of the caller issuing the logging request.
IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#codeId
The numerical value of the code, e.g. 200, 404 or 42.
IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#date
IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#message
IRI: http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority
Attention: the ids here can change, they are just used to define an order over the levels!
This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.
An entry in a log.