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
@@ -12,9 +12,41 @@ This is a pure-Ruby library for working with the [Shape Expressions Language][Sh
12
12
## Features
13
13
14
14
* 100% pure Ruby with minimal dependencies and no bloat.
15
-
* Fully compatible with [RDF 1.1][] specifications.
15
+
* Fully compatible with [ShEx][ShExSpec] specifications.
16
16
* 100% free and unencumbered [public domain](http://unlicense.org/) software.
17
17
18
+
## Description
19
+
20
+
The ShEx gem implements a [ShEx][ShExSpec] Shape Expression engine.
21
+
22
+
*`ShEx::Parser` parses ShExC formatted documents generating executable operators which can be serialized as [S-Expressions](http://en.wikipedia.org/wiki/S-expression).
23
+
*`ShEx::Algebra` executes operators against Any `RDF::Graph`, including compliant [RDF.rb][].
0 commit comments