Skip to content

Commit 2939e43

Browse files
authored
Merge pull request #10 from dhimmel/add-nxontology
add nxontology & obonet
2 parents 7acaa49 + 574fc3e commit 2939e43

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ Furthermore, this repository might serve as a **cristallization point for a comm
6666
- support for relational databases, tabular files (e.g. CSV, Excel, Parquet) and hierarchical files (XML and JSON)
6767
- generates the RDF by running the engine through command line
6868
- can be used as a library to load the RDF knowledge graph to RDFlib
69+
- [nxontology](https://github.com/related-sciences/nxontology) – NetworkX-based library for representing ontologies
70+
- features:
71+
- load ontologies into a `networkx.DiGraph` or `MultiDiGraph` from `.obo`, `.json`, or `.owl` formats
72+
(powered by pronto / fastobo)
73+
- compute information content scores for nodes and semantic similarity scores for node pairs
74+
- [obonet](https://github.com/dhimmel/obonet) – read OBO-formatted ontologies into NetworkX
75+
- features:
76+
- Load an `.obo` file into a `networkx.MultiDiGraph`
77+
- Users should try [nxontology](https://github.com/related-sciences/nxontology) first, as a more general purpose successor to this project
6978
- [OnToology](https://github.com/OnToology/OnToology) – System for collaborative ontology development process
7079
- docs: http://ontoology.linkeddata.es/stepbystep
7180
- live version: http://ontoology.linkeddata.es/

0 commit comments

Comments
 (0)