diff --git a/README.md b/README.md index fec7826..79b01bc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This is a prototype of an [Epsilon Model Connectivity](https://eclipse.dev/epsilon/doc/emc/) driver for RDF and related technologies, based on [Apache Jena](https://jena.apache.org/). +This document provides instructions for users. +For instructions on how to set up a development environment, please see [`CONTRIBUTING.md`](./CONTRIBUTING.md). + ## Features and limitations Currently, the driver can: @@ -134,4 +137,4 @@ spider.`name_literal@ru`.println('Name literal of Spiderman in Russian: '); * `value`: the raw value of the literal (usually a String, but it can be different for typed literals - see [Apache Jena typed literals](https://jena.apache.org/documentation/notes/typed-literals.html)). * `language`: the language tag for the literal (if any). -* `datatypeURI`: the datatype URI for the literal. \ No newline at end of file +* `datatypeURI`: the datatype URI for the literal.