Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/srdfPublic

Simple RDF interface

License

NotificationsYou must be signed in to change notification settings

weso/srdf

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.

Continuous IntegrationcodecovCodacy BadgeMaven Central

Installation and compilation

The project usessbt for compilation as well as Java 1.8.

  • sbt test compiles and runs the tests

Publishing to OSS-Sonatype

This project usesthe sbt ci release plugin for publishing toOSS Sonatype.

SNAPSHOT Releases

Open a PR and merge it to watch the CI release a -SNAPSHOT version

Full Library Releases
  1. Push a tag and watch the CI do a regular release
  2. git tag -a v0.1.0 -m "v0.1.0"
  3. git push origin v0.1.0Note that the tag version MUST start with v.

Author & contributors

Contribution

Contributions are greatly appreciated.Please fork this repository and open apull request to add more features orsubmit issues


[8]ページ先頭

©2009-2025 Movatter.jp