Skip to content

Commit

Permalink
update to Morph-KGC 2.0.0 and update links to the new documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arenas-guerrero-julian committed Apr 20, 2022
1 parent c9116f0 commit 5c34ff5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/ex2_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"\n",
"> [`morph-kgc`](https://github.com/oeg-upm/morph-kgc) is an engine that constructs RDF knowledge graphs from heterogeneous data sources with [R2RML](https://www.w3.org/2001/sw/rdb2rdf/r2rml/) and [RML](https://rml.io/specs/rml/) mapping languages. Morph-KGC is built on top of pandas and it leverages mapping partitions to significantly reduce execution times and memory consumption for large data sources.\n",
"\n",
"For documentation see <https://github.com/oeg-upm/Morph-KGC/wiki/Usage>"
"For documentation see <https://morph-kgc.readthedocs.io/en/latest/documentation/>"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions kglab/kglab.py
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,10 @@ def materialize (
config: str,
) -> "KnowledgeGraph":
"""
Binding to the morph-kgc `materialize()` method.
Binding to the [Morph-KGC](https://github.com/oeg-upm/morph-kgc) `materialize()` method.
config:
morph-kgc configuration, it can be the path to the config file, or a string with the config; see <https://github.com/oeg-upm/Morph-KGC/wiki/Usage#library>
morph-kgc configuration, it can be the path to the config file, or a string with the config; see <https://morph-kgc.readthedocs.io/en/latest/documentation/#library>
returns:
this `KnowledgeGraph` object – used for method chaining
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ decorator >= 5.1
fsspec[gs,s3] >= 2022.2
gcsfs >= 2022.2
icecream >= 2.1
morph-kgc >= 1.6
morph-kgc >= 2.0.0
networkx >= 2.7
numpy >= 1.21
owlrl >= 6.0.2
Expand Down

0 comments on commit 5c34ff5

Please sign in to comment.