@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 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:aberowl dcterms:hasPart aberowl:PMR .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:PMR .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:pmr.exposure .

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 aberowl:PMR,
        bioportal:PMR,
        miriam:pmr ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://www.auckland.ac.nz/en.html> ;
    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:0000010 <http://aber-owl.net/media/ontologies/PMR/4/pmr.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-8646-5463 ;
    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-0001-8646-5463 rdfs:label "Laia Subirats" ;
    foaf:mbox "laia.subirats@gmail.com" .

aberowl:PMR dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:PMR dcterms:isPartOf bioregistry.metaresource:bioportal .

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

