eyeling 1.5.36 → 1.5.37
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.
- package/examples/brussels-brew-club.n3 +119 -0
- package/examples/drone-corridor-planner.n3 +146 -40
- package/examples/ev-roundtrip-planner.n3 +189 -0
- package/examples/oslo-steps-workflow-composition.n3 +305 -0
- package/examples/output/brussels-brew-club.n3 +498 -0
- package/examples/output/drone-corridor-planner.n3 +717 -51
- package/examples/output/ev-roundtrip-planner.n3 +403 -0
- package/examples/output/json-reconcile-vat.n3 +49 -48
- package/examples/output/oslo-steps-workflow-composition.n3 +148 -0
- package/examples/output/skolem.n3 +5 -4
- package/eyeling.js +177 -7
- package/package.json +1 -1
- package/examples/drone-corridor-planner-v2.n3 +0 -237
- package/examples/output/drone-corridor-planner-v2.n3 +0 -819
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@prefix ex: <http://example.org/> .
|
|
2
|
+
@prefix genid: <https://eyereasoner.github.io/.well-known/genid/> .
|
|
2
3
|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
3
4
|
|
|
4
5
|
# ----------------------------------------------------------------------
|
|
@@ -10900,12 +10901,12 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
10900
10901
|
|
|
10901
10902
|
# ----------------------------------------------------------------------
|
|
10902
10903
|
# Proof for derived triple:
|
|
10903
|
-
#
|
|
10904
|
+
# genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c a ex:Customer .
|
|
10904
10905
|
# It holds because the following instance of the rule body is provable:
|
|
10905
10906
|
# <urn:example:order:A100> a ex:Order .
|
|
10906
10907
|
# <urn:example:order:A100> ex:vatIdRaw "null" .
|
|
10907
10908
|
# <urn:example:order:A100> ex:email "Ada@Example.ORG" .
|
|
10908
|
-
# "Ada@Example.ORG" log:skolem
|
|
10909
|
+
# "Ada@Example.ORG" log:skolem genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c .
|
|
10909
10910
|
# via the schematic forward rule:
|
|
10910
10911
|
# {
|
|
10911
10912
|
# ?Order a ex:Order .
|
|
@@ -10919,22 +10920,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
10919
10920
|
# ?Order ex:customer ?Cust .
|
|
10920
10921
|
# } .
|
|
10921
10922
|
# with substitution (on rule variables):
|
|
10922
|
-
# ?Cust =
|
|
10923
|
+
# ?Cust = genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c
|
|
10923
10924
|
# ?Email = "Ada@Example.ORG"
|
|
10924
10925
|
# ?Order = <urn:example:order:A100>
|
|
10925
10926
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
10926
10927
|
# ----------------------------------------------------------------------
|
|
10927
10928
|
|
|
10928
|
-
|
|
10929
|
+
genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c a ex:Customer .
|
|
10929
10930
|
|
|
10930
10931
|
# ----------------------------------------------------------------------
|
|
10931
10932
|
# Proof for derived triple:
|
|
10932
|
-
#
|
|
10933
|
+
# genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c ex:vatIdRaw "null" .
|
|
10933
10934
|
# It holds because the following instance of the rule body is provable:
|
|
10934
10935
|
# <urn:example:order:A100> a ex:Order .
|
|
10935
10936
|
# <urn:example:order:A100> ex:vatIdRaw "null" .
|
|
10936
10937
|
# <urn:example:order:A100> ex:email "Ada@Example.ORG" .
|
|
10937
|
-
# "Ada@Example.ORG" log:skolem
|
|
10938
|
+
# "Ada@Example.ORG" log:skolem genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c .
|
|
10938
10939
|
# via the schematic forward rule:
|
|
10939
10940
|
# {
|
|
10940
10941
|
# ?Order a ex:Order .
|
|
@@ -10948,22 +10949,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
10948
10949
|
# ?Order ex:customer ?Cust .
|
|
10949
10950
|
# } .
|
|
10950
10951
|
# with substitution (on rule variables):
|
|
10951
|
-
# ?Cust =
|
|
10952
|
+
# ?Cust = genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c
|
|
10952
10953
|
# ?Email = "Ada@Example.ORG"
|
|
10953
10954
|
# ?Order = <urn:example:order:A100>
|
|
10954
10955
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
10955
10956
|
# ----------------------------------------------------------------------
|
|
10956
10957
|
|
|
10957
|
-
|
|
10958
|
+
genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c ex:vatIdRaw "null" .
|
|
10958
10959
|
|
|
10959
10960
|
# ----------------------------------------------------------------------
|
|
10960
10961
|
# Proof for derived triple:
|
|
10961
|
-
#
|
|
10962
|
+
# genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c ex:email "Ada@Example.ORG" .
|
|
10962
10963
|
# It holds because the following instance of the rule body is provable:
|
|
10963
10964
|
# <urn:example:order:A100> a ex:Order .
|
|
10964
10965
|
# <urn:example:order:A100> ex:vatIdRaw "null" .
|
|
10965
10966
|
# <urn:example:order:A100> ex:email "Ada@Example.ORG" .
|
|
10966
|
-
# "Ada@Example.ORG" log:skolem
|
|
10967
|
+
# "Ada@Example.ORG" log:skolem genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c .
|
|
10967
10968
|
# via the schematic forward rule:
|
|
10968
10969
|
# {
|
|
10969
10970
|
# ?Order a ex:Order .
|
|
@@ -10977,22 +10978,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
10977
10978
|
# ?Order ex:customer ?Cust .
|
|
10978
10979
|
# } .
|
|
10979
10980
|
# with substitution (on rule variables):
|
|
10980
|
-
# ?Cust =
|
|
10981
|
+
# ?Cust = genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c
|
|
10981
10982
|
# ?Email = "Ada@Example.ORG"
|
|
10982
10983
|
# ?Order = <urn:example:order:A100>
|
|
10983
10984
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
10984
10985
|
# ----------------------------------------------------------------------
|
|
10985
10986
|
|
|
10986
|
-
|
|
10987
|
+
genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c ex:email "Ada@Example.ORG" .
|
|
10987
10988
|
|
|
10988
10989
|
# ----------------------------------------------------------------------
|
|
10989
10990
|
# Proof for derived triple:
|
|
10990
|
-
# <urn:example:order:A100> ex:customer
|
|
10991
|
+
# <urn:example:order:A100> ex:customer genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c .
|
|
10991
10992
|
# It holds because the following instance of the rule body is provable:
|
|
10992
10993
|
# <urn:example:order:A100> a ex:Order .
|
|
10993
10994
|
# <urn:example:order:A100> ex:vatIdRaw "null" .
|
|
10994
10995
|
# <urn:example:order:A100> ex:email "Ada@Example.ORG" .
|
|
10995
|
-
# "Ada@Example.ORG" log:skolem
|
|
10996
|
+
# "Ada@Example.ORG" log:skolem genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c .
|
|
10996
10997
|
# via the schematic forward rule:
|
|
10997
10998
|
# {
|
|
10998
10999
|
# ?Order a ex:Order .
|
|
@@ -11006,22 +11007,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
11006
11007
|
# ?Order ex:customer ?Cust .
|
|
11007
11008
|
# } .
|
|
11008
11009
|
# with substitution (on rule variables):
|
|
11009
|
-
# ?Cust =
|
|
11010
|
+
# ?Cust = genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c
|
|
11010
11011
|
# ?Email = "Ada@Example.ORG"
|
|
11011
11012
|
# ?Order = <urn:example:order:A100>
|
|
11012
11013
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
11013
11014
|
# ----------------------------------------------------------------------
|
|
11014
11015
|
|
|
11015
|
-
<urn:example:order:A100> ex:customer
|
|
11016
|
+
<urn:example:order:A100> ex:customer genid:bf57c048-5f73-c104-a49c-c2b8b003cd8c .
|
|
11016
11017
|
|
|
11017
11018
|
# ----------------------------------------------------------------------
|
|
11018
11019
|
# Proof for derived triple:
|
|
11019
|
-
#
|
|
11020
|
+
# genid:e8540f44-5792-3fe8-84f5-c27731a9e748 a ex:Customer .
|
|
11020
11021
|
# It holds because the following instance of the rule body is provable:
|
|
11021
11022
|
# <urn:example:order:A200> a ex:Order .
|
|
11022
11023
|
# <urn:example:order:A200> ex:vatIdRaw "null" .
|
|
11023
11024
|
# <urn:example:order:A200> ex:email "bob@example.org" .
|
|
11024
|
-
# "bob@example.org" log:skolem
|
|
11025
|
+
# "bob@example.org" log:skolem genid:e8540f44-5792-3fe8-84f5-c27731a9e748 .
|
|
11025
11026
|
# via the schematic forward rule:
|
|
11026
11027
|
# {
|
|
11027
11028
|
# ?Order a ex:Order .
|
|
@@ -11035,22 +11036,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
11035
11036
|
# ?Order ex:customer ?Cust .
|
|
11036
11037
|
# } .
|
|
11037
11038
|
# with substitution (on rule variables):
|
|
11038
|
-
# ?Cust =
|
|
11039
|
+
# ?Cust = genid:e8540f44-5792-3fe8-84f5-c27731a9e748
|
|
11039
11040
|
# ?Email = "bob@example.org"
|
|
11040
11041
|
# ?Order = <urn:example:order:A200>
|
|
11041
11042
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
11042
11043
|
# ----------------------------------------------------------------------
|
|
11043
11044
|
|
|
11044
|
-
|
|
11045
|
+
genid:e8540f44-5792-3fe8-84f5-c27731a9e748 a ex:Customer .
|
|
11045
11046
|
|
|
11046
11047
|
# ----------------------------------------------------------------------
|
|
11047
11048
|
# Proof for derived triple:
|
|
11048
|
-
#
|
|
11049
|
+
# genid:e8540f44-5792-3fe8-84f5-c27731a9e748 ex:vatIdRaw "null" .
|
|
11049
11050
|
# It holds because the following instance of the rule body is provable:
|
|
11050
11051
|
# <urn:example:order:A200> a ex:Order .
|
|
11051
11052
|
# <urn:example:order:A200> ex:vatIdRaw "null" .
|
|
11052
11053
|
# <urn:example:order:A200> ex:email "bob@example.org" .
|
|
11053
|
-
# "bob@example.org" log:skolem
|
|
11054
|
+
# "bob@example.org" log:skolem genid:e8540f44-5792-3fe8-84f5-c27731a9e748 .
|
|
11054
11055
|
# via the schematic forward rule:
|
|
11055
11056
|
# {
|
|
11056
11057
|
# ?Order a ex:Order .
|
|
@@ -11064,22 +11065,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
11064
11065
|
# ?Order ex:customer ?Cust .
|
|
11065
11066
|
# } .
|
|
11066
11067
|
# with substitution (on rule variables):
|
|
11067
|
-
# ?Cust =
|
|
11068
|
+
# ?Cust = genid:e8540f44-5792-3fe8-84f5-c27731a9e748
|
|
11068
11069
|
# ?Email = "bob@example.org"
|
|
11069
11070
|
# ?Order = <urn:example:order:A200>
|
|
11070
11071
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
11071
11072
|
# ----------------------------------------------------------------------
|
|
11072
11073
|
|
|
11073
|
-
|
|
11074
|
+
genid:e8540f44-5792-3fe8-84f5-c27731a9e748 ex:vatIdRaw "null" .
|
|
11074
11075
|
|
|
11075
11076
|
# ----------------------------------------------------------------------
|
|
11076
11077
|
# Proof for derived triple:
|
|
11077
|
-
#
|
|
11078
|
+
# genid:e8540f44-5792-3fe8-84f5-c27731a9e748 ex:email "bob@example.org" .
|
|
11078
11079
|
# It holds because the following instance of the rule body is provable:
|
|
11079
11080
|
# <urn:example:order:A200> a ex:Order .
|
|
11080
11081
|
# <urn:example:order:A200> ex:vatIdRaw "null" .
|
|
11081
11082
|
# <urn:example:order:A200> ex:email "bob@example.org" .
|
|
11082
|
-
# "bob@example.org" log:skolem
|
|
11083
|
+
# "bob@example.org" log:skolem genid:e8540f44-5792-3fe8-84f5-c27731a9e748 .
|
|
11083
11084
|
# via the schematic forward rule:
|
|
11084
11085
|
# {
|
|
11085
11086
|
# ?Order a ex:Order .
|
|
@@ -11093,22 +11094,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
11093
11094
|
# ?Order ex:customer ?Cust .
|
|
11094
11095
|
# } .
|
|
11095
11096
|
# with substitution (on rule variables):
|
|
11096
|
-
# ?Cust =
|
|
11097
|
+
# ?Cust = genid:e8540f44-5792-3fe8-84f5-c27731a9e748
|
|
11097
11098
|
# ?Email = "bob@example.org"
|
|
11098
11099
|
# ?Order = <urn:example:order:A200>
|
|
11099
11100
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
11100
11101
|
# ----------------------------------------------------------------------
|
|
11101
11102
|
|
|
11102
|
-
|
|
11103
|
+
genid:e8540f44-5792-3fe8-84f5-c27731a9e748 ex:email "bob@example.org" .
|
|
11103
11104
|
|
|
11104
11105
|
# ----------------------------------------------------------------------
|
|
11105
11106
|
# Proof for derived triple:
|
|
11106
|
-
# <urn:example:order:A200> ex:customer
|
|
11107
|
+
# <urn:example:order:A200> ex:customer genid:e8540f44-5792-3fe8-84f5-c27731a9e748 .
|
|
11107
11108
|
# It holds because the following instance of the rule body is provable:
|
|
11108
11109
|
# <urn:example:order:A200> a ex:Order .
|
|
11109
11110
|
# <urn:example:order:A200> ex:vatIdRaw "null" .
|
|
11110
11111
|
# <urn:example:order:A200> ex:email "bob@example.org" .
|
|
11111
|
-
# "bob@example.org" log:skolem
|
|
11112
|
+
# "bob@example.org" log:skolem genid:e8540f44-5792-3fe8-84f5-c27731a9e748 .
|
|
11112
11113
|
# via the schematic forward rule:
|
|
11113
11114
|
# {
|
|
11114
11115
|
# ?Order a ex:Order .
|
|
@@ -11122,22 +11123,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
11122
11123
|
# ?Order ex:customer ?Cust .
|
|
11123
11124
|
# } .
|
|
11124
11125
|
# with substitution (on rule variables):
|
|
11125
|
-
# ?Cust =
|
|
11126
|
+
# ?Cust = genid:e8540f44-5792-3fe8-84f5-c27731a9e748
|
|
11126
11127
|
# ?Email = "bob@example.org"
|
|
11127
11128
|
# ?Order = <urn:example:order:A200>
|
|
11128
11129
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
11129
11130
|
# ----------------------------------------------------------------------
|
|
11130
11131
|
|
|
11131
|
-
<urn:example:order:A200> ex:customer
|
|
11132
|
+
<urn:example:order:A200> ex:customer genid:e8540f44-5792-3fe8-84f5-c27731a9e748 .
|
|
11132
11133
|
|
|
11133
11134
|
# ----------------------------------------------------------------------
|
|
11134
11135
|
# Proof for derived triple:
|
|
11135
|
-
#
|
|
11136
|
+
# genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 a ex:Customer .
|
|
11136
11137
|
# It holds because the following instance of the rule body is provable:
|
|
11137
11138
|
# <urn:example:order:A400> a ex:Order .
|
|
11138
11139
|
# <urn:example:order:A400> ex:vatIdRaw "null" .
|
|
11139
11140
|
# <urn:example:order:A400> ex:email "ada@other.example" .
|
|
11140
|
-
# "ada@other.example" log:skolem
|
|
11141
|
+
# "ada@other.example" log:skolem genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 .
|
|
11141
11142
|
# via the schematic forward rule:
|
|
11142
11143
|
# {
|
|
11143
11144
|
# ?Order a ex:Order .
|
|
@@ -11151,22 +11152,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
11151
11152
|
# ?Order ex:customer ?Cust .
|
|
11152
11153
|
# } .
|
|
11153
11154
|
# with substitution (on rule variables):
|
|
11154
|
-
# ?Cust =
|
|
11155
|
+
# ?Cust = genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8
|
|
11155
11156
|
# ?Email = "ada@other.example"
|
|
11156
11157
|
# ?Order = <urn:example:order:A400>
|
|
11157
11158
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
11158
11159
|
# ----------------------------------------------------------------------
|
|
11159
11160
|
|
|
11160
|
-
|
|
11161
|
+
genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 a ex:Customer .
|
|
11161
11162
|
|
|
11162
11163
|
# ----------------------------------------------------------------------
|
|
11163
11164
|
# Proof for derived triple:
|
|
11164
|
-
#
|
|
11165
|
+
# genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 ex:vatIdRaw "null" .
|
|
11165
11166
|
# It holds because the following instance of the rule body is provable:
|
|
11166
11167
|
# <urn:example:order:A400> a ex:Order .
|
|
11167
11168
|
# <urn:example:order:A400> ex:vatIdRaw "null" .
|
|
11168
11169
|
# <urn:example:order:A400> ex:email "ada@other.example" .
|
|
11169
|
-
# "ada@other.example" log:skolem
|
|
11170
|
+
# "ada@other.example" log:skolem genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 .
|
|
11170
11171
|
# via the schematic forward rule:
|
|
11171
11172
|
# {
|
|
11172
11173
|
# ?Order a ex:Order .
|
|
@@ -11180,22 +11181,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
11180
11181
|
# ?Order ex:customer ?Cust .
|
|
11181
11182
|
# } .
|
|
11182
11183
|
# with substitution (on rule variables):
|
|
11183
|
-
# ?Cust =
|
|
11184
|
+
# ?Cust = genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8
|
|
11184
11185
|
# ?Email = "ada@other.example"
|
|
11185
11186
|
# ?Order = <urn:example:order:A400>
|
|
11186
11187
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
11187
11188
|
# ----------------------------------------------------------------------
|
|
11188
11189
|
|
|
11189
|
-
|
|
11190
|
+
genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 ex:vatIdRaw "null" .
|
|
11190
11191
|
|
|
11191
11192
|
# ----------------------------------------------------------------------
|
|
11192
11193
|
# Proof for derived triple:
|
|
11193
|
-
#
|
|
11194
|
+
# genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 ex:email "ada@other.example" .
|
|
11194
11195
|
# It holds because the following instance of the rule body is provable:
|
|
11195
11196
|
# <urn:example:order:A400> a ex:Order .
|
|
11196
11197
|
# <urn:example:order:A400> ex:vatIdRaw "null" .
|
|
11197
11198
|
# <urn:example:order:A400> ex:email "ada@other.example" .
|
|
11198
|
-
# "ada@other.example" log:skolem
|
|
11199
|
+
# "ada@other.example" log:skolem genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 .
|
|
11199
11200
|
# via the schematic forward rule:
|
|
11200
11201
|
# {
|
|
11201
11202
|
# ?Order a ex:Order .
|
|
@@ -11209,22 +11210,22 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
11209
11210
|
# ?Order ex:customer ?Cust .
|
|
11210
11211
|
# } .
|
|
11211
11212
|
# with substitution (on rule variables):
|
|
11212
|
-
# ?Cust =
|
|
11213
|
+
# ?Cust = genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8
|
|
11213
11214
|
# ?Email = "ada@other.example"
|
|
11214
11215
|
# ?Order = <urn:example:order:A400>
|
|
11215
11216
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
11216
11217
|
# ----------------------------------------------------------------------
|
|
11217
11218
|
|
|
11218
|
-
|
|
11219
|
+
genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 ex:email "ada@other.example" .
|
|
11219
11220
|
|
|
11220
11221
|
# ----------------------------------------------------------------------
|
|
11221
11222
|
# Proof for derived triple:
|
|
11222
|
-
# <urn:example:order:A400> ex:customer
|
|
11223
|
+
# <urn:example:order:A400> ex:customer genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 .
|
|
11223
11224
|
# It holds because the following instance of the rule body is provable:
|
|
11224
11225
|
# <urn:example:order:A400> a ex:Order .
|
|
11225
11226
|
# <urn:example:order:A400> ex:vatIdRaw "null" .
|
|
11226
11227
|
# <urn:example:order:A400> ex:email "ada@other.example" .
|
|
11227
|
-
# "ada@other.example" log:skolem
|
|
11228
|
+
# "ada@other.example" log:skolem genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 .
|
|
11228
11229
|
# via the schematic forward rule:
|
|
11229
11230
|
# {
|
|
11230
11231
|
# ?Order a ex:Order .
|
|
@@ -11238,13 +11239,13 @@ ex:checks ex:tildeEscapeWorks true .
|
|
|
11238
11239
|
# ?Order ex:customer ?Cust .
|
|
11239
11240
|
# } .
|
|
11240
11241
|
# with substitution (on rule variables):
|
|
11241
|
-
# ?Cust =
|
|
11242
|
+
# ?Cust = genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8
|
|
11242
11243
|
# ?Email = "ada@other.example"
|
|
11243
11244
|
# ?Order = <urn:example:order:A400>
|
|
11244
11245
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
11245
11246
|
# ----------------------------------------------------------------------
|
|
11246
11247
|
|
|
11247
|
-
<urn:example:order:A400> ex:customer
|
|
11248
|
+
<urn:example:order:A400> ex:customer genid:8e2eaee7-90fd-39b8-cf83-6d8c8e5816c8 .
|
|
11248
11249
|
|
|
11249
11250
|
# ----------------------------------------------------------------------
|
|
11250
11251
|
# Proof for derived triple:
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
@prefix : <https://eyereasoner.github.io/eye/reasoning#> .
|
|
2
|
+
@prefix gps: <https://eyereasoner.github.io/eye/reasoning/gps/gps-schema#> .
|
|
3
|
+
@prefix step: <https://example.org/steps#> .
|
|
4
|
+
|
|
5
|
+
# ----------------------------------------------------------------------
|
|
6
|
+
# Proof for derived triple:
|
|
7
|
+
# :bob gps:path ((step:providePersonalInfoOnline step:provideMovingDataDesk step:provideNewAddress step:declareAddressChangePostal step:confirmAddressChangePolice) 20400 4 0.9079107344999999 0.6636569280000001) .
|
|
8
|
+
# It holds because the following instance of the rule body is provable:
|
|
9
|
+
# :scope gps:findpath ({
|
|
10
|
+
# ?x a o-persoon:Inwoner .
|
|
11
|
+
# ?x ex:personalInfoProvided true .
|
|
12
|
+
# ?x ex:movingDataProvided true .
|
|
13
|
+
# ?x ex:newAddressProvided true .
|
|
14
|
+
# ?x ex:addressChangeDeclared true .
|
|
15
|
+
# ?x ex:confirmationOfAddressChange true .
|
|
16
|
+
# } (step:providePersonalInfoOnline step:provideMovingDataDesk step:provideNewAddress step:declareAddressChangePostal step:confirmAddressChangePolice) 20400 4 0.9079107344999999 0.6636569280000001 (40320.0 20.0 0.80 0.65)) .
|
|
17
|
+
# via the schematic forward rule:
|
|
18
|
+
# {
|
|
19
|
+
# :scope gps:findpath ({
|
|
20
|
+
# ?x a o-persoon:Inwoner .
|
|
21
|
+
# ?x ex:personalInfoProvided true .
|
|
22
|
+
# ?x ex:movingDataProvided true .
|
|
23
|
+
# ?x ex:newAddressProvided true .
|
|
24
|
+
# ?x ex:addressChangeDeclared true .
|
|
25
|
+
# ?x ex:confirmationOfAddressChange true .
|
|
26
|
+
# } ?PATH ?DUR ?COST ?SUC ?SAT (40320.0 20.0 0.80 0.65)) .
|
|
27
|
+
# } => {
|
|
28
|
+
# :bob gps:path (?PATH ?DUR ?COST ?SUC ?SAT) .
|
|
29
|
+
# } .
|
|
30
|
+
# with substitution (on rule variables):
|
|
31
|
+
# ?COST = 4
|
|
32
|
+
# ?DUR = 20400
|
|
33
|
+
# ?PATH = (step:providePersonalInfoOnline step:provideMovingDataDesk step:provideNewAddress step:declareAddressChangePostal step:confirmAddressChangePolice)
|
|
34
|
+
# ?SAT = 0.6636569280000001
|
|
35
|
+
# ?SUC = 0.9079107344999999
|
|
36
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
37
|
+
# ----------------------------------------------------------------------
|
|
38
|
+
|
|
39
|
+
:bob gps:path ((step:providePersonalInfoOnline step:provideMovingDataDesk step:provideNewAddress step:declareAddressChangePostal step:confirmAddressChangePolice) 20400 4 0.9079107344999999 0.6636569280000001) .
|
|
40
|
+
|
|
41
|
+
# ----------------------------------------------------------------------
|
|
42
|
+
# Proof for derived triple:
|
|
43
|
+
# :bob gps:path ((step:providePersonalInfoOnline step:provideMovingDataDesk step:provideNewAddress step:declareAddressChangeOnline step:confirmAddressChangePolice) 20370 2 0.9365815997999998 0.67874004) .
|
|
44
|
+
# It holds because the following instance of the rule body is provable:
|
|
45
|
+
# :scope gps:findpath ({
|
|
46
|
+
# ?x a o-persoon:Inwoner .
|
|
47
|
+
# ?x ex:personalInfoProvided true .
|
|
48
|
+
# ?x ex:movingDataProvided true .
|
|
49
|
+
# ?x ex:newAddressProvided true .
|
|
50
|
+
# ?x ex:addressChangeDeclared true .
|
|
51
|
+
# ?x ex:confirmationOfAddressChange true .
|
|
52
|
+
# } (step:providePersonalInfoOnline step:provideMovingDataDesk step:provideNewAddress step:declareAddressChangeOnline step:confirmAddressChangePolice) 20370 2 0.9365815997999998 0.67874004 (40320.0 20.0 0.80 0.65)) .
|
|
53
|
+
# via the schematic forward rule:
|
|
54
|
+
# {
|
|
55
|
+
# :scope gps:findpath ({
|
|
56
|
+
# ?x a o-persoon:Inwoner .
|
|
57
|
+
# ?x ex:personalInfoProvided true .
|
|
58
|
+
# ?x ex:movingDataProvided true .
|
|
59
|
+
# ?x ex:newAddressProvided true .
|
|
60
|
+
# ?x ex:addressChangeDeclared true .
|
|
61
|
+
# ?x ex:confirmationOfAddressChange true .
|
|
62
|
+
# } ?PATH ?DUR ?COST ?SUC ?SAT (40320.0 20.0 0.80 0.65)) .
|
|
63
|
+
# } => {
|
|
64
|
+
# :bob gps:path (?PATH ?DUR ?COST ?SUC ?SAT) .
|
|
65
|
+
# } .
|
|
66
|
+
# with substitution (on rule variables):
|
|
67
|
+
# ?COST = 2
|
|
68
|
+
# ?DUR = 20370
|
|
69
|
+
# ?PATH = (step:providePersonalInfoOnline step:provideMovingDataDesk step:provideNewAddress step:declareAddressChangeOnline step:confirmAddressChangePolice)
|
|
70
|
+
# ?SAT = 0.67874004
|
|
71
|
+
# ?SUC = 0.9365815997999998
|
|
72
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
73
|
+
# ----------------------------------------------------------------------
|
|
74
|
+
|
|
75
|
+
:bob gps:path ((step:providePersonalInfoOnline step:provideMovingDataDesk step:provideNewAddress step:declareAddressChangeOnline step:confirmAddressChangePolice) 20370 2 0.9365815997999998 0.67874004) .
|
|
76
|
+
|
|
77
|
+
# ----------------------------------------------------------------------
|
|
78
|
+
# Proof for derived triple:
|
|
79
|
+
# :bob gps:path ((step:providePersonalInfoOnline step:provideMovingDataOnline step:provideNewAddress step:declareAddressChangePostal step:confirmAddressChangePolice) 20355 4 0.9033483689999999 0.6938231520000001) .
|
|
80
|
+
# It holds because the following instance of the rule body is provable:
|
|
81
|
+
# :scope gps:findpath ({
|
|
82
|
+
# ?x a o-persoon:Inwoner .
|
|
83
|
+
# ?x ex:personalInfoProvided true .
|
|
84
|
+
# ?x ex:movingDataProvided true .
|
|
85
|
+
# ?x ex:newAddressProvided true .
|
|
86
|
+
# ?x ex:addressChangeDeclared true .
|
|
87
|
+
# ?x ex:confirmationOfAddressChange true .
|
|
88
|
+
# } (step:providePersonalInfoOnline step:provideMovingDataOnline step:provideNewAddress step:declareAddressChangePostal step:confirmAddressChangePolice) 20355 4 0.9033483689999999 0.6938231520000001 (40320.0 20.0 0.80 0.65)) .
|
|
89
|
+
# via the schematic forward rule:
|
|
90
|
+
# {
|
|
91
|
+
# :scope gps:findpath ({
|
|
92
|
+
# ?x a o-persoon:Inwoner .
|
|
93
|
+
# ?x ex:personalInfoProvided true .
|
|
94
|
+
# ?x ex:movingDataProvided true .
|
|
95
|
+
# ?x ex:newAddressProvided true .
|
|
96
|
+
# ?x ex:addressChangeDeclared true .
|
|
97
|
+
# ?x ex:confirmationOfAddressChange true .
|
|
98
|
+
# } ?PATH ?DUR ?COST ?SUC ?SAT (40320.0 20.0 0.80 0.65)) .
|
|
99
|
+
# } => {
|
|
100
|
+
# :bob gps:path (?PATH ?DUR ?COST ?SUC ?SAT) .
|
|
101
|
+
# } .
|
|
102
|
+
# with substitution (on rule variables):
|
|
103
|
+
# ?COST = 4
|
|
104
|
+
# ?DUR = 20355
|
|
105
|
+
# ?PATH = (step:providePersonalInfoOnline step:provideMovingDataOnline step:provideNewAddress step:declareAddressChangePostal step:confirmAddressChangePolice)
|
|
106
|
+
# ?SAT = 0.6938231520000001
|
|
107
|
+
# ?SUC = 0.9033483689999999
|
|
108
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
109
|
+
# ----------------------------------------------------------------------
|
|
110
|
+
|
|
111
|
+
:bob gps:path ((step:providePersonalInfoOnline step:provideMovingDataOnline step:provideNewAddress step:declareAddressChangePostal step:confirmAddressChangePolice) 20355 4 0.9033483689999999 0.6938231520000001) .
|
|
112
|
+
|
|
113
|
+
# ----------------------------------------------------------------------
|
|
114
|
+
# Proof for derived triple:
|
|
115
|
+
# :bob gps:path ((step:providePersonalInfoOnline step:provideMovingDataOnline step:provideNewAddress step:declareAddressChangeOnline step:confirmAddressChangePolice) 20325 2 0.9318751595999999 0.70959186) .
|
|
116
|
+
# It holds because the following instance of the rule body is provable:
|
|
117
|
+
# :scope gps:findpath ({
|
|
118
|
+
# ?x a o-persoon:Inwoner .
|
|
119
|
+
# ?x ex:personalInfoProvided true .
|
|
120
|
+
# ?x ex:movingDataProvided true .
|
|
121
|
+
# ?x ex:newAddressProvided true .
|
|
122
|
+
# ?x ex:addressChangeDeclared true .
|
|
123
|
+
# ?x ex:confirmationOfAddressChange true .
|
|
124
|
+
# } (step:providePersonalInfoOnline step:provideMovingDataOnline step:provideNewAddress step:declareAddressChangeOnline step:confirmAddressChangePolice) 20325 2 0.9318751595999999 0.70959186 (40320.0 20.0 0.80 0.65)) .
|
|
125
|
+
# via the schematic forward rule:
|
|
126
|
+
# {
|
|
127
|
+
# :scope gps:findpath ({
|
|
128
|
+
# ?x a o-persoon:Inwoner .
|
|
129
|
+
# ?x ex:personalInfoProvided true .
|
|
130
|
+
# ?x ex:movingDataProvided true .
|
|
131
|
+
# ?x ex:newAddressProvided true .
|
|
132
|
+
# ?x ex:addressChangeDeclared true .
|
|
133
|
+
# ?x ex:confirmationOfAddressChange true .
|
|
134
|
+
# } ?PATH ?DUR ?COST ?SUC ?SAT (40320.0 20.0 0.80 0.65)) .
|
|
135
|
+
# } => {
|
|
136
|
+
# :bob gps:path (?PATH ?DUR ?COST ?SUC ?SAT) .
|
|
137
|
+
# } .
|
|
138
|
+
# with substitution (on rule variables):
|
|
139
|
+
# ?COST = 2
|
|
140
|
+
# ?DUR = 20325
|
|
141
|
+
# ?PATH = (step:providePersonalInfoOnline step:provideMovingDataOnline step:provideNewAddress step:declareAddressChangeOnline step:confirmAddressChangePolice)
|
|
142
|
+
# ?SAT = 0.70959186
|
|
143
|
+
# ?SUC = 0.9318751595999999
|
|
144
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
145
|
+
# ----------------------------------------------------------------------
|
|
146
|
+
|
|
147
|
+
:bob gps:path ((step:providePersonalInfoOnline step:provideMovingDataOnline step:provideNewAddress step:declareAddressChangeOnline step:confirmAddressChangePolice) 20325 2 0.9318751595999999 0.70959186) .
|
|
148
|
+
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
@prefix : <http://example.org/> .
|
|
2
|
+
@prefix genid: <https://eyereasoner.github.io/.well-known/genid/> .
|
|
2
3
|
|
|
3
4
|
# ----------------------------------------------------------------------
|
|
4
5
|
# Proof for derived triple:
|
|
5
|
-
# :Result :skolem
|
|
6
|
+
# :Result :skolem genid:0c562a90-a44f-264a-86e5-9664948aa178 .
|
|
6
7
|
# It holds because the following instance of the rule body is provable:
|
|
7
|
-
# (:abc 77 "xyz") log:skolem
|
|
8
|
+
# (:abc 77 "xyz") log:skolem genid:0c562a90-a44f-264a-86e5-9664948aa178 .
|
|
8
9
|
# via the schematic forward rule:
|
|
9
10
|
# {
|
|
10
11
|
# (:abc 77 "xyz") log:skolem ?Y .
|
|
@@ -12,9 +13,9 @@
|
|
|
12
13
|
# :Result :skolem ?Y .
|
|
13
14
|
# } .
|
|
14
15
|
# with substitution (on rule variables):
|
|
15
|
-
# ?Y =
|
|
16
|
+
# ?Y = genid:0c562a90-a44f-264a-86e5-9664948aa178
|
|
16
17
|
# Therefore the derived triple above is entailed by the rules and facts.
|
|
17
18
|
# ----------------------------------------------------------------------
|
|
18
19
|
|
|
19
|
-
:Result :skolem
|
|
20
|
+
:Result :skolem genid:0c562a90-a44f-264a-86e5-9664948aa178 .
|
|
20
21
|
|