@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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:biocontext dcterms:hasPart biocontext:MULTICELLDS.COLLECTION .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:multicellds.collection .

bioregistry.metaresource:miriam dcterms:hasPart miriam:multicellds.collection .

bioregistry.metaresource:n2t dcterms:hasPart n2t:multicellds.collection .

bioregistry:multicellds dcterms:hasPart bioregistry:multicellds.collection .

biocontext:MULTICELLDS.COLLECTION dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:multicellds.collection dcterms:isPartOf bioregistry.metaresource:n2t .

bioregistry:multicellds.collection a bioregistry.schema:0000001 ;
    rdfs:label "MultiCellDS collection" ;
    dcterms:description "MultiCellDS is data standard for multicellular simulation, experimental, and clinical data. A collection groups one or more individual uniquely identified cell lines, snapshots, or collections. Primary uses are times series (collections of snapshots), patient cohorts (collections of cell lines), and studies (collections of time series collections)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry,
        bioregistry:multicellds ;
    skos:exactMatch biocontext:MULTICELLDS.COLLECTION,
        n2t:multicellds.collection,
        miriam:multicellds.collection ;
    foaf:homepage <http://multicellds.org/MultiCellDB.php> ;
    bioregistry.schema:0000005 "MCDS_C_0000000001"^^xsd:string ;
    bioregistry.schema:0000006 "http://multicellds.org/MultiCellDB/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^MCDS_C_[a-zA-Z0-9]{1,10}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://multicellds.org/MultiCellDB/"^^xsd:string ;
    bioregistry.schema:0000027 <http://multicellds.org/MultiCellDB/MCDS_C_0000000001> ;
    bioregistry.schema:0000029 "multicellds.collection" .

miriam:multicellds.collection dcterms:isPartOf bioregistry.metaresource:miriam .

