@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 ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@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:ratmap .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:RATMAP .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:ratmap .

bioregistry:ratmap a bioregistry.schema:0000001 ;
    rdfs:label "Rat Genome Database RatMap" ;
    dcterms:description "The Rat Genome Database RatMap is focused on presenting rat genes, DNA-markers, QTL:s etc that is localized to chromosome. The database is dedicated to rat gene nomenclature and should be consulted for queries in such matters"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch ncbi.resource:RATMAP,
        prefixcommons:ratmap ;
    dcat:keyword "dna",
        "gene",
        "genome" ;
    foaf:homepage <http://ratmap.org> ;
    bioregistry.schema:0000005 "5"^^xsd:string ;
    bioregistry.schema:0000006 "http://ratmap.org/Showgene.php?gene_stable_id=$1"^^xsd:string ;
    bioregistry.schema:0000011 bioregistry:ensembl ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://ratmap.org/Showgene.php?gene_stable_id="^^xsd:string ;
    bioregistry.schema:0000027 <http://ratmap.org/Showgene.php?gene_stable_id=5> ;
    bioregistry.schema:0000029 "ratmap" .

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

ncbi.resource:RATMAP dcterms:isPartOf bioregistry.metaresource:ncbi .

prefixcommons:ratmap dcterms:isPartOf bioregistry.metaresource:prefixcommons .

