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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:drsheartdata .

bioregistry.metaresource:miriam dcterms:hasPart miriam:drs.heartdata .

bioregistry:drsheartdata a bioregistry.schema:0000001 ;
    rdfs:label "HeartData" ;
    dcterms:description "GA4GH Data Repository Service for data objects managed by the HeartData data commons."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:drs.heartdata ;
    foaf:homepage <https://baker.edu.au> ;
    bioregistry.schema:0000005 "00018c2f-25bf-439b-a58f-8c098118300d"^^xsd:string ;
    bioregistry.schema:0000006 "https://commons.heartdata.baker.edu.au/ga4gh/drs/v1/objects/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://commons.heartdata.baker.edu.au/ga4gh/drs/v1/objects/"^^xsd:string ;
    bioregistry.schema:0000027 <https://commons.heartdata.baker.edu.au/ga4gh/drs/v1/objects/00018c2f-25bf-439b-a58f-8c098118300d> ;
    bioregistry.schema:0000029 "drsheartdata" .

miriam:drs.heartdata dcterms:isPartOf bioregistry.metaresource:miriam .

