@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Annotation metadata_def:mappingLoom "annotation" ; metadata_def:mappingSameURI ns0:Annotation ; metadata_def:prefLabel "Annotation" ; metadata:prefixIRI "nif:Annotation" ; a owl:Class ; rdfs:comment """Individuals of this class are annotations of strings. This class can be used if an annotation statement has to be annotated with further information, like confidence or annotation provenance (like which tool produced the annotation). Changelog: * 0.0.1 initial commit of class"""@en ; rdfs:label "Annotation" ; rdfs:subClassOf owl:Thing ; owl:versionInfo "0.0.1" . ns0:confidence rdfs:domain ns0:Annotation . ns0:topic rdfs:range ns0:Annotation .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Annotation
    metadata_def:mappingLoom "annotation" ;
    metadata_def:mappingSameURI ns0:Annotation ;
    metadata_def:prefLabel "Annotation" ;
    metadata:prefixIRI "nif:Annotation" ;
    a owl:Class ;
    rdfs:comment """Individuals of this class are annotations of strings. This class can be used if an annotation statement has to be annotated with further information, like confidence or annotation provenance (like which tool produced the annotation). 
    Changelog:
    * 0.0.1 initial commit of class"""@en ;
    rdfs:label "Annotation" ;
    rdfs:subClassOf owl:Thing ;
    owl:versionInfo "0.0.1" .

ns0:confidence
    rdfs:domain ns0:Annotation .

ns0:topic
    rdfs:range ns0:Annotation .