From 78907860fca795defd72f78880405accc479f7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa-Dom=C3=ADnguez?= Date: Thu, 21 Nov 2024 12:04:05 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.