You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2021. It is now read-only.
which is an example from the Shex primer, and I left the field labelled 'ShEx Layout' blank. Then when I press convert, a red error box pops up with
Error: TypeError: undefined is not a function
Sorry if this is user inexperience. In the field labelled 'ShEx Shape' I entered the url
https://github.com/sideshowtom/wit2/blob/master/shexPrimerExample.shex
which contains
PREFIX school: http://school.example/#
PREFIX xsd: http://www.w3.org/2001/XMLSchema#
PREFIX ex: http://ex.example/#
school:enrolleeAge xsd:integer MinInclusive 13 MaxInclusive 20
school:Enrollee {
ex:hasGuardian IRI {1,2}
}
which is an example from the Shex primer, and I left the field labelled 'ShEx Layout' blank. Then when I press convert, a red error box pops up with
Error: TypeError: undefined is not a function