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

bioregistry.metaresource:miriam dcterms:hasPart miriam:gateway .

bioregistry:gateway a bioregistry.schema:0000001 ;
    rdfs:label "Health Data Research Innovation Gateway" ;
    dcterms:description "The Health Data Research Innovation Gateway (the 'Gateway') provides a common entry point to discover and enquire about access to UK health datasets for research and innovation. It provides detailed information about the datasets, which are held by members of the UK Health Data Research Alliance, such as a description, size of the population, and the legal basis for access."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:gateway ;
    foaf:homepage <https://www.hdruk.ac.uk> ;
    bioregistry.schema:0000005 "fd8d0743-344a-4758-bb97-f8ad84a37357"^^xsd:string ;
    bioregistry.schema:0000006 "https://web.www.healthdatagateway.org/dataset/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://web.www.healthdatagateway.org/dataset/"^^xsd:string ;
    bioregistry.schema:0000026 ror:04rtjaj74 ;
    bioregistry.schema:0000027 <https://web.www.healthdatagateway.org/dataset/fd8d0743-344a-4758-bb97-f8ad84a37357> ;
    bioregistry.schema:0000029 "gateway" .

miriam:gateway dcterms:isPartOf bioregistry.metaresource:miriam .

