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
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