@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 n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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:biocontext dcterms:hasPart biocontext:D1ID .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:d1id .

bioregistry.metaresource:miriam dcterms:hasPart miriam:d1id .

bioregistry.metaresource:n2t dcterms:hasPart n2t:d1id .

bioregistry:d1id a bioregistry.schema:0000001 ;
    rdfs:label "DataONE" ;
    dcterms:description "DataONE provides infrastructure facilitating long-term access to scientific research data of relevance to the earth sciences."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:D1ID,
        n2t:d1id,
        miriam:d1id ;
    foaf:homepage <https://www.dataone.org> ;
    bioregistry.schema:0000005 "00030692-0FE1-4A1B-955E-A2E55D659267"^^xsd:string ;
    bioregistry.schema:0000006 "https://cn.dataone.org/cn/v2/resolve/%7B$1%7D"^^xsd:string ;
    bioregistry.schema:0000008 "^\\S+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/d1id:"^^xsd:string ;
    bioregistry.schema:0000026 ror:00hr5y405 ;
    bioregistry.schema:0000027 <https://cn.dataone.org/cn/v2/resolve/%7B00030692-0FE1-4A1B-955E-A2E55D659267%7D> ;
    bioregistry.schema:0000029 "d1id" .

biocontext:D1ID dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:d1id dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:d1id dcterms:isPartOf bioregistry.metaresource:miriam .

