Skip to content

Commit

Permalink
Added information about compliance with existing W3C standards (#112)
Browse files Browse the repository at this point in the history
Resolves #111.
  • Loading branch information
karelklima authored Apr 3, 2024
1 parent e371a5a commit e2094fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e2094fa

Please sign in to comment.