joostfarla / rdf4j-tools

RDF4J Server and Console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the RDF4J Tools repository

This is the RDF4J Tools code repository for the Eclipse RDF4J Project. It contains the RDF4J Server, Workbenc, Console and other tools and applications.

Other components of RDF4J can be found in:

  • rdf4j containing client APIs (such as the Repository and Model API), RDF parsers and http client libraries
  • rdf4j-storage containing the SAIL API, database implementations, and reasoners.
  • rdf4j-testsuite containing common test suites and benchmarks

Please see RDF4J.org for detailed information about RDF4J, including user documentation and downloads of the latest release.

Keen to contribute?

We welcome contributions! To get started, please first read our Contributor guidelines.

The short version:

  1. Digitally sign the Eclipse Contributor Agreement (ECA). You can do this by logging into the Eclipse projects forge; click on "Eclipse Contributor Agreement"; and Complete the form. Be sure to use the same email address when you register for the account that you intend to use on Git commit records. See the ECA FAQ for more info.
  2. Create an issue in the issue tracker that describes your improvement, new feature, or bug fix.
  3. Fork the GitHub repository.
  4. Create a new branch (starting from master) for your issue.
  5. Make your changes on this branch. Apply the RDF4J code formatting guidelines. Don't forget to include unit tests.
  6. Run mvn verify from the project root to make sure all tests succeed (both your own new ones, and existing).
  7. Use meaningful commit messages and include the issue number in each commit message.
  8. sign off every commit (using the -s flag).
  9. Once your fix is complete, put it up for review by opening a Pull Request against the master branch in the central Github repository.

These steps are explained in more detail in the Contributor guidelines.

About

RDF4J Server and Console


Languages

Language:Java 59.6%Language:JavaScript 25.6%Language:XSLT 9.3%Language:TypeScript 3.6%Language:CSS 1.4%Language:HTML 0.3%Language:Shell 0.1%