From ee864e264d338a417341c5f607b4007de623ef62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Kl=C3=ADma?= Date: Wed, 3 Apr 2024 16:53:39 +0200 Subject: [PATCH] Added information about compliance with existing W3C standards --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4b47f93..05772ac 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,16 @@ Persons.delete("http://dbpedia.org/resource/Alan_Turing"); More complex examples can be found in [documentation](https://ldkit.io/docs). +## Specification Compliance + +LDkit complies with the following specifications: + +- [RDF/JS: Data model specification](https://rdf.js.org/data-model-spec/) +- [RDF/JS: Query specification](https://rdf.js.org/query-spec/) +- [SPARQL 1.1 Query Language](https://www.w3.org/TR/sparql11-query/) +- [SPARQL 1.1 Update](https://www.w3.org/TR/2013/REC-sparql11-update-20130321/) +- [SPARQL 1.1 Protocol](https://www.w3.org/TR/2013/REC-sparql11-protocol-20130321/) + ## License [MIT License](./LICENSE.md)