You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ RDFLib
18
18
19
19
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:
20
20
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
22
22
* 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
24
25
* a SPARQL 1.1 implementation - supporting SPARQL 1.1 Queries and Update statements
25
26
* SPARQL function extension mechanisms
26
27
@@ -29,10 +30,8 @@ The RDFlib community maintains many RDF-related Python code repositories with di
29
30
30
31
*[rdflib](https://github.com/RDFLib/rdflib) - the RDFLib core
31
32
*[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
36
35
*[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.
37
36
38
37
Please see the list for all packages/repositories here:
0 commit comments