Skip to content

Commit dad20b7

Browse files
authored
Merge pull request #20 from ArenasGuerreroJulian/patch-1
Update morph with support for RML-star and link to the new docs
2 parents 2c16dde + 170282c commit dad20b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ Furthermore, this repository might serve as a **cristallization point for a comm
101101
- Verifying (non-trivial) logical consistency of a CLIF ontology
102102
- Proving theorems/lemmas, such as properties of concepts and relations or competency questions
103103
- GUI (alpha state)
104-
- [Morph-KGC](https://github.com/oeg-upm/morph-kgc) – Engine to create RDF knowledge graphs from heterogeneous sources with R2RML and RML
105-
- docs: https://github.com/oeg-upm/Morph-KGC/wiki
104+
- [Morph-KGC](https://github.com/oeg-upm/morph-kgc) – Engine to create RDF and RDF-star knowledge graphs from heterogeneous sources with R2RML, RML and RML-str
105+
- docs: https://morph-kgc.readthedocs.io
106106
- features:
107107
- support for relational databases, tabular files (e.g. CSV, Excel, Parquet) and hierarchical files (XML and JSON)
108-
- generates the RDF by running the engine through command line
109-
- can be used as a library to load the RDF knowledge graph to RDFlib
108+
- generates the RDF and RDF-star knowledge graphs by running through command line or as a library
109+
- Integrates with RDFlib and Oxigraph to load the generated RDF directly to those libraries
110110
- [nxontology](https://github.com/related-sciences/nxontology) – NetworkX-based library for representing ontologies
111111
- features:
112112
- load ontologies into a `networkx.DiGraph` or `MultiDiGraph` from `.obo`, `.json`, or `.owl` formats

0 commit comments

Comments
 (0)