Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdsc-ordes/shacl-api
Implementation of Imaging Plaza Microservice for SHACL Validation
https://github.com/sdsc-ordes/shacl-api
data-validation rdf rest-api service shacl
Last synced: about 14 hours ago
JSON representation
Implementation of Imaging Plaza Microservice for SHACL Validation
- Host: GitHub
- URL: https://github.com/sdsc-ordes/shacl-api
- Owner: sdsc-ordes
- License: agpl-3.0
- Created: 2023-06-20T05:23:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T19:45:07.000Z (3 months ago)
- Last Synced: 2024-08-16T21:07:04.062Z (3 months ago)
- Topics: data-validation, rdf, rest-api, service, shacl
- Language: Jupyter Notebook
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shaclAPI
Implementation of Imaging Plaza Microservice for SHACL ValidationBased in https://github.com/SDSC-ORD/shacl
## How to use it?
## How to use docker?
```
docker build -t caviri/shaclapi:latest .
``````
docker run -it --rm -p 8000:15400 -p 8501:8501 caviri/shaclapi:latest
docker run -it --rm -p 7200:15400 -p 3000:8501 caviri/shaclapi:latest
``````
docker-compose up # add -d for detached
```## LOGS
```
if [ $1 == validate ] ; then
set -- shaclvalidate.sh "$@"
elif [ $1 == infer ] ; then
set -- shaclinfer.sh "$@"
``````
root@cbb169b97823:/# shaclvalidate.sh
Missing -datafile, e.g.: -datafile myfile.ttl
root@cbb169b97823:/# shaclinfer.sh
Missing -datafile, e.g.: -datafile myfile.ttl
```# Changelog
v0.0.4: Update Ontology to v0.6
v0.0.3: Update shapesfile to v0.0.3