@prefix bartoc: <https://bartoc.org/en/node/> .
@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 oid: <https://oid-base.com/get/> .
@prefix orcid: <https://orcid.org/> .
@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:bartoc dcterms:hasPart bartoc:20299 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cdt .

bioregistry.metaresource:hl7 dcterms:hasPart oid:2.16.840.1.113883.6.116 .

bioregistry:cdt a bioregistry.schema:0000001 ;
    rdfs:label "Current Dental Terminology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description """The Code on Dental Procedures and Nomenclature (the CDT Code) assures consistency in documenting dental treatment.

Note that CDT codes should look like D2150 but for some reason the ontology conversion that is reused across OBO rewrites them as CPT_000 + the four numbers without the leading D."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch bartoc:20299,
        oid:2.16.840.1.113883.6.116 ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://www.ada.org/publications/CDT> ;
    bioregistry.schema:0000005 "1000001"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/oral-health-and-disease-ontologies/ohd-ontology/f19378ff192b6f9ea16133e85671e8359fc371cd/src/ontology/archive/CDTCodes%20as%20Classes_pruned.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000018 bioregistry:ohd ;
    bioregistry.schema:0000029 "cdt" .

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

bartoc:20299 dcterms:isPartOf bioregistry.metaresource:bartoc .

oid:2.16.840.1.113883.6.116 dcterms:isPartOf bioregistry.metaresource:hl7 .

