Skip to content

daiwt/rdf4j

 
 

Repository files navigation

Welcome to the Eclipse RDF4J repository

This is the main code repository for the Eclipse RDF4J project.

Visit the project website for news, documentation, and downloadable releases.

Installation and usage

For installation and usage instructions of the RDF4J Workbench and Server applications, see RDF4J Server, Workbench, and Console.

For installation and usage instructions of the RDF4J Java libaries, see Programming with RDF4J.

Keen to contribute?

We welcome contributions! Whether you have a new feature you want to add, or a bug you want to fix, or a bit of documentation you want to improve, it's all very welcome. Have a look in our issue tracker for any open problems, in particular the ones marked as good first issue or as help wanted. Or feel free to add your own new issue if what you have in mind is not there yet.

To get started on your contribution, 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 - or if you're picking up an existing issue, comment on that issue that you intend to provide a solution for it.
  3. Fork the GitHub repository.
  4. Create a new branch (starting from master) for your changes.
  5. Make your changes on this branch. Apply the rdf4j code formatting guidelines. Don't forget to include unit tests.
  6. sign off every commit (using the -s flag).
  7. Run mvn verify from the project root to make sure all tests succeed (both your own new ones, and existing).
  8. Use meaningful commit messages and include the issue number in each commit message.
  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.

You can find more detailed information about our development and release processes in the Developer Workflow and Project Management documentation.

Packages

No packages published

Languages

  • Java 94.2%
  • JavaScript 3.2%
  • XSLT 1.2%
  • TypeScript 0.5%
  • HTML 0.3%
  • Ruby 0.3%
  • Other 0.3%