- Notifications
You must be signed in to change notification settings - Fork4
weso/srdf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The library handles RDF using asimple RDF interface which has 2 implementations,one usingApache Jenaand another one usingRDF4j.
It is possible to use this library to validate RDF models from any of those RDF libraries, as well as from external SPARQL endpoints.
This interface is being used by SHACLEX.
The project usessbt for compilation as well as Java 1.8.
sbt test
compiles and runs the tests
This project usesthe sbt ci release plugin for publishing toOSS Sonatype.
Open a PR and merge it to watch the CI release a -SNAPSHOT version
- Push a tag and watch the CI do a regular release
git tag -a v0.1.0 -m "v0.1.0"
git push origin v0.1.0
Note that the tag version MUST start with v.
Contributions are greatly appreciated.Please fork this repository and open apull request to add more features orsubmit issues
About
Simple RDF interface