@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:mtbd .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:mtbd .

bioregistry:mtbd a bioregistry.schema:0000001 ;
    rdfs:label "Mouse Tumor Biology Database" ;
    dcterms:description "The Mouse Tumor Biology (MTB) Database supports the use of the mouse as a model system of hereditary cancer by providing electronic access to Information on endogenous spontaneous and induced tumors in mice, including tumor frequency & latency data, information on genetically defined mice (inbred, hybrid, mutant, and genetically engineered strains of mice) in which tumors arise, and information on genetic factors associated with tumor susceptibility in mice and somatic genetic-mutations observed in the tumors."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:mtbd ;
    dcat:keyword "dna",
        "gene expression" ;
    foaf:homepage <http://tumor.informatics.jax.org> ;
    bioregistry.schema:0000005 "1374"^^xsd:string ;
    bioregistry.schema:0000006 "http://tumor.informatics.jax.org/mtbwi/strainDetails.do?key=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://tumor.informatics.jax.org/mtbwi/strainDetails.do?key="^^xsd:string ;
    bioregistry.schema:0000027 <http://tumor.informatics.jax.org/mtbwi/strainDetails.do?key=1374> ;
    bioregistry.schema:0000029 "mtbd" .

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

prefixcommons:mtbd dcterms:isPartOf bioregistry.metaresource:prefixcommons .

