<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/vocab/vann/preferredNamespacePrefix> "rlog" .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#" .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/vocab/vann/changes> <https://github.com/NLP2RDF/persistence.uni-leipzig.org/commits/master/ontologies/rlog> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://www.w3.org/2002/07/owl#versionInfo> "1.1.0" .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://www.w3.org/2002/07/owl#versionIRI> <https://github.com/NLP2RDF/ontologies/blob/master/rlog/rlog.ttl> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/dc/terms/license> <http://creativecommons.org/licenses/by/3.0/> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/dc/terms/license> <http://www.apache.org/licenses/LICENSE-2.0> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/dc/terms/title> "RLOG - an RDF Logging Ontology"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://www.w3.org/2000/01/rdf-schema#label> "RLOG - an RDF Logging Ontology"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://www.w3.org/2000/01/rdf-schema#comment> "This is a helper ontology for NIF 2.0 to be able to log errors and warning messages."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/dc/elements/1.1/creator> "Sebastian Hellmann" .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/dc/elements/1.1/contributor> "TODO" .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/dc/elements/1.1/publisher> "AKSW, University Leipzig" .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/dc/elements/1.1/rights> "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/)"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> <http://purl.org/dc/elements/1.1/description> "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 \r\n\tIs 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. \r\n    Loglevels: TRACE, DEBUG, INFO, WARN, ERROR and FATAL\r\n    \r\n    Feedback\r\n\tIf 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\r\n\r\n\tVersioning process is explained here: http://persistence.uni-leipzig.org/nlp2rdf/specification/version.html\r\n    \r\n    Changelog:\r\n    * 1.0.0 initial version\r\n    * 1.0.1 added Error Code class and errcode property\r\n    * 1.1.0 change Error Code class to Status Code\r\n    "@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry> <http://www.w3.org/2000/01/rdf-schema#label> "Log Entry"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry> <http://www.w3.org/2000/01/rdf-schema#comment> "An entry in a log."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> <http://www.w3.org/2000/01/rdf-schema#label> "Log Level"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> <http://www.w3.org/2000/01/rdf-schema#comment> "look here: http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html "@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#StatusCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#StatusCode> <http://www.w3.org/2000/01/rdf-schema#label> "Status Code"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#StatusCode> <http://www.w3.org/2000/01/rdf-schema#comment> "A status code which can occur in an application. Instances of this class must put the name of the status as rdfs:label and describe it with rdfs:comment."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#className> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#className> <http://www.w3.org/2000/01/rdf-schema#domain> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#className> <http://www.w3.org/2000/01/rdf-schema#label> "class name"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#className> <http://www.w3.org/2000/01/rdf-schema#comment> "Outputs the fully qualified class name of the caller issuing the logging request."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#resource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#resource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#resource> <http://www.w3.org/2000/01/rdf-schema#label> "an associated resource"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#resource> <http://www.w3.org/2000/01/rdf-schema#comment> "If we mix normal and log output, this can be used to refer to the resource in the RDF the error is connected to. "@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#hasCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#hasCode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#hasCode> <http://www.w3.org/2000/01/rdf-schema#range> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#StatusCode> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#hasCode> <http://www.w3.org/2000/01/rdf-schema#label> "has code"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#hasCode> <http://www.w3.org/2000/01/rdf-schema#comment> "Links a log message to a status code."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#codeId> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#codeId> <http://www.w3.org/2000/01/rdf-schema#domain> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#StatusCode> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#codeId> <http://www.w3.org/2000/01/rdf-schema#label> "code id"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#codeId> <http://www.w3.org/2000/01/rdf-schema#comment> "The numerical value of the code, e.g. 200, 404 or 42."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#message> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#message> <http://www.w3.org/2000/01/rdf-schema#domain> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#message> <http://www.w3.org/2000/01/rdf-schema#label> "Logging message"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#date> <http://www.w3.org/2000/01/rdf-schema#domain> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#date> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#date> <http://www.w3.org/2000/01/rdf-schema#label> "Logging datetime (or just date)"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#level> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#level> <http://www.w3.org/2000/01/rdf-schema#domain> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#level> <http://www.w3.org/2000/01/rdf-schema#range> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#level> <http://www.w3.org/2000/01/rdf-schema#label> "logLevel"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> <http://www.w3.org/2000/01/rdf-schema#domain> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#int> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> <http://www.w3.org/2000/01/rdf-schema#comment> "Attention: the ids here can change, they are just used to define an order over the levels!"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> <http://www.w3.org/2000/01/rdf-schema#label> "logLevel"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#ALL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#ALL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#ALL> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> "0"^^<http://www.w3.org/2001/XMLSchema#int> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#ALL> <http://www.w3.org/2000/01/rdf-schema#comment> "The ALL has the lowest possible rank and is intended to turn on all logging."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#ALL> <http://www.w3.org/2000/01/rdf-schema#label> "ALL"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#TRACE> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#TRACE> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#TRACE> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> "1"^^<http://www.w3.org/2001/XMLSchema#int> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#TRACE> <http://www.w3.org/2000/01/rdf-schema#comment> "The TRACE Level designates finer-grained informational events than the DEBUG."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#TRACE> <http://www.w3.org/2000/01/rdf-schema#label> "TRACE"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#DEBUG> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#DEBUG> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#DEBUG> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> "2"^^<http://www.w3.org/2001/XMLSchema#int> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#DEBUG> <http://www.w3.org/2000/01/rdf-schema#comment> "The DEBUG Level designates fine-grained informational events that are most useful to debug an application."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#DEBUG> <http://www.w3.org/2000/01/rdf-schema#label> "DEBUG"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#INFO> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#INFO> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#INFO> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> "3"^^<http://www.w3.org/2001/XMLSchema#int> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#INFO> <http://www.w3.org/2000/01/rdf-schema#comment> "The INFO level designates informational messages that highlight the progress of the application at coarse-grained level."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#INFO> <http://www.w3.org/2000/01/rdf-schema#label> "INFO"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#WARN> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#WARN> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#WARN> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> "4"^^<http://www.w3.org/2001/XMLSchema#int> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#WARN> <http://www.w3.org/2000/01/rdf-schema#comment> "The WARN level designates potentially harmful situations."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#WARN> <http://www.w3.org/2000/01/rdf-schema#label> "WARN"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#ERROR> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#ERROR> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#ERROR> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> "5"^^<http://www.w3.org/2001/XMLSchema#int> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#ERROR> <http://www.w3.org/2000/01/rdf-schema#comment> "The ERROR level designates error events that might still allow the application to continue running."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#ERROR> <http://www.w3.org/2000/01/rdf-schema#label> "ERROR"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#FATAL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#FATAL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#FATAL> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> "6"^^<http://www.w3.org/2001/XMLSchema#int> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#FATAL> <http://www.w3.org/2000/01/rdf-schema#comment> "The FATAL level designates very severe error events that will presumably lead the application to abort."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#FATAL> <http://www.w3.org/2000/01/rdf-schema#label> "FATAL"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#OFF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Level> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#OFF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#OFF> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#priority> "7"^^<http://www.w3.org/2001/XMLSchema#int> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#OFF> <http://www.w3.org/2000/01/rdf-schema#comment> "The OFF has the highest possible rank and is intended to turn off logging."@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#OFF> <http://www.w3.org/2000/01/rdf-schema#label> "OFF"@en .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#mylog1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#Entry> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#mylog1> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#level> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#INFO> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#mylog1> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#date> "2013-06-08T17:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#mylog1> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#className> "org.nlp2rdf.core.SPARQLValidator" .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#mylog1> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#resource> <http://example.org/aResourceRelatedToThisLogEntry> .
<http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#mylog1> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#message> "Example log message, put whatever you want."@en .
