@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:resource a owl:ObjectProperty ; rdfs: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 ; rdfs:domain ns0:Entry ; rdfs:label "an associated resource"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:resource
    a owl:ObjectProperty ;
    rdfs: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 ;
    rdfs:domain ns0:Entry ;
    rdfs:label "an associated resource"@en .