@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 pathguide: <http://www.pathguide.org/fullrecord.php?DBID=> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:bioregistry dcterms:hasPart bioregistry:tred .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:167 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:tred .

bioregistry:tred a bioregistry.schema:0000001 ;
    rdfs:label "Transcriptional Regulatory Element Database" ;
    dcterms:description "Transcriptional Regulatory Element Database (TRED) has been built in response to increasing needs of an integrated repository for both cis- and trans- regulatory elements in mammals, and the lack of such resources at present."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:167,
        prefixcommons:tred ;
    dcat:keyword "dna",
        "regulation" ;
    foaf:homepage <http://rulai.cshl.edu/TRED> ;
    bioregistry.schema:0000005 "21552"^^xsd:string ;
    bioregistry.schema:0000006 "http://rulai.cshl.edu/cgi-bin/TRED/tred.cgi?process=geneInfo&gid=$1"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://rulai.cshl.edu/cgi-bin/TRED/tred.cgi?process=geneInfo&gid="^^xsd:string ;
    bioregistry.schema:0000027 <http://rulai.cshl.edu/cgi-bin/TRED/tred.cgi?process=geneInfo&gid=21552> ;
    bioregistry.schema:0000029 "tred" .

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

pathguide:167 dcterms:isPartOf bioregistry.metaresource:pathguide .

prefixcommons:tred dcterms:isPartOf bioregistry.metaresource:prefixcommons .

