@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:devtox .

bioregistry:devtox a bioregistry.schema:0000001 ;
    rdfs:label "DevTox" ;
    dcterms:contributor orcid:0000-0001-9439-5346 ;
    dcterms:description "The DevTox Project harmonizes the nomenclature used to describe developmental anomalies in laboratory animals, assists in the visual recognition of developmental anomalies with the aid of photographs, and provides a historical control database of developmental effects in laboratory animals."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://www.devtox.org/> ;
    bioregistry.schema:0000005 "311935300"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.devtox.org/nomenclature/ml_manus.php?mno=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6807-8731 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.devtox.org/nomenclature/ml_manus.php?mno="^^xsd:string ;
    bioregistry.schema:0000027 <https://www.devtox.org/nomenclature/ml_manus.php?mno=311935300> ;
    bioregistry.schema:0000029 "devtox" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" .

orcid:0000-0002-6807-8731 rdfs:label "Rupert Kellner" ;
    foaf:mbox "rupert.kellner@item.fraunhofer.de" .

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

