Skip to content

Commit

Permalink
Update ReadMe of Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
remiceres committed Jan 21, 2022
1 parent edfbe5f commit fbe4659
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion corese-server/build-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Corese Docker

![Corese logo](https://project.inria.fr/corese/files/2018/07/corese-3.png)

This is a Docker image for hosting the [Corese Semantic Web Server](https://project.inria.fr/corese/) that implements RDF, RDFS, SPARQL 1.1 Query & Update, OWL-RL, SHACL.
Corese also implements the LDScript and STTL SPARQL extensions.

The Docker image tag includes the Corese version installed in the image. The following version is currently available:

- corese:4.2.4
- corese:4.3.0
- corese:4.2.4

## Running the Corese Docker image

Expand Down Expand Up @@ -117,3 +119,9 @@ curl \
-d "$QUERY" \
"http://localhost:8080/sparql"
```

## References

- [Website](https://project.inria.fr/corese/)
- [Demo](http://corese.inria.fr/)
- [Git](https://github.com/Wimmics/corese)

0 comments on commit fbe4659

Please sign in to comment.