@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 miriam: <https://registry.identifiers.org/registry/> .
@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:classyfire .

bioregistry.metaresource:miriam dcterms:hasPart miriam:classyfire .

bioregistry:classyfire a bioregistry.schema:0000001 ;
    rdfs:label "ClassyFire" ;
    dcterms:description "ClassyFire is a web-based application for automated structural classification of chemical entities. This application uses a rule-based approach that relies on a comprehensible, comprehensive, and computable chemical taxonomy. ClassyFire provides a hierarchical chemical classification of chemical entities (mostly small molecules and short peptide sequences), as well as a structure-based textual description, based on a chemical taxonomy named ChemOnt, which covers 4825 chemical classes of organic and inorganic compounds. Moreover, ClassyFire allows for text-based search via its web interface. It can be accessed via the web interface or via the ClassyFire API."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:classyfire ;
    dcat:keyword "ontology" ;
    foaf:homepage <http://classyfire.wishartlab.com/> ;
    bioregistry.schema:0000005 "0004828"^^xsd:string ;
    bioregistry.schema:0000006 "http://classyfire.wishartlab.com/tax_nodes/C$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <http://classyfire.wishartlab.com/system/downloads/1_0/chemont/ChemOnt_2_1.obo.zip> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "CHEMONTID",
        "chemont" ;
    bioregistry.schema:0000024 "http://classyfire.wishartlab.com/tax_nodes/C"^^xsd:string ;
    bioregistry.schema:0000027 <http://classyfire.wishartlab.com/tax_nodes/C0004828> ;
    bioregistry.schema:0000029 "classyfire" .

miriam:classyfire dcterms:isPartOf bioregistry.metaresource:miriam .

