HL7 / kindling

FHIR Publisher
Other
4 stars 11 forks source link

Value of owl:versionIRI in w5 ontology should be an IRI. #137

Closed balhoff closed 6 months ago

balhoff commented 1 year ago

Currently this is being output as a string. Fixes https://github.com/w3c/hcls-fhir-rdf/issues/131.

markiantorno commented 8 months ago

If you update to the latest so we can merge without conflicts, I will assist in getting this through the pipeline. @balhoff

@dotasek fyi

balhoff commented 8 months ago

Thanks @markiantorno, I updated the branch.

dotasek commented 6 months ago

Can confirm that this produces the following in my local kindling run:

fhir:w5.ttl  rdf:type    owl:Ontology;
        rdfs:comment     "FHIR W5 categorization is a preliminary classification of the fhir property";
        rdfs:label       "W5 Categorization";
        owl:versionIRI   <http://build.fhir.org/w5.ttl>;
        owl:versionInfo  "FHIR W5 categorization (Preliminary)" .