@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix orcid: <https://orcid.org/> .
@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:pmr.exposure .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.bcjrnq .

bioregistry.metaresource:miriam dcterms:hasPart miriam:pmr .

bioregistry:pmr.exposure a bioregistry.schema:0000001 ;
    rdfs:label "Physiome Model Repository" ;
    dcterms:description "Resource for the community to store, retrieve, search, reference, and reuse CellML models."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.bcjrnq,
        miriam:pmr ;
    dcat:keyword "biomedical science",
        "life science",
        "mathematics",
        "physiology",
        "pmr",
        "systems biology" ;
    foaf:homepage <https://models.physiomeproject.org> ;
    bioregistry.schema:0000005 "ebf69ca24298b28b2361e7d43eb52d6c"^^xsd:string ;
    bioregistry.schema:0000006 "https://models.physiomeproject.org/exposure/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-z0-9]{32,32}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-4667-9779 ;
    bioregistry.schema:0000023 "pmr" ;
    bioregistry.schema:0000024 "https://models.physiomeproject.org/exposure/"^^xsd:string ;
    bioregistry.schema:0000026 ror:03b94tp07 ;
    bioregistry.schema:0000027 <https://models.physiomeproject.org/exposure/ebf69ca24298b28b2361e7d43eb52d6c> ;
    bioregistry.schema:0000029 "pmr.exposure" .

orcid:0000-0003-4667-9779 rdfs:label "David Nickerson" ;
    foaf:mbox "d.nickerson@auckland.ac.nz" .

fairsharing:FAIRsharing.bcjrnq dcterms:isPartOf bioregistry.metaresource:fairsharing .

miriam:pmr dcterms:isPartOf bioregistry.metaresource:miriam .

