eyeling 1.6.13 → 1.6.15

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.
Files changed (77) hide show
  1. package/README.md +8 -19
  2. package/examples/output/age.n3 +0 -17
  3. package/examples/output/alignment-demo.n3 +0 -572
  4. package/examples/output/backward.n3 +0 -15
  5. package/examples/output/basic-monadic.n3 +0 -105
  6. package/examples/output/brussels-brew-club.n3 +0 -476
  7. package/examples/output/cat-koko.n3 +0 -108
  8. package/examples/output/cobalt-kepler-kitchen.n3 +0 -7064
  9. package/examples/output/complex.n3 +0 -46
  10. package/examples/output/control-system.n3 +0 -75
  11. package/examples/output/cranberry-calculus.n3 +0 -1313
  12. package/examples/output/crypto-builtins-tests.n3 +0 -60
  13. package/examples/output/deep-taxonomy-10.n3 +0 -602
  14. package/examples/output/deep-taxonomy-100.n3 +1 -5733
  15. package/examples/output/deep-taxonomy-1000.n3 +1 -57033
  16. package/examples/output/deep-taxonomy-10000.n3 +1 -570033
  17. package/examples/output/derived-backward-rule-2.n3 +0 -58
  18. package/examples/output/derived-backward-rule.n3 +0 -44
  19. package/examples/output/derived-rule.n3 +0 -42
  20. package/examples/output/dijkstra.n3 +0 -297
  21. package/examples/output/dog.n3 +0 -30
  22. package/examples/output/drone-corridor-planner.n3 +0 -799
  23. package/examples/output/easter.n3 +0 -3570
  24. package/examples/output/equals.n3 +0 -15
  25. package/examples/output/ev-roundtrip-planner.n3 +0 -392
  26. package/examples/output/existential-rule.n3 +0 -34
  27. package/examples/output/expression-eval.n3 +0 -20
  28. package/examples/output/family-cousins.n3 +0 -636
  29. package/examples/output/fibonacci.n3 +0 -36
  30. package/examples/output/french-cities.n3 +0 -484
  31. package/examples/output/good-cobbler.n3 +0 -22
  32. package/examples/output/gps.n3 +0 -62
  33. package/examples/output/gray-code-counter.n3 +0 -17
  34. package/examples/output/hanoi.n3 +0 -17
  35. package/examples/output/jade-eigen-loom.n3 +0 -4690
  36. package/examples/output/json-pointer.n3 +0 -529
  37. package/examples/output/json-reconcile-vat.n3 +0 -12882
  38. package/examples/output/light-eaters.n3 +0 -311
  39. package/examples/output/list-builtins-tests.n3 +0 -167
  40. package/examples/output/list-iterate.n3 +0 -124
  41. package/examples/output/lldm.n3 +0 -960
  42. package/examples/output/log-collect-all-in.n3 +0 -117
  43. package/examples/output/log-for-all-in.n3 +0 -27
  44. package/examples/output/log-not-includes.n3 +0 -59
  45. package/examples/output/log-skolem.n3 +0 -17
  46. package/examples/output/log-uri.n3 +0 -42
  47. package/examples/output/math-builtins-tests.n3 +0 -4434
  48. package/examples/output/minimal-skos-alignment.n3 +0 -39
  49. package/examples/output/monkey.n3 +0 -36
  50. package/examples/output/odrl-trust.n3 +0 -46
  51. package/examples/output/oslo-steps-library-scholarly.n3 +0 -1260
  52. package/examples/output/oslo-steps-workflow-composition.n3 +0 -180
  53. package/examples/output/peano.n3 +0 -23
  54. package/examples/output/pi.n3 +0 -17
  55. package/examples/output/pillar.n3 +0 -32
  56. package/examples/output/polygon.n3 +0 -17
  57. package/examples/output/rdf-list.n3 +0 -28
  58. package/examples/output/reordering.n3 +0 -26
  59. package/examples/output/ruby-runge-workshop.n3 +0 -613
  60. package/examples/output/rule-matching.n3 +0 -26
  61. package/examples/output/saffron-slopeworks.n3 +0 -1447
  62. package/examples/output/self-referential.n3 +0 -81
  63. package/examples/output/similar.n3 +0 -15
  64. package/examples/output/snaf.n3 +0 -23
  65. package/examples/output/socrates.n3 +0 -21
  66. package/examples/output/spectral-week.n3 +0 -350
  67. package/examples/output/string-builtins-tests.n3 +0 -240
  68. package/examples/output/topaz-markov-mill.n3 +0 -4178
  69. package/examples/output/traffic-skos-aggregate.n3 +0 -3151
  70. package/examples/output/turing.n3 +0 -36
  71. package/examples/output/ultramarine-simpson-forge.n3 +0 -3873
  72. package/examples/output/witch.n3 +0 -107
  73. package/examples/output/zebra.n3 +0 -111
  74. package/eyeling.js +129 -25
  75. package/index.js +13 -6
  76. package/package.json +1 -1
  77. package/test/examples.test.js +1 -1
@@ -2,124 +2,16 @@
2
2
  @prefix log: <http://www.w3.org/2000/10/swap/log#> .
3
3
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
4
4
 
5
- # ----------------------------------------------------------------------
6
- # Proof for derived triple:
7
- # {
8
- # :Koko a :Animal .
9
- # } => {
10
- # _:x a :Cat .
11
- # } .
12
- # It holds because the following instance of the rule body is provable:
13
- # :Koko a :Animal .
14
- # via the schematic forward rule:
15
- # {
16
- # :Koko a :Animal .
17
- # } => {
18
- # {
19
- # :Koko a :Animal .
20
- # } => {
21
- # _:x a :Cat .
22
- # } .
23
- # {
24
- # :Koko a :Animal .
25
- # } => {
26
- # _:x a :BritishShortHair .
27
- # } .
28
- # } .
29
- # Therefore the derived triple above is entailed by the rules and facts.
30
- # ----------------------------------------------------------------------
31
-
32
5
  {
33
6
  :Koko a :Animal .
34
7
  } => {
35
8
  _:x a :Cat .
36
9
  } .
37
-
38
- # ----------------------------------------------------------------------
39
- # Proof for derived triple:
40
- # {
41
- # :Koko a :Animal .
42
- # } => {
43
- # _:x a :BritishShortHair .
44
- # } .
45
- # It holds because the following instance of the rule body is provable:
46
- # :Koko a :Animal .
47
- # via the schematic forward rule:
48
- # {
49
- # :Koko a :Animal .
50
- # } => {
51
- # {
52
- # :Koko a :Animal .
53
- # } => {
54
- # _:x a :Cat .
55
- # } .
56
- # {
57
- # :Koko a :Animal .
58
- # } => {
59
- # _:x a :BritishShortHair .
60
- # } .
61
- # } .
62
- # Therefore the derived triple above is entailed by the rules and facts.
63
- # ----------------------------------------------------------------------
64
-
65
10
  {
66
11
  :Koko a :Animal .
67
12
  } => {
68
13
  _:x a :BritishShortHair .
69
14
  } .
70
-
71
- # ----------------------------------------------------------------------
72
- # Proof for derived triple:
73
- # _:sk_0 a :Cat .
74
- # It holds because the following instance of the rule body is provable:
75
- # :Koko a :Animal .
76
- # via the schematic forward rule:
77
- # {
78
- # :Koko a :Animal .
79
- # } => {
80
- # _:x a :Cat .
81
- # } .
82
- # Therefore the derived triple above is entailed by the rules and facts.
83
- # ----------------------------------------------------------------------
84
-
85
15
  _:sk_0 a :Cat .
86
-
87
- # ----------------------------------------------------------------------
88
- # Proof for derived triple:
89
- # _:sk_1 a :BritishShortHair .
90
- # It holds because the following instance of the rule body is provable:
91
- # :Koko a :Animal .
92
- # via the schematic forward rule:
93
- # {
94
- # :Koko a :Animal .
95
- # } => {
96
- # _:x a :BritishShortHair .
97
- # } .
98
- # Therefore the derived triple above is entailed by the rules and facts.
99
- # ----------------------------------------------------------------------
100
-
101
16
  _:sk_1 a :BritishShortHair .
102
-
103
- # ----------------------------------------------------------------------
104
- # Proof for derived triple:
105
- # :test :is true .
106
- # It holds because the following instance of the rule body is provable:
107
- # _:sk_0 a :Cat .
108
- # _:sk_1 a :BritishShortHair .
109
- # _:sk_0 log:notEqualTo _:sk_1 .
110
- # via the schematic forward rule:
111
- # {
112
- # ?X a :Cat .
113
- # ?Y a :BritishShortHair .
114
- # ?X log:notEqualTo ?Y .
115
- # } => {
116
- # :test :is true .
117
- # } .
118
- # with substitution (on rule variables):
119
- # ?X = _:sk_0
120
- # ?Y = _:sk_1
121
- # Therefore the derived triple above is entailed by the rules and facts.
122
- # ----------------------------------------------------------------------
123
-
124
17
  :test :is true .
125
-