Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Remove after we upgrade to Jena 5.4.0 and RDF 1.2
# https://github.com/Jelly-RDF/cli/issues/180
updates.ignore = [ { groupId = "org.apache.jena" } ]
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ steps:
- run: jelly-cli rdf to-jelly input.ttl > output.jelly
```

## RDF-star/RDF 1.2 compatibility

`jelly-cli` is based on [Apache Jena](https://jena.apache.org/) 5.3.0, which is the last version of Jena that supports RDF-star. Later versions removed RDF-star support in favor of draft support for RDF 1.2, which is not directly compatible with RDF-star. Because RDF 1.2 is not yet a W3C Recommendation, we stick to RDF-star for now and will update to RDF 1.2 once it is finalized.

## Developer notes

Run `sbt fixAll` before committing. Your code should be formatted and free of warnings.
Expand Down