Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ericprud/95bdee44bdf824c1d2c9d9d1fa2257c6 to your computer and use it in GitHub Desktop.

Select an option

Save ericprud/95bdee44bdf824c1d2c9d9d1fa2257c6 to your computer and use it in GitHub Desktop.
repeated properties
- 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]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment