From a51deef9eb6dfa9dd4bce05aa2e9621aaa1f0733 Mon Sep 17 00:00:00 2001 From: Lars Gleim <lgleim@users.noreply.github.com> Date: Wed, 9 Jun 2021 15:00:24 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45331c3..827a376 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ IPython Extension for semantic web technology support (Turtle, SPARQL, ShEx, etc This extension is meant to be used together with Jupyter Notebooks for educational purposes. Its focus is neither performance nor scalability but instead ease-of-use. +# Teaching Semantic Web Technologies with Jupyter-RDFify + +Jupyter-RDFify was developed by the [Chair of Information Systems at RWTH Aachen University](http://dbis.rwth-aachen.de/) to support interactive teaching of Semantic Web Technologies. You can find an examplary set of tutorial-like Jupyter Notebooks using Jupyter-RDFify at https://github.com/SemWebNotebooks/Notebooks/tree/main/Notebooks and further information on how to teach Semantic Web Technologies with Jupyter Notebooks, Jupyter-RDFify, the Moodle elearning system and automatic grading at https://github.com/SemWebNotebooks/Notebooks. + # Installation ## Install using Pip @@ -187,4 +191,4 @@ Note that these dependencies will be installed automatically if you use Pip. [OWL-RL](https://owl-rl.readthedocs.io/en/latest/): Library for RDFS and OWL-RL entailment [PyShEx](https://github.com/hsolbrig/PyShEx): Implementation of ShEx [Graphviz python wrapper](https://pypi.org/project/graphviz/) -[IPython](https://ipython.org/) \ No newline at end of file +[IPython](https://ipython.org/) -- GitLab