项目作者: lszeremeta

项目描述 :
Simple Turtle to Yet Another RDF Serialization (YARS) serialization converter written in Python
高级语言: Python
项目地址: git://github.com/lszeremeta/ttl-to-yars.git
创建时间: 2017-07-11T01:23:46Z
项目社区:https://github.com/lszeremeta/ttl-to-yars

开源协议:MIT License

下载


ttl-to-yars

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

Usage

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

Example YARS output file

  1. (bjf52cgbj8vcou3{v:'<http://example.com/text>'})
  2. (92fqdijn7c79w3d{v:'example type'})
  3. (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.