Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lszeremeta/sesame-rio-yars
Yet Another RDF Serialization (YARS) serialization parser for Sesame
https://github.com/lszeremeta/sesame-rio-yars
parser rdf semantic-web serialization sesame yars
Last synced: about 5 hours ago
JSON representation
Yet Another RDF Serialization (YARS) serialization parser for Sesame
- Host: GitHub
- URL: https://github.com/lszeremeta/sesame-rio-yars
- Owner: lszeremeta
- License: bsd-3-clause
- Created: 2017-07-11T01:20:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T01:22:36.000Z (over 7 years ago)
- Last Synced: 2023-10-20T21:19:50.461Z (about 1 year ago)
- Topics: parser, rdf, semantic-web, serialization, sesame, yars
- Language: Java
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seasame-rio-yars
[Yet Another RDF Serialization](https://www.researchgate.net/publication/309695477_RDF_Data_in_Property_Graph_Model) (YARS) serialization parser for [Sesame](https://bitbucket.org/openrdf/sesame). This project depends on [modified sesame-rio-api](https://github.com/lszeremeta/sesame-rio-api).
## Example supported YARS file
```
(bjf52cgbj8vcou3{v:''})
(92fqdijn7c79w3d{v:'example type'})
(bjf52cgbj8vcou3)-[http://example.com/type]->(92fqdijn7c79w3d)
```You can convert [Turtle](https://www.w3.org/TR/turtle/) serialization to YARS supported by this parser using [ttl-to-yars](https://github.com/lszeremeta/ttl-to-yars) or simply use one of [generated samples](https://github.com/lszeremeta/yars-samples).
## See also
* [neo4j-sparql-extension-yars](https://github.com/lszeremeta/neo4j-sparql-extension-yars) - Neo4j [unmanaged extension](http://docs.neo4j.org/chunked/stable/server-unmanaged-extensions.html)
for [RDF](http://www.w3.org/TR/rdf-primer/) storage and
[SPARQL 1.1 query](http://www.w3.org/TR/sparql11-protocol/) features with support for YARS serialization,
* [sesame-rio-api](https://github.com/lszeremeta/sesame-rio-api) - modified Sesame API with added support for YARS serialization,
* [ttl-to-yars](https://github.com/lszeremeta/ttl-to-yars) - simple [Turtle](https://www.w3.org/TR/turtle/) to YARS converter
* [yars-samples](https://github.com/lszeremeta/yars-samples) - ready to use sample YARS files## Author
Copyright (C) 2017 [Łukasz Szeremeta](https://github.com/lszeremeta). All rights reserved.Distributed under standard [Sesame license](https://github.com/lszeremeta/sesame-rio-yars/blob/master/LICENSE).