/ttl-to-yars

Simple Turtle to Yet Another RDF Serialization (YARS) serialization converter written in Python

Primary LanguagePythonMIT LicenseMIT

ttl-to-yars

Simple Turtle to Yet Another RDF Serialization (YARS) serialization converter written in Python.

Usage

$ ./ttl-to-yars ttl-file-name.ttl

Example YARS output file

(bjf52cgbj8vcou3{v:'<http://example.com/text>'})
(92fqdijn7c79w3d{v:'example type'})
(bjf52cgbj8vcou3)-[http://example.com/type]->(92fqdijn7c79w3d)

You can simply use one of generated YARS samples or just generate your own Turtle samples by bsbmtools-json and convert it to YARS using this converter.

See also

License

Distributed under MIT license.