https://github.com/filip26/titanium-rdf-api
Minimalistic RDF micro-interfaces to facilitate efficient and straightforward integration across Java RDF libraries
https://github.com/filip26/titanium-rdf-api
rdf
Last synced: about 2 months ago
JSON representation
Minimalistic RDF micro-interfaces to facilitate efficient and straightforward integration across Java RDF libraries
- Host: GitHub
- URL: https://github.com/filip26/titanium-rdf-api
- Owner: filip26
- License: apache-2.0
- Created: 2025-02-24T01:02:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T22:06:48.000Z (about 2 months ago)
- Last Synced: 2025-03-01T00:29:24.763Z (about 2 months ago)
- Topics: rdf
- Language: Java
- Homepage: https://apicatalog.com
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-java-rdf - titanium-rdf-api
- awesome-java-rdf - titanium-rdf-api
README
# Titanium RDF API
A collection of straightforward micro-interfaces for processing RDF statements and facilitating seamless interoperability and data exchange across various libraries.
[](https://github.com/filip26/titanium-rdf-api/actions/workflows/java8-build.yml)
[](https://search.maven.org/search?q=g:com.apicatalog%20AND%20a:titanium-rdf-api)
[](https://javadoc.io/doc/com.apicatalog/titanium-rdf-api)
[](https://opensource.org/licenses/Apache-2.0)Formerly part of [Titanium JSON-LD](https://github.com/filip26/titanium-json-ld)
## Installation
### Maven
```xml
com.apicatalog
titanium-rdf-api
1.0.0```
### Gradle
```gradle
implementation("com.apicatalog:titanium-rdf-api:1.0.0")
```## Contributing
All PR's welcome!
### Building
Fork and clone the project repository.
```bash
> cd titanium-rdf-api
> mvn package
```## Resources