@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 orcid: <https://orcid.org/> .
@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:aberowl dcterms:hasPart aberowl:CTCAE .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:CTCAE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ctcae .

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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:ctcae .

bioregistry:ctcae a bioregistry.schema:0000001 ;
    rdfs:label "Common Terminology Criteria for Adverse Events" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Common Terminology Criteria for Adverse Events (CTCAE),[1] formerly called the Common Toxicity Criteria (CTC or NCI-CTC), are a set of criteria for the standardized classification of adverse effects of drugs used in cancer therapy. The CTCAE system is a product of the US National Cancer Institute (NCI)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:CTCAE,
        bioportal:CTCAE,
        fairsharing:FAIRsharing.dcsw6j,
        prefixcommons:ctcae ;
    dcat:keyword "biomedical science",
        "cancer",
        "disease",
        "ontology" ;
    foaf:homepage <https://evs.nci.nih.gov/ftp1/CTCAE/About.html> ;
    bioregistry.schema:0000005 "E12768"^^xsd:string ;
    bioregistry.schema:0000006 "http://ncicb.nci.nih.gov/xml/owl/EVS/ctcae5.owl#$1"^^xsd:string ;
    bioregistry.schema:0000008 "^E\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/CTCAE/2/ctcae.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000018 bioregistry:oae ;
    bioregistry.schema:0000019 orcid:0000-0001-9189-9661 ;
    bioregistry.schema:0000023 "CTCAE" ;
    bioregistry.schema:0000024 "http://ncicb.nci.nih.gov/xml/owl/EVS/ctcae5.owl#"^^xsd:string ;
    bioregistry.schema:0000027 <http://ncicb.nci.nih.gov/xml/owl/EVS/ctcae5.owl#E12768> ;
    bioregistry.schema:0000029 "ctcae" .

orcid:0000-0001-9189-9661 rdfs:label "Yongqun Oliver He" ;
    foaf:mbox "yongqunh@med.umich.edu" .

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

aberowl:CTCAE dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:CTCAE dcterms:isPartOf bioregistry.metaresource:bioportal .

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

prefixcommons:ctcae dcterms:isPartOf bioregistry.metaresource:prefixcommons .

