IHTSDO / snomed-owl-toolkit

The official SNOMED CT OWL Toolkit. OWL conversion, classification and authoring support.
Other
92 stars 19 forks source link

Protégé don't list OWL classes from 2.8.0 toolkit version #34

Closed erfelipe closed 4 years ago

erfelipe commented 4 years ago

I tried using version 2.8.0 of the RF2 (SnomedCT_InternationalRF2_PRODUCTION_20190731T120000Z) to OWL converter, but Protégé 5.5 does not recognize the classes. So I used the 2.7.1 converter and it worked normally.

kaicode commented 4 years ago

Hi @erfelipe,

Thanks for letting us know you have experienced a problem.

I've just uploaded the artifacts for release 2.9.0, I didn't realise they were not up yet. Just now with 2.9.0 I was able to generate an OWL file from SnomedCT_InternationalRF2_PRODUCTION_20190731T120000Z.zip which Protégé 5.5 will load.

The OWL file created by 2.8.0 or 2.9.0 is bigger than that created by 2.7.0 because now all descriptions are included. Fully Specified Names use the rdfs:label annotation and Preferred Terms use the skos:prefLabel.

If the file loads in Protégé but you can't see the labels, this could be due to your display preferences. To get it working in Protégé under View > Custom rendering... > Select "Render by annotation property (e.g., rdfs:label, skos:prefLabel)".

If however Protégé fails to load the file it may not have enough memory.

I hope that helps! Kind regards, Kai

erfelipe commented 4 years ago

Thank you very much for your attention, @kaicode . I'll try right now.

Best regards !