@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:yeastract .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:205 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:yeastract .

bioregistry:yeastract a bioregistry.schema:0000001 ;
    rdfs:label "Yeast Searching for Transcriptional Regulators and Consensus Tracking" ;
    dcterms:description "YEASTRACT (Yeast Search for Transcriptional Regulators And Consensus Tracking) is a curated repository of more than 48333 regulatory associations between transcription factors (TF) and target genes in Saccharomyces cerevisiae, based on more than 1200 bibliographic references."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:205,
        prefixcommons:yeastract ;
    dcat:keyword "dna",
        "gene",
        "regulation",
        "small molecule" ;
    foaf:homepage <http://www.yeastract.com> ;
    bioregistry.schema:0000005 "YBR125c"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.yeastract.com/view.php?existing=locus&orfname=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-2208-5183 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://www.yeastract.com/view.php?existing=locus&orfname="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.yeastract.com/view.php?existing=locus&orfname=YBR125c> ;
    bioregistry.schema:0000029 "yeastract" .

orcid:0000-0003-2208-5183 rdfs:label "Isabel Sá-Correia" ;
    foaf:mbox "isacorreia@tecnico.ulisboa.pt" .

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

pathguide:205 dcterms:isPartOf bioregistry.metaresource:pathguide .

prefixcommons:yeastract dcterms:isPartOf bioregistry.metaresource:prefixcommons .

