@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cohesindb.loops .

bioregistry:cohesindb.loops a bioregistry.schema:0000001 ;
    rdfs:label "CohesinDB - cohesin-related chromatin loop" ;
    dcterms:contributor orcid:0009-0000-6974-6386 ;
    dcterms:description "Contains identifiers of cohesin-related chromatin loops from CohesinDB. CohesinDB includes 2043 epigenomics, transcriptomics and 3D genomics datasets from 530 studies involving 176 cell types. Each identifier represents a single cohesin-related chromatin loop. Each cohesin object is annotated with locus, cell type, classification, function, 3D genomics and cis-regulatory information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "chromatin loop",
        "cohesin",
        "interaction",
        "protein" ;
    foaf:homepage <https://cohesindb.iqb.u-tokyo.ac.jp> ;
    bioregistry.schema:0000005 "CDBL00540805"^^xsd:string ;
    bioregistry.schema:0000006 "https://cohesindb.iqb.u-tokyo.ac.jp/browseloop/eachloop/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^CDBL00\\d{6}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-3019-5817 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://cohesindb.iqb.u-tokyo.ac.jp/browseloop/eachloop/"^^xsd:string ;
    bioregistry.schema:0000027 <https://cohesindb.iqb.u-tokyo.ac.jp/browseloop/eachloop/CDBL00540805> ;
    bioregistry.schema:0000029 "cohesindb.loops" .

orcid:0000-0003-3019-5817 rdfs:label "Ryuichiro Nakato" ;
    foaf:mbox "rnakato@iqb.u-tokyo.ac.jp" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

orcid:0009-0000-6974-6386 rdfs:label "Maaya Manoj" ;
    foaf:mbox "maaya.m466@gmail.com" .

