@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:GA4GHDOS .

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

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

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

bioregistry:ga4ghdos a bioregistry.schema:0000001 ;
    rdfs:label "Data Object Service" ;
    dcterms:description "Assists in resolving data across cloud resources."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GA4GHDOS,
        n2t:ga4ghdos,
        miriam:ga4ghdos ;
    foaf:homepage <http://github.com/ga4gh/data-object-service-schemas> ;
    bioregistry.schema:0000005 "dg.4503/01b048d0-e128-4cb0-94e9-b2d2cab7563d"^^xsd:string ;
    bioregistry.schema:0000006 "https://dataguids.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://dataguids.org/ga4gh/dos/v1/dataobjects/"^^xsd:string ;
    bioregistry.schema:0000027 <https://dataguids.org/ga4gh/dos/v1/dataobjects/dg.4503/01b048d0-e128-4cb0-94e9-b2d2cab7563d> ;
    bioregistry.schema:0000029 "ga4ghdos" .

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

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

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

