- From: Eric Prud'hommeaux via GitHub <sysbot+gh@w3.org>
- Date: Tue, 16 Jul 2019 21:52:23 +0000
- To: public-shex-dev@w3.org
@hsolbrig had a similar issue where his data had non-redundant type arcs; when validating an instance of :Dog as :Animal, it would be nice to infer that the
``` shex
<S> { a [:Animal] }
```
constraint was met by the data:
``` turtle
<n> a :Dog .
```
Would such inference by specified by RDFS written in another graph?
--
GitHub Notification of comment by ericprud
Please view or discuss this issue at https://github.com/shexSpec/shex/issues/94#issuecomment-512002228 using your GitHub account
Received on Tuesday, 16 July 2019 21:52:25 UTC