eyeling 1.12.8 → 1.12.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,11 @@
1
+ @prefix : <http://example.org/ns#> .
2
+ @prefix log: <http://www.w3.org/2000/10/swap/log#> .
3
+ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
4
+
5
+ {
6
+ ?X a :Cat .
7
+ } => {
8
+ ?X a :Animal .
9
+ } .
10
+ :c a :Animal .
11
+ :test :is true .
@@ -0,0 +1,21 @@
1
+ # ===================
2
+ # Quoted head unquote
3
+ # ===================
4
+ #
5
+ # Allow RHS of => to be a term (e.g., ?C) that resolves to a quoted formula.
6
+
7
+ @prefix : <http://example.org/ns#> .
8
+
9
+ :a :b {
10
+ { ?X a :Cat } => { ?X a :Animal }.
11
+ }.
12
+
13
+ {
14
+ :a :b ?C.
15
+ }
16
+ => ?C.
17
+
18
+ :c a :Cat .
19
+
20
+ { :c a :Animal } => { :test :is true }.
21
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eyeling",
3
- "version": "1.12.8",
3
+ "version": "1.12.9",
4
4
  "description": "A minimal Notation3 (N3) reasoner in JavaScript.",
5
5
  "main": "./index.js",
6
6
  "keywords": [