@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 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:biocontext dcterms:hasPart biocontext:ENCODE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:encode .

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

bioregistry.metaresource:miriam dcterms:hasPart miriam:encode .

bioregistry.metaresource:n2t dcterms:hasPart n2t:encode .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100013051 .

bioregistry:encode a bioregistry.schema:0000001 ;
    rdfs:label "Encyclopedia of DNA Elements" ;
    dcterms:description "The ENCODE Consortium is integrating multiple technologies and approaches in a collective effort to discover and define the functional elements encoded in the human genome, including genes, transcripts, and transcriptional regulatory regions, together with their attendant chromatin states and DNA methylation patterns."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:ENCODE,
        cellosaurus.resource:ENCODE,
        n2t:encode,
        miriam:encode,
        re3data:r3d100013051 ;
    foaf:homepage <https://www.encodeproject.org> ;
    bioregistry.schema:0000005 "ENCSR163RYW"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.encodeproject.org/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^ENC[A-Za-z]{2}[0-9]{3}[A-Za-z]{3}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.encodeproject.org/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.encodeproject.org/ENCSR163RYW> ;
    bioregistry.schema:0000029 "encode" .

biocontext:ENCODE dcterms:isPartOf bioregistry.metaresource:biocontext .

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

n2t:encode dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:encode dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100013051 dcterms:isPartOf bioregistry.metaresource:re3data .

