@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@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:biocontext dcterms:hasPart biocontext:NCBIAssembly .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ncbi.assembly .

bioregistry.metaresource:miriam dcterms:hasPart miriam:assembly .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012688 .

bioregistry:ncbi.assembly a bioregistry.schema:0000001 ;
    rdfs:label "Assembly" ;
    dcterms:description "A database providing information on the structure of assembled genomes, assembly names and other meta-data, statistical reports, and links to genomic sequence data."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:NCBIAssembly,
        miriam:assembly,
        re3data:r3d100012688 ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/> ;
    bioregistry.schema:0000005 "GCF_000005845.2"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/datasets/genome/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-zA-Z0-9_\\.]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.ncbi.nlm.nih.gov/datasets/genome/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02meqm098 ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/datasets/genome/GCF_000005845.2> ;
    bioregistry.schema:0000029 "ncbi.assembly" .

biocontext:NCBIAssembly dcterms:isPartOf bioregistry.metaresource:biocontext .

miriam:assembly dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100012688 dcterms:isPartOf bioregistry.metaresource:re3data .

