@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.collection: <https://bioregistry.io/collection/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.collection:0000004 a bioregistry.schema:0000003 ;
    rdfs:label "International Classifications of Diseases" ;
    dc:contributor orcid:0000-0003-4423-4370 ;
    dc:description "This collection contains the many prefixes for the different repackaging of the International Classification of Diseases (ICD) throughout its major revisions." ;
    dcterms:hasPart bioregistry:icd10,
        bioregistry:icd10cm,
        bioregistry:icd10pcs,
        bioregistry:icd11,
        bioregistry:icd11.code,
        bioregistry:icd9,
        bioregistry:icd9cm,
        bioregistry:icdo .

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

