Starting javascript libraries...
result navigation enabled — use ctrl-↑ and ctrl-↓ to browse results.
<Alice> matches <http://example.org/sh#Person>: assuming _:1 fails _:0, _:0 fails _:1
PASS {
:hasBiologicalParent @{ :gender (:Male ) } matched by <Alice> :hasBiologicalParent _:0 .
PASS {
:gender (:Male) matched by _:0 :gender :Male .
}
:hasBiologicalParent @{ :gender (:Female) } matched by <Alice> :hasBiologicalParent _:1 .
PASS {
:gender (:Female) matched by _:1 :gender :Female .
}
}
Remaining triples: <Alice> sh:nodeShape <http://example.org/sh#Person> .
<Bob> sh:nodeShape <http://example.org/sh#Person> .
_:2 :gender :Male .
<Bob> :hasBiologicalParent _:2 .
_:3 :gender :Female .
<Bob> :hasBiologicalParent _:3 .
_:4 :gender :Fale .
<Bob> :hasBiologicalParent _:4 .
<Bob> fails <http://example.org/sh#Person>: assuming _:3 fails _:0, _:4 fails _:0, _:2 fails _:1, _:4 fails _:1
FAIL {
Errors:
☹ expected <Bob> <http://example.org/#hasBiologicalParent> _:4. to match <http://example.org/#hasBiologicalParent> @_:0
FAIL {
Errors:
☹ expected at least 1 matches of <http://example.org/#gender> (<http://example.org/#Male>)
☹ expected _:4 <http://example.org/#gender> <http://example.org/#Fale>. to match <http://example.org/#gender> (<http://example.org/#Male>)
Matches:
}
☹ expected <Bob> <http://example.org/#hasBiologicalParent> _:4. to match <http://example.org/#hasBiologicalParent> @_:1
FAIL {
Errors:
☹ expected at least 1 matches of <http://example.org/#gender> (<http://example.org/#Female>)
☹ expected _:4 <http://example.org/#gender> <http://example.org/#Fale>. to match <http://example.org/#gender> (<http://example.org/#Female>)
Matches:
}
Matches:
:hasBiologicalParent @{ :gender (:Male ) } matched by <Bob> :hasBiologicalParent _:2 .
PASS {
:gender (:Male) matched by _:2 :gender :Male .
}
:hasBiologicalParent @{ :gender (:Female) } matched by <Bob> :hasBiologicalParent _:3 .
PASS {
:gender (:Female) matched by _:3 :gender :Female .
}
}