@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ecoportal: <http://ecoportal.lifewatch.eu/ontologies/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:wlmo .

bioregistry.metaresource:ecoportal dcterms:hasPart ecoportal:WLMO .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:wlmo .

bioregistry:wlmo a bioregistry.schema:0000001 ;
    rdfs:label "Wildlife Monitoring Ontology" ;
    dcterms:description "This semantic artifact describes the semantic relationships between entities which model the setup of a biodiversity monitoring project based on capturing audiovisual digital recordings. It encodes the semantics of the Wildlife Monitoring Ontology and at the same time provides the datamodel behind the wildlive.senckenberg.de platform."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch ecoportal:WLMO,
        tib.ts:wlmo ;
    dcat:keyword "earth sciences",
        "ess" ;
    foaf:homepage <https://wildlive.senckenberg.de/wlmo/current/> ;
    bioregistry.schema:0000005 "Annotation"^^xsd:string ;
    bioregistry.schema:0000006 "https://wildlive.senckenberg.de/wlmo/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Alexander Wolodkin" ;
            foaf:mbox "alexander.wolodkin@senckenberg.de" ] ;
    bioregistry.schema:0000024 "https://wildlive.senckenberg.de/wlmo/"^^xsd:string ;
    bioregistry.schema:0000027 <https://wildlive.senckenberg.de/wlmo/Annotation> ;
    bioregistry.schema:0000029 "wlmo" .

ecoportal:WLMO dcterms:isPartOf bioregistry.metaresource:ecoportal .

tib.ts:wlmo dcterms:isPartOf bioregistry.metaresource:tib .

