Skip to main content

A simple syntax for RDF.

Project description

graffl Logo

(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 also supports OWL modeling and nested graphs!

See the documentation docs/graffl.adoc.

See the src/graffl/graffl.lark file for the EBNF grammar.

The parser is implemented as an extension for rdflib: https://github.com/rdflib/rdflib

The file format is used by rdf2graphml: https://github.com/mhedenus/rdf2graphml

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

graffl-0.6.0.tar.gz (4.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

graffl-0.6.0-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file graffl-0.6.0.tar.gz.

File metadata

  • Download URL: graffl-0.6.0.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

Hashes for graffl-0.6.0.tar.gz
Algorithm Hash digest
SHA256 9e81872ef78cf6e3668364646d972b04b511a6263da8eac8e4ce9f31cd275689
MD5 40019203251621dda8dca8395d3d9b97
BLAKE2b-256 e8c76c3d6eb2f171ac53e8ddc067b740db42696e3083f2a9584ac53f652bc1e4

See more details on using hashes here.

File details

Details for the file graffl-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: graffl-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for graffl-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 618d686aa51048901bfaae3221250641a7da0164e74d8c5cce21b533829f7d00
MD5 4d1de873766b69838501721f9f1114ff
BLAKE2b-256 582bf9f0d2572606254cf5fbc32dbb8bb6662ce37053d0f464d37cffd0125bc1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page