Skip to content

Commit 233b38d

Browse files
authored
Remove GFO-light (#64)
* Add reference to gfo-light repository * Remove gfo-light.owl
1 parent 3f17208 commit 233b38d

File tree

3 files changed

+2
-1131
lines changed

3 files changed

+2
-1131
lines changed

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- run: check-rdfxml gfo.owl
30-
- run: check-rdfxml gfo-light.owl
3130
# - run: check-rdfxml modules/gfo-core.ttl
3231
# - run: check-rdfxml modules/gfo-presentic.ttl
3332
# - run: check-rdfxml modules/gfo-timeExtended.ttl
@@ -51,7 +50,6 @@ jobs:
5150
- run: check-rdfxml modules/situation/examples/gfo-situation-time-extended-example.ttl
5251

5352
- run: robot report --profile qc_report/profile.txt -i gfo.owl
54-
# - run: robot report --profile qc_report/profile.txt -i gfo-light.owl
5553
# - run: robot report --profile qc_report/profile.txt -i modules/gfo-core.ttl
5654
# - run: robot report --profile qc_report/profile.txt -i modules/gfo-presentic.ttl
5755
# - run: robot report --profile qc_report/profile.txt -i modules/gfo-timeExtended.ttl

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The General Formal Ontology is a [top-level ontology](http://en.wikipedia.org/wi
1515
## How to Use
1616
The entire GFO ontology can be imported via IRI https://w3id.org/gfo. GFO is divided into modules, which are stored in separate OWL files under [modules/](modules/). Modules of interest can be imported into your ontology via their IRI (e.g., https://w3id.org/gfo/base).
1717

18-
**GFO-light** is a simplified view of the entire GFO. It does not build on single modules but combines all basic concepts and simplified axioms of the GFO. It is primarily intended to found domain or application ontologies and can be imported via IRI https://w3id.org/gfo/light.
18+
[GFO-light](https://github.com/Onto-Med/gfo-light) is a simplified view of the entire GFO. It does not build on single modules but combines all basic concepts and simplified axioms of the GFO. It is primarily intended to found domain or application ontologies and can be imported via IRI https://w3id.org/gfo-light.
1919

2020
## How to Contribute
2121
Please see our [Contributing Guide](CONTRIBUTING.md).
@@ -61,4 +61,4 @@ The following is the general form of citation for Part I, where the correspondin
6161
| 2003 | Formal Ontology and Principles of GOL | Heller B, Herre H | Onto-Med Report Nr. 1. Research Group Ontologies in Medicine (Onto-Med), University of Leipzig. [PDF](https://www.onto-med.de/sites/www.onto-med.de/files/files/uploads/Publications/2003/heller-b-2003-a.pdf) |
6262

6363
### Further Documentation
64-
Apart from the GFO reports, we have not yet completed the work on more introductory or tutorial material. This is going to happen in the nearer future. Currently, the easiest way to access the basic categories of GFO is to view the file [gfo-light.owl](./gfo-light.owl) in an ontology editor (e.g. [Protégé](https://protege.stanford.edu)). In particular, that file provides short descriptions for each category.
64+
Apart from the GFO reports, we have not yet completed the work on more introductory or tutorial material. This is going to happen in the nearer future. Currently, the easiest way to access the basic categories of GFO is to use [GFO-light](https://github.com/Onto-Med/gfo-light). In particular, GFO-light provides short descriptions for each category.

0 commit comments

Comments
 (0)