@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:actan .

bioregistry:actan a bioregistry.schema:0000001 ;
    rdfs:label "Active Animals Ontology" ;
    dcterms:contributor orcid:0009-0003-0578-094X ;
    dcterms:description "An ontology for animal behaviours. It defines, labels, and interconnects potentially discernible actions, functional contexts, and dispositions. Using scientific references, it attempts to provide an internally consistent framework for classifying assertions which have been made about behaviours."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/Active-Animals/ACTAN-ontology> ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/Active-Animals> ;
    bioregistry.schema:0000005 "0000002"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/ACTAN_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/Active-Animals/ACTAN-ontology/releases/latest/download/actan.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-4277-2151 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/ACTAN_"^^xsd:string ;
    bioregistry.schema:0000027 obo:ACTAN_0000002 ;
    bioregistry.schema:0000029 "actan" .

orcid:0000-0002-4277-2151 rdfs:label "Ditch Townsend" ;
    foaf:mbox "ditchtow@gmail.com" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

orcid:0009-0003-0578-094X rdfs:label "Karina M. Torres" ;
    foaf:mbox "karina.torres@siu.edu" .

