weso / rdfshape-api

API for validating and transforming RDF, ShEx, SHACL and more.
https://www.weso.es/rdfshape-api/
MIT License
36 stars 10 forks source link
docusaurus mdoc rdf rdf-library rdf-validator scala shacl shex turtle

RDFShape

RDFShape is web API for semantic data analysis and validation implemented in Scala using the http4s library.

This repository contains the backend part of RDFShape and acts as a queryable API to be consumed by clients. To learn more about our public client, see its GitHub repository or try it.

Continuous Integration Docker build

Codacy

Deployed versions of RDFShape API

RDFShape is already deployed here.

Quick reference


Deployment and Usage

Please, refer to this project's wiki or webpage for detailed information related to:

Publishing to OSS-Sonatype

This project uses the sbt-ci-release plugin for publishing to OSS Sonatype.

SNAPSHOT Releases

Open a PR and merge it to watch the CI release a -SNAPSHOT version

Full Library Releases

  1. Push a tag and watch the CI do a regular release
  2. git tag -a v0.1.0 -m "v0.1.0"
  3. git push origin v0.1.0 Note that the tag version MUST start with v.

Dependencies

RDFShape server has been implemented in Scala using the following libraries:

Contribution and issues

We really appreciate contributions. Please fork this repository and open a pull request to add more features or submit issues:

RdfShape contributors