A simple syntax for RDF.
Project description
(pronounced g-raffl, but also derived from the Bavarian word "Graffl" meaning "stuff" or "junk")
Summary
graffl is a (still) experimental RDF scratch pad file format. Its purpose is to write something down that is immediately understood as graph data. No annoying syntax like dots or commas is required. Think of it as Markdown for RDF.
For example, the following graffl graph:
Alice likes -> Bob
written as Turtle:
@prefix ns1: <https://www.hedenus.de/graffl/76a04f61-342e-11f1-a289-e08f4ccbe174/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:Alice rdfs:label "Alice" ;
ns1:likes ns1:Bob .
- It allows nested graphs!
- It supports modeling with RDFSchema, OWL and SHACL
- The parser is implemented as an extension for rdflib
- The file format is used by rdf2graphml
See also the documentation on Github Pages!
CLI
The CLI command graffl converts one or more *.graffl files to TriG:
graffl [-h] [-V] [-o OUTPUT] [-v] [-d INPUT_DIR] [input_files ...]
The produced RDF is merged in one dataset. You can separate the graphs using the @context directive.
If no output is specified, the result is printed to standard output.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file graffl-0.9.6.tar.gz.
File metadata
- Download URL: graffl-0.9.6.tar.gz
- Upload date:
- Size: 4.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20227c6abdc8ff4f0191f3592f41b735fe34676b26012a263f476c824ef6fc3b
|
|
| MD5 |
03036719ce9bbd358595ce194778e29e
|
|
| BLAKE2b-256 |
3ec2e938503bd2cc5dd9297d595d35d54bd30a5278d2b7e1e0b856cd9bcf3de2
|
File details
Details for the file graffl-0.9.6-py3-none-any.whl.
File metadata
- Download URL: graffl-0.9.6-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f38c8a8ae0b1b4d54f9656a8009caa9549afd7df4640ba54f8ed4c818b79db54
|
|
| MD5 |
7ff1f97de5571f7adb3465837e8302fe
|
|
| BLAKE2b-256 |
5d6e20e4231ea95ceb42744fc6bb6fa550963c5028b4efd1dbe00c918bf95ae5
|