@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 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:ncbidrs .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ncbidrs .

bioregistry:ncbidrs a bioregistry.schema:0000001 ;
    rdfs:label "NCBI Data Repository Service" ;
    dcterms:description "This is the namespace for the archive of sequence and other files provided by NCBI e.g. in SRA and dbGaP. These files are related to objects in the sequencing data model managed under the insdc.sra namespace."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:ncbidrs ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/> ;
    bioregistry.schema:0000005 "72ff6ff882ec447f12df018e6183de59"^^xsd:string ;
    bioregistry.schema:0000006 "https://locate.be-md.ncbi.nlm.nih.gov/ga4gh/drs/v1/objects/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9a-fA-F]{32}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://locate.be-md.ncbi.nlm.nih.gov/ga4gh/drs/v1/objects/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02meqm098 ;
    bioregistry.schema:0000027 <https://locate.be-md.ncbi.nlm.nih.gov/ga4gh/drs/v1/objects/72ff6ff882ec447f12df018e6183de59> ;
    bioregistry.schema:0000029 "ncbidrs" .

miriam:ncbidrs dcterms:isPartOf bioregistry.metaresource:miriam .

