rudof-project

rudof-project

Web

Tutorials using rudof. Contribute to rudof-project/tutorials development by creating an account on GitHub.

Shared posts
2
Last activity
3 hours ago
Media
2 media

Author posts

arc shared this post · 3h ago
rudof-project

rudof-project/tutorials: Tutorials using rudof

rudof tutorials

This repository contains the source code of some Jupiter books that can be used as small tutorials of rudof.

Some links:

🚀 Quick Start

1. Clone and install

git clone https://github.com/rudof-project/tutorials.git
cd tutorials
pip install -r requirements.txt

2. Build the book

jupyter-book build rudof

3. Manually publish books on gh-pages

Note, this is no longer necessary because we publish the book through github Actions.

ghp-import -n -p -f rudof/_build/html

Cleaning build files and cache

Sometimes it is necessary to clean the cache when there are new versions of the libraries. To clean the built drectory use:

jupyter-book clean rudof

If you want to clean also the jupyter_cache, use:

jupyter-book clean rudof --all
arc shared this post · 3h ago
rudof-project

rudof-project/rudof: RDF data shapes implementation in Rust

rudof

This repo contains an RDF and Knowledge Graphs processing tool implemented in Rust.

The implementation supports RDF and property graphs data, as well as ShEx, SHACL, DCTap, PGSchema, and conversions between different RDF data modeling formalisms.

The code can be used as a Rust library but it also contains a binary called rudof which can be used as an RDF playground.

We provide binaries for Linux, Windows, Mac and Docker (see releases), as well as Python bindings.

Features

rudof currently supports the following: