<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Annotation"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment xml:lang="en">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</rdfs:comment> <rdfs:label>Annotation</rdfs:label> <metadata:prefixIRI>nif:Annotation</metadata:prefixIRI> <owl:versionInfo>0.0.1</owl:versionInfo> <metadata:def/prefLabel>Annotation</metadata:def/prefLabel> <metadata:def/mappingLoom>annotation</metadata:def/mappingLoom> <metadata:def/mappingSameURI rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Annotation"/> </owl:Class> <rdf:Description rdf:about="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#confidence"> <rdfs:domain> <rdf:Description rdf:about="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Annotation"> <metadata:def/mappingSameURI rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Annotation"/> </rdf:Description> </rdfs:domain> </rdf:Description> <rdf:Description rdf:about="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#topic"> <rdfs:range rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Annotation"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Annotation">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment xml:lang="en">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</rdfs:comment>
    <rdfs:label>Annotation</rdfs:label>
    <metadata:prefixIRI>nif:Annotation</metadata:prefixIRI>
    <owl:versionInfo>0.0.1</owl:versionInfo>
    <metadata:def/prefLabel>Annotation</metadata:def/prefLabel>
    <metadata:def/mappingLoom>annotation</metadata:def/mappingLoom>
    <metadata:def/mappingSameURI rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Annotation"/>
  </owl:Class>
  <rdf:Description rdf:about="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#confidence">
    <rdfs:domain>
      <rdf:Description rdf:about="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Annotation">
        <metadata:def/mappingSameURI rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Annotation"/>
      </rdf:Description>
    </rdfs:domain>
  </rdf:Description>
  <rdf:Description rdf:about="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#topic">
    <rdfs:range rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Annotation"/>
  </rdf:Description>
</rdf:RDF>