RDF4J Rio compliance tests

Tests for parsers and writers of various RDF file formats.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.rdf4j
ArtifactId

ArtifactId

rdf4j-rio-compliance
Last Version

Last Version

3.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

RDF4J Rio compliance tests
Tests for parsers and writers of various RDF file formats.
Project URL

Project URL

https://rdf4j.eclipse.org/rdf4j-rio-compliance/
Project Organization

Project Organization

Eclipse Foundation

Download rdf4j-rio-compliance

How to add to project

<!-- https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-rio-compliance/ -->
<dependency>
    <groupId>org.eclipse.rdf4j</groupId>
    <artifactId>rdf4j-rio-compliance</artifactId>
    <version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-rio-compliance/
implementation 'org.eclipse.rdf4j:rdf4j-rio-compliance:3.0.4'
// https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-rio-compliance/
implementation ("org.eclipse.rdf4j:rdf4j-rio-compliance:3.0.4")
'org.eclipse.rdf4j:rdf4j-rio-compliance:jar:3.0.4'
<dependency org="org.eclipse.rdf4j" name="rdf4j-rio-compliance" rev="3.0.4">
  <artifact name="rdf4j-rio-compliance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.rdf4j', module='rdf4j-rio-compliance', version='3.0.4')
)
libraryDependencies += "org.eclipse.rdf4j" % "rdf4j-rio-compliance" % "3.0.4"
[org.eclipse.rdf4j/rdf4j-rio-compliance "3.0.4"]

Dependencies

test (19)

Group / Artifact Type Version
org.eclipse.rdf4j : rdf4j-repository-sail jar 3.0.4
org.eclipse.rdf4j : rdf4j-sail-memory jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-testsuite jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-datatypes jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-languages jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-rdfxml jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-ntriples jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-nquads jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-turtle jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-trig jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-binary jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-rdfjson jar 3.0.4
org.eclipse.rdf4j : rdf4j-rio-jsonld jar 3.0.4
xml-security : xmlsec jar 1.3.0
xalan : xalan jar 2.6.0
javax.xml.bind : jaxb-api jar 2.3.0
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.11
org.slf4j : jcl-over-slf4j jar 1.7.26

Project Modules

There are no modules declared in this project.

Welcome to the Eclipse RDF4J repository

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

master status develop status Join the chat at https://gitter.im/eclipse/rdf4j

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.

Building from source

RDF4J is a multi-module maven project. It can be compiled, tested, and installed with the usual maven lifecycle phases from the command line, for example:

  • mvn verify - compiles and runs all tests
  • mvn package - compiles, tests, and packages all modules
  • mvn install - compiles, tests, packages, and installs all artifacts in the local maven repository
  • mvn -Pquick install - compiles, packages and installs everything (skipping test execution)

These commands can be run from the project root to execute on the entire project or (if you're only interested in working with a particular module) from any module's subdirectory.

To build the full RDF4J project, including onejar and SDK files and full aggregated javadoc, from source, run:

 mvn -Passembly package

The SDK and onejar will be available in assembly/target. Individual module jars and wars will be in target/ in their respective modules.

Modern IDEs like Eclipse, IntelliJ IDEA, or Netbeans can of course also be used to build, test, and run (parts of) the project.

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. Name your branch like this: GH-1234-short-description-here where 1234 is the Github issue number.
  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. If you have a lot of commits on your PR, make sure to squash your commits.

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.

org.eclipse.rdf4j

Eclipse Foundation

Versions

Version
3.0.4
2.2.4
2.2.3
2.2.2
2.2.1
2.2
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1
2.0.3
2.0.2
2.0.1
2.0
2.0M4
2.0M3
2.0M2
2.0M1
1.0.3
1.0.2
1.0.1
1.0
1.0M3
1.0M2
1.0M1