@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix pathguide: <http://www.pathguide.org/fullrecord.php?DBID=> .
@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:tfclass .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.XykycZ .

bioregistry.metaresource:go dcterms:hasPart go.resource:TFClass .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:666 .

bioregistry:tfclass a bioregistry.schema:0000001 ;
    rdfs:label "Classification of Transcription Factors in Mammalia" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "TFClass is a classification of eukaryotic transcription factors based on the characteristics of their DNA-binding domains. It comprises four general levels (superclass, class, family, subfamily) and two levels of instantiation (genus and molecular species). Two of them (subfamily and factor species) are optional. More detailed explanations about the classification scheme and its criteria are given here.."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:666,
        go.resource:TFClass,
        fairsharing:FAIRsharing.XykycZ ;
    dcat:keyword "binding",
        "binding site",
        "bioinformatics",
        "expression data",
        "phylogenetics",
        "transcription factor",
        "transcription factor binding site prediction",
        "transcriptomics" ;
    foaf:homepage <http://tfclass.bioinf.med.uni-goettingen.de> ;
    bioregistry.schema:0000005 "2.1.1"^^xsd:string ;
    bioregistry.schema:0000006 "http://tfclass.bioinf.med.uni-goettingen.de/?tfclass=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-7729-8453 ;
    bioregistry.schema:0000024 "http://tfclass.bioinf.med.uni-goettingen.de/?tfclass="^^xsd:string ;
    bioregistry.schema:0000027 <http://tfclass.bioinf.med.uni-goettingen.de/?tfclass=2.1.1> ;
    bioregistry.schema:0000029 "tfclass" .

orcid:0000-0002-7729-8453 rdfs:label "Edgar Wingender" ;
    foaf:mbox "edgar.wingender@edgar-wingender.de" .

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

pathguide:666 dcterms:isPartOf bioregistry.metaresource:pathguide .

go.resource:TFClass dcterms:isPartOf bioregistry.metaresource:go .

fairsharing:FAIRsharing.XykycZ dcterms:isPartOf bioregistry.metaresource:fairsharing .

