https://github.com/bitplan/org.sidif.triplestore
Simple Data Interchange Format and Triplestore
https://github.com/bitplan/org.sidif.triplestore
triples triplestore
Last synced: 3 months ago
JSON representation
Simple Data Interchange Format and Triplestore
- Host: GitHub
- URL: https://github.com/bitplan/org.sidif.triplestore
- Owner: BITPlan
- License: apache-2.0
- Created: 2015-03-12T06:07:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T08:00:10.000Z (over 2 years ago)
- Last Synced: 2025-01-09T06:46:15.838Z (4 months ago)
- Topics: triples, triplestore
- Language: Java
- Size: 723 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### org.sidif.triplestore
[Simple Data Interchange Format (SiDIF) and Triplestore see http://www.sidif.org](http://wiki.bitplan.com/index.php/SiDIF-TripleStore)[](https://travis-ci.org/BITPlan/org.sidif.triplestore)
[](https://search.maven.org/artifact/com.bitplan/org.sidif.triplestore/0.0.10/jar)[](https://github.com/BITPlan/org.sidif.triplestore/issues)
[](https://github.com/BITPlan/org.sidif.triplestore/issues/?q=is%3Aissue+is%3Aclosed)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](http://www.bitplan.com)### Documentation
* [Wiki](http://wiki.bitplan.com/index.php/SiDIF-TripleStore)
* [org.sidif.triplestore Project pages](https://BITPlan.github.io/org.sidif.triplestore)
* [Javadoc](https://BITPlan.github.io/org.sidif.triplestore/apidocs/index.html)
* [Test-Report](https://BITPlan.github.io/org.sidif.triplestore/surefire-report.html)
### Maven dependencyMaven dependency
```xmlcom.bitplan
org.sidif.triplestore
0.0.10```
[Current release at repo1.maven.org](https://repo1.maven.org/maven2/com/bitplan/org.sidif.triplestore/0.0.10/)
### How to build
```
git clone https://github.com/BITPlan/org.sidif.triplestore
cd org.sidif.triplestore
mvn install
```
## Version history
* 0.0.1 - 2015-03-12: first release
* 0.0.2 - 2015-03-13: adds command line interface
* 0.0.3 - 2015-05-18: fixes issue #1
* 0.0.4 - 2015-11-18: adds travis build, refactors to extract some interfaces
* 0.0.5 - 2016-11-15: fixes #2
* 0.0.6 - 2017-05-24: fixes #3
* 0.0.7 - 2017-10-15: refactors to use ANTLR parser
* 0.0.8 - 2018-01-14: improves test handling
* 0.0.9 - 2018-01-14: fixes ANTLR TreeViewer dependency
* 0.0.10 - 2020-10-25: refactors to integrate with com.bitplan.wikitask