w3c / hcls-fhir-rdf

Sketching out an RDF representation for FHIR
39 stars 15 forks source link

w5 ontology version IRI is stored as a string #131

Closed balhoff closed 2 months ago

balhoff commented 11 months ago

In the http://hl7.org/fhir/R5/w5.ttl ontology, which can be downloaded from https://www.hl7.org/fhir/downloads.html, the version IRI is stored as a string rather than an IRI:

fhir:w5.ttl owl:versionIRI "http://hl7.org/fhir/R5/w5.ttl" .

Should be:

fhir:w5.ttl owl:versionIRI <http://hl7.org/fhir/R5/w5.ttl> .

From #48.

dbooth-boston commented 4 months ago

Jim: Still waiting to be merged.