@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cellosaurus.resource: <https://bioregistry.io/metaregistry/cellosaurus/resolve/> .
@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 re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hpscreg .

bioregistry.metaresource:cellosaurus dcterms:hasPart cellosaurus.resource:hPSCreg .

bioregistry.metaresource:miriam dcterms:hasPart miriam:hpscreg .

bioregistry.metaresource:n2t dcterms:hasPart n2t:hpscreg .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012863 .

bioregistry:hpscreg a bioregistry.schema:0000001 ;
    rdfs:label "Human Pluripotent Stem Cell Registry" ;
    dcterms:description "hPSCreg is a freely accessible global registry for human pluripotent stem cell lines (hPSC-lines)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cellosaurus.resource:hPSCreg,
        n2t:hpscreg,
        miriam:hpscreg,
        re3data:r3d100012863 ;
    foaf:homepage <https://hpscreg.eu/> ;
    bioregistry.schema:0000005 "BCRTi001-A"^^xsd:string ;
    bioregistry.schema:0000006 "https://hpscreg.eu/cell-line/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z]{2,6}(e|i)[A-Za-z0-9]{3}-[A-Z]{1,2}(-[A-Za-z0-9]{1,2})?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://hpscreg.eu/cell-line/"^^xsd:string ;
    bioregistry.schema:0000027 <https://hpscreg.eu/cell-line/BCRTi001-A> ;
    bioregistry.schema:0000029 "hpscreg" .

cellosaurus.resource:hPSCreg dcterms:isPartOf bioregistry.metaresource:cellosaurus .

n2t:hpscreg dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:hpscreg dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100012863 dcterms:isPartOf bioregistry.metaresource:re3data .

