-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing type assertion for [x] property #122
missing type assertion for [x] property #122
Comments
Concluded on 8/10/23 that the spec is correct, except that we should add a type arc to the yellow schema. But the example generator needs to be fixed. https://www.w3.org/2023/08/10-hcls-irc#T15-56-16 |
Not sure if this is well-known already ( related to #117 ), but almost all of the examples are missing this https://hl7.org/fhir/R5/examples-ttl.zip |
I just checked, and this is not fixed by HL7/kindling#148 |
I think this needs to be fixed here in the method ttlLiteral() in org.hl7.fhir.r5.elementmodel.TurtleParser, not the Kindling repo |
Fix here: hapifhir/org.hl7.fhir.core#1853 |
In https://build.fhir.org/list-example-double-cousin-relationship-pedigree.ttl.html there is a triple:
... fhir:deceased [ fhir:v "true"^^xsd:boolean ] ;
Here the boolean correctly has a datatype, but doesn't have
a fhir:boolean
even though this property isdeceased[x]
.The text was updated successfully, but these errors were encountered: