the manifest can be used in:
- ShEx.JS shex-simple interface
the manifest can be used in:
| - schemaLabel: schema | |
| schemaURL: schema.shex | |
| dataLabel: data | |
| data: | | |
| PREFIX : <http://hl7.org/fhir/> | |
| PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |
| <#n1> | |
| :p 1.1 ; | |
| :p <#n3> ; | |
| :r [ | |
| :s [ | |
| :t "t" | |
| ] | |
| ] ; | |
| :p <#n2> ; | |
| :p 4 ; | |
| . | |
| <#n3> :q 5 . | |
| queryMap: | | |
| <#n1>@<#S1> | |
| status: conformant |
| PREFIX : <http://hl7.org/fhir/> | |
| PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |
| <#S1> CLOSED { | |
| :p xsd:integer ; | |
| :p IRI ; | |
| :p xsd:decimal ; | |
| :p @<#S2> ; | |
| :r { | |
| :s { | |
| :t ["t"] | |
| } | |
| } | |
| } | |
| <#S2> { | |
| :q [5] | |
| } |