https://github.com/afs/rdf-delta
A system to propagate changes between RDF Datasets
https://github.com/afs/rdf-delta
jena rdf
Last synced: 27 days ago
JSON representation
A system to propagate changes between RDF Datasets
- Host: GitHub
- URL: https://github.com/afs/rdf-delta
- Owner: afs
- License: apache-2.0
- Created: 2016-06-29T17:28:45.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T08:36:31.000Z (about 1 month ago)
- Last Synced: 2025-03-28T16:08:21.309Z (about 1 month ago)
- Topics: jena, rdf
- Language: Java
- Homepage: https://afs.github.io/rdf-delta/
- Size: 3.85 MB
- Stars: 77
- Watchers: 7
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# RDF Delta
RDF Delta provides a system for recording and publishing changes to RDF
Datasets. It is built around idea of change logs:* _RDF Patch_ - a format for recording changes to an RDF Dataset
* _RDF Patch Log_ - organise patches in to a log of changes
to an RDF Dataset with HTTP access.RDF Patch Logs can be used for:
* Replicated datasets - 2 or more copies of a single dataset for high
availability of the data.
* Incremental backup of a dataset.
* Recording changes
* Generate alerts based on changes, either to the dataset as a whole or
specific resources within the dataset.RDF Delta provides a system for keeping copies of an RDF Dataset
up-to-date using the RDF Patch Log as a journal of changes to be applied.## Documentation
Website: https://afs.github.io/rdf-delta
## High Availablity Apache Jena Fuseki
https://afs.github.io/rdf-delta/ha-fuseki.html
## Software
Artifacts: https://repo1.maven.org/maven2/org/seaborne/rdf-delta
RDF Delta distribution (patch log server and Apache Jena Fuseki with
replicated dataset support)https://repo1.maven.org/maven2/org/seaborne/rdf-delta/rdf-delta-dist
### RDF Patch:
```
org.seaborne.rdf-delta
rdf-patch
X.Y.Z
```### RDF Delta client library:
```
org.seaborne.rdf-delta
rdf-delta-client
X.Y.Z
```## Contributing
See [CONTRIBUTING](.github/CONTRIBUTING.md).