Skip to content

Commit 006949a

Browse files
authored
small docco update (#3053)
1 parent 4b0f580 commit 006949a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ RDFLib
1818

1919
RDFLib is a pure Python package for working with [RDF](http://www.w3.org/RDF/). RDFLib contains most things you need to work with RDF, including:
2020

21-
* parsers and serializers for RDF/XML, N3, NTriples, N-Quads, Turtle, TriX, Trig and JSON-LD
21+
* parsers and serializers for RDF/XML, N3, NTriples, N-Quads, Turtle, TriX, Trig, JSON-LD and even HexTuples
2222
* a Graph interface which can be backed by any one of a number of Store implementations
23-
* store implementations for in-memory, persistent on disk (Berkeley DB) and remote SPARQL endpoints
23+
* Store implementations for in-memory, persistent on disk (Berkeley DB) and remote SPARQL endpoints
24+
* additional Stores can be supplied via plugins
2425
* a SPARQL 1.1 implementation - supporting SPARQL 1.1 Queries and Update statements
2526
* SPARQL function extension mechanisms
2627

@@ -29,10 +30,8 @@ The RDFlib community maintains many RDF-related Python code repositories with di
2930

3031
* [rdflib](https://github.com/RDFLib/rdflib) - the RDFLib core
3132
* [sparqlwrapper](https://github.com/RDFLib/sparqlwrapper) - a simple Python wrapper around a SPARQL service to remotely execute your queries
32-
* [pyLODE](https://github.com/RDFLib/pyLODE) - An OWL ontology documentation tool using Python and templating, based on LODE.
33-
* [pyrdfa3](https://github.com/RDFLib/pyrdfa3) - RDFa 1.1 distiller/parser library: can extract RDFa 1.1/1.0 from (X)HTML, SVG, or XML in general.
34-
* [pymicrodata](https://github.com/RDFLib/pymicrodata) - A module to extract RDF from an HTML5 page annotated with microdata.
35-
* [pySHACL](https://github.com/RDFLib/pySHACL) - A pure Python module which allows for the validation of RDF graphs against SHACL graphs.
33+
* [pyLODE](https://github.com/RDFLib/pyLODE) - An OWL ontology documentation tool using Python and templating, based on LODE
34+
* [pySHACL](https://github.com/RDFLib/pySHACL) - A pure Python module which allows for the validation of RDF graphs against SHACL graphs
3635
* [OWL-RL](https://github.com/RDFLib/OWL-RL) - A simple implementation of the OWL2 RL Profile which expands the graph with all possible triples that OWL RL defines.
3736

3837
Please see the list for all packages/repositories here:

0 commit comments

Comments
 (0)