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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:scretf .

bioregistry.metaresource:miriam dcterms:hasPart miriam:scretf .

bioregistry.metaresource:n2t dcterms:hasPart n2t:scretf .

bioregistry:scretf a bioregistry.schema:0000001 ;
    rdfs:label "ScerTF" ;
    dcterms:description "ScerTF is a database of position weight matrices (PWMs) for transcription factors in Saccharomyces species. It identifies a single matrix for each TF that best predicts in vivo data, providing metrics related to the performance of that matrix in accurately representing the DNA binding specificity of the annotated transcription factor."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:SCRETF,
        n2t:scretf,
        miriam:scretf ;
    foaf:homepage <http://stormo.wustl.edu/ScerTF/> ;
    bioregistry.schema:0000005 "RSC3"^^xsd:string ;
    bioregistry.schema:0000006 "http://stormo.wustl.edu/ScerTF/details/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://stormo.wustl.edu/ScerTF/details/"^^xsd:string ;
    bioregistry.schema:0000027 <http://stormo.wustl.edu/ScerTF/details/RSC3> ;
    bioregistry.schema:0000029 "scretf" .

biocontext:SCRETF dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:scretf dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:scretf dcterms:isPartOf bioregistry.metaresource:miriam .

