@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:DEV.GA4GHDOS .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dev.ga4ghdos .

bioregistry.metaresource:miriam dcterms:hasPart miriam:dev.ga4ghdos .

bioregistry.metaresource:n2t dcterms:hasPart n2t:dev.ga4ghdos .

bioregistry:dev.ga4ghdos a bioregistry.schema:0000001 ;
    rdfs:label "Development Data Object Service" ;
    dcterms:description "Assists in resolving data across cloud resources."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:DEV.GA4GHDOS,
        n2t:dev.ga4ghdos,
        miriam:dev.ga4ghdos ;
    foaf:homepage <http://github.com/ga4gh/data-object-service-schemas> ;
    bioregistry.schema:0000005 "23fa7b4b-9d68-429b-aece-658b11124bb3#2017-03-24T18:43:16.886826-05:00"^^xsd:string ;
    bioregistry.schema:0000006 "https://dos-gdc.ucsc-cgp-dev.org/ga4gh/dos/v1/dataobjects/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-zA-Z0-9\\-:#\\.]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://dos-gdc.ucsc-cgp-dev.org/ga4gh/dos/v1/dataobjects/"^^xsd:string ;
    bioregistry.schema:0000026 ror:0168r3w48 ;
    bioregistry.schema:0000027 <https://dos-gdc.ucsc-cgp-dev.org/ga4gh/dos/v1/dataobjects/23fa7b4b-9d68-429b-aece-658b11124bb3#2017-03-24T18:43:16.886826-05:00> ;
    bioregistry.schema:0000029 "dev.ga4ghdos" .

biocontext:DEV.GA4GHDOS dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:dev.ga4ghdos dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:dev.ga4ghdos dcterms:isPartOf bioregistry.metaresource:miriam .

