https://github.com/quoll/icd11-export v0.0.1: A tool for extracting the complete RDF graph for ICD-11. ICD-11 is defined in RDF, but the complete graph is unavailable. Instead, the WHO provides an API for retrieving a subgraph (in JSON-LD) for just one entity at a time. This API is available on a public endpoint, and can also be downloaded to run locally (Windows service, Linux service, or Docker image). This application walks the graph, retrieving all entities and linearizations, then writes them to a TTL file. Links to the WHO resources are available on the icd11-export project page.