cogbuji commited on
Commit
f896ff9
β€’
1 Parent(s): f31f68b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -25,13 +25,9 @@ This dataset was extracted from the [Web Ontology Language (OWL)](https://en.wik
25
  into a Controlled Natural Language (CNL) for use in training Medical Large Language Models to be conversant in
26
  canonical human anatomy.
27
 
28
- So, Description Logic expressions such as the following in FMA:
29
-
30
- ```
31
- Owlready2, allows for symbolic transformation of Description Logic expressions such as:
32
 
33
  ```console
34
- fma13245 (Surface of left ventricle)
35
  fma13245 βŠ‘ fma222938 (Surface of cardiac chamber)
36
  fma13245 βŠ‘ βˆƒ bounds .fma7101 (Left ventricle)
37
  fma13245 βŠ‘ βˆƒ bounds .fma7166 (Left side of heart)
@@ -40,7 +36,7 @@ fma13245 βŠ‘ βˆƒ bounds .fma83473 (Wall of biventricular part of heart)
40
  fma13245 βŠ‘ fma222938 (Surface of cardiac chamber)
41
  ```
42
 
43
- into the following textual definition:
44
 
45
 
46
  ```
 
25
  into a Controlled Natural Language (CNL) for use in training Medical Large Language Models to be conversant in
26
  canonical human anatomy.
27
 
28
+ So, Description Logic expressions such as the following in FMA about fma13245 (Surface of left ventricle):
 
 
 
29
 
30
  ```console
 
31
  fma13245 βŠ‘ fma222938 (Surface of cardiac chamber)
32
  fma13245 βŠ‘ βˆƒ bounds .fma7101 (Left ventricle)
33
  fma13245 βŠ‘ βˆƒ bounds .fma7166 (Left side of heart)
 
36
  fma13245 βŠ‘ fma222938 (Surface of cardiac chamber)
37
  ```
38
 
39
+ can be rendered as the following textual definition:
40
 
41
 
42
  ```