@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://wildlive.senckenberg.de/wlmo/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <http://www.w3.org/ns/oa#> . @prefix ns2: <https://wildlive.senckenberg.de/> . ns0:Annotation metadata_def:mappingLoom "annotation" ; metadata_def:mappingSameURI ns0:Annotation ; metadata_def:prefLabel "Annotation" ; a owl:Class ; rdfs:label "Annotation" ; rdfs:subClassOf owl:Thing ; skos:definition "An annotation describes the identification or labeling of content within media objects, such as species identification in images or a comment on the media object." ; skos:exactMatch ns1:Annotation ; skos:inScheme ns2:wlmo . ns0:annotationQuality rdfs:domain ns0:Annotation . ns0:hasAnnotations rdfs:range ns0:Annotation . ns0:hasBody rdfs:domain ns0:Annotation . ns0:hasTarget rdfs:domain ns0:Annotation .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://wildlive.senckenberg.de/wlmo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <http://www.w3.org/ns/oa#> .
@prefix ns2: <https://wildlive.senckenberg.de/> .

ns0:Annotation
    metadata_def:mappingLoom "annotation" ;
    metadata_def:mappingSameURI ns0:Annotation ;
    metadata_def:prefLabel "Annotation" ;
    a owl:Class ;
    rdfs:label "Annotation" ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "An annotation describes the identification or labeling of content within media objects,  such as species identification in images or a comment on the media object." ;
    skos:exactMatch ns1:Annotation ;
    skos:inScheme ns2:wlmo .

ns0:annotationQuality
    rdfs:domain ns0:Annotation .

ns0:hasAnnotations
    rdfs:range ns0:Annotation .

ns0:hasBody
    rdfs:domain ns0:Annotation .

ns0:hasTarget
    rdfs:domain ns0:Annotation .