-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When doing shema
REFIX : <http://hl7.org/fhir/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
start = @<ObservationShape>
<http://a.example/ObservationShape> {
:prop1 xsd:string;
:prop1 ["test"]
}
with data
PREFIX : <http://hl7.org/fhir/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<http://a.example/Obs1>
:prop1 "test","vala2","vala3";
:prop2 "valb1","valb2" .
it gives error
rendering results...
error parsing input data:
errsToSimple@https://rawgit.com/shexSpec/shex.js/master/browser/shex-browserify.js:4154:13
errsToSimple/<@https://rawgit.com/shexSpec/shex.js/master/browser/shex-browserify.js:4113:22
errsToSimple@https://rawgit.com/shexSpec/shex.js/master/browser/shex-browserify.js:4112:75
renderEntry@https://rawgit.com/shexSpec/shex.js/master/doc/shex-simple.js:508:36
validate@https://rawgit.com/shexSpec/shex.js/master/doc/shex-simple.js:447:7
prepareInterface@https://rawgit.com/shexSpec/shex.js/master/doc/shex-simple.js:903:5
@https://rawgit.com/shexSpec/shex.js/master/doc/shex-simple.js:1161:1
It gives some results if you select 'appinfo' option
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels