Dan Brickley
Dan Brickley
Fantastic—- thanks! we have some fixes to merge in from ericP-changes. I suggest we do that first then merge in this PR.
@Gnomus042 does the updated package-lock.json work with this code?
Regarding your question I think it will be best if we can try to make it work with a simple static server as a shared base. In some contexts it...
Does its subset of shex fit with what we need gere?
Hi Rinke! Thanks for this :) We need to be careful around the opensource licensing in this repo, hence all the CLA messages above. Are you (or employer) in a...
Current demo validates differently between shex and shacl (e.g. schema.org Event and Recipe samples)
@Gnomus042 any idea what is happening here?
Current demo validates differently between shex and shacl (e.g. schema.org Event and Recipe samples)
@ericprud and I took a look. There is a similar issue for 1st sample too (recipe). SHACL validation finds the interactionType property's value (http://schema.org/Comment) to fail. This fixes the example:...
Current demo validates differently between shex and shacl (e.g. schema.org Event and Recipe samples)
For the interactionType property, here is what schema.org release 14 says in the property definition: ```text (base) danbri-macbookpro4% grep interactionType schemaorg-all-https.nt . "interactionType" . . . "The Action representing the...
@ericprud has mentioned "shape paths" in this context. out-of-band is important...
Started a rough script that copies things into the right place in an ephemeral "_serving" folder. - it takes everything from demo/static/ - bit of care about symlinks between the...