-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #493 from monarch-initiative/develop
`develop` -> `main`
- Loading branch information
Showing
37 changed files
with
413 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Metrics HTTP://PURL.OBOLIBRARY.ORG/OBO/MONDO-INGEST/COMPONENTS/ICD11FOUNDATION | ||
|
||
**IRI:** http://purl.obolibrary.org/obo/mondo-ingest/components/icd11foundation.owl | ||
|
||
**Version IRI:** http://purl.obolibrary.org/obo/mondo-ingest/releases/2024-02-17/components/icd11foundation.owl | ||
|
||
### Entities and axioms | ||
|
||
| Metric | Value | | ||
| ------ | ----- | | ||
| Annotation properties | 21 | | ||
| Axioms | 570662 | | ||
| Logical axioms | 130473 | | ||
| Classes | 100002 | | ||
| Object properties | 70 | | ||
| Data properties | 0 | | ||
| Individuals | 0 | | ||
|
||
|
||
### Expressivity | ||
|
||
| Metric | Value | | ||
| ------ | ----- | | ||
| Expressivity | CINTEH | | ||
| OWL2 | True | | ||
| OWL2 DL | True | | ||
| OWL2 EL | True | | ||
| OWL2 QL | False | | ||
| OWL2 RL | False | | ||
|
||
#### Axiom types | ||
|
||
| Metric | Value | | ||
| ------ | ----- | | ||
| AnnotationAssertion | 340100 | | ||
| EquivalentClasses | 5075 | | ||
| SubObjectPropertyOf | 51 | | ||
| Declaration | 100089 | | ||
| SubClassOf | 125347 | | ||
|
||
|
||
#### Entity namespaces: axiom counts by namespace | ||
|
||
| Metric | Value | | ||
| ------ | ----- | | ||
| prefix_unknown | 100084 | | ||
| owl | 3 | | ||
| rdf | 1 | | ||
| xsd | 1 | | ||
| skos | 5 | | ||
| rdfs | 1 | | ||
|
||
|
||
#### Class expressions used | ||
|
||
| Metric | Value | | ||
| ------ | ----- | | ||
| Class | 392111 | | ||
| ObjectSomeValuesFrom | 40919 | | ||
| ObjectIntersectionOf | 19706 | | ||
|
||
|
||
More information about the source can be found [in the documentation](../sources.md). The raw data (ontology metrics) can be found [on GitHub](https://github.com/monarch-initiative/mondo-ingest/tree/main/src/ontology/metadata). | ||
|
||
You can make issues or ask questions about this source [here](https://github.com/monarch-initiative/mondo-ingest/issues). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# MONDO - ICD11FOUNDATION Alignment | ||
|
||
**Source name:** International Classification of Diseases 11th Revision | ||
|
||
**Source description:** The International Classification of Diseases (ICD) provides a common language that allows health | ||
professionals to share standardized information across the world. The eleventh revision contains around 17 000 unique | ||
codes, more than 120 000 codable terms and is now entirely digital.Feb 11, 2022 | ||
This data source in particular is the ICD11 foundation, not one of its linearizations. | ||
|
||
**Homepage:** https://icd.who.int/ | ||
|
||
**Comments about this source:** | ||
_Data source_ | ||
_Original source URL_: https://icd11files.blob.core.windows.net/tmp/whofic-2023-04-08.owl.gz | ||
|
||
_Preprocessing_ | ||
In the [monarch-initiative/icd11](https://github.com/monarch-initiative/icd11) repo, We remove unicode characters and | ||
then remove equivalent class statements as discussed below. | ||
|
||
_Equivalent classes_ | ||
We remove all equivalent class statements as they are not unique and result in unintended node merges. For example | ||
`icd11.foundation:2000662282` (_Occupant of pick-up truck or van injured in collision with car, pick-up truck or van: | ||
person on outside of vehicle injured in traffic accident_) has the same exact equivalent concept expression as | ||
`icd11.foundation:1279712844` (_Occupant of pick-up truck or van injured in collision with two- or three- wheeled motor | ||
vehicle: person on outside of vehicle injured in traffic accident_). | ||
|
||
--- | ||
|
||
The data pipeline that generates the source is implemented in `make`, in this source file: [src/ontology/mondo-ingest.Makefile](https://github.com/monarch-initiative/mondo-ingest/blob/main/src/ontology/mondo-ingest.Makefile). | ||
|
||
You can make issues or ask questions about this source [here](https://github.com/monarch-initiative/mondo-ingest/issues). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
subject_id object_id | ||
http://id.who.int/icd/schema/isObsolote owl:deprecated | ||
http://id.who.int/icd/schema/longDefinition http://purl.org/dc/terms/description | ||
http://id.who.int/icd/schema/note rdfs:comment | ||
skos:definition IAO:0000115 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
term_id term_label exclusion_reason exclude_children |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.