@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 xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <https://wildlive.senckenberg.de/> . ns0:acceptedNameUsageID a owl:DatatypeProperty ; rdfs:domain ns0:TaxonAnnotationBody ; rdfs:label "acceptedNameUsageID" ; rdfs:range xsd:anyURI ; skos:definition "A reference to the taxonomic concept used in the species annotation. Links to standardized taxonomic databases for accurate species identification." ; skos:inScheme ns1:wlmo .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <https://wildlive.senckenberg.de/> .

ns0:acceptedNameUsageID
    a owl:DatatypeProperty ;
    rdfs:domain ns0:TaxonAnnotationBody ;
    rdfs:label "acceptedNameUsageID" ;
    rdfs:range xsd:anyURI ;
    skos:definition "A reference to the taxonomic concept used in the species annotation. Links to standardized taxonomic databases for accurate species identification." ;
    skos:inScheme ns1:wlmo .