@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 integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:nucleotide .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00600 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:nucleotide .

bioregistry:nucleotide a bioregistry.schema:0000001 ;
    rdfs:label "Nucleotide" ;
    dcterms:description "The Nucleotide database is a collection of sequences from several sources, including GenBank, RefSeq, TPA and PDB. Genome, gene and transcript sequence data provide the foundation for biomedical research and discovery."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc00600,
        miriam:nucleotide ;
    dcat:keyword "cdna/est",
        "genetic variation",
        "genome/gene",
        "repository",
        "sequence" ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/> ;
    bioregistry.schema:0000005 "880798137"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/nuccore/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-zA-Z0-9_\\.]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000016 bioregistry:insdc ;
    bioregistry.schema:0000024 "https://www.ncbi.nlm.nih.gov/nuccore/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02meqm098 ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/nuccore/880798137> ;
    bioregistry.schema:0000029 "nucleotide" .

integbio:nbdc00600 dcterms:isPartOf bioregistry.metaresource:integbio .

miriam:nucleotide dcterms:isPartOf bioregistry.metaresource:miriam .

