glosis-ld / glosis

GLOSIS ontology network
Other
14 stars 7 forks source link

Issues in the Procedure module #34

Closed Montanaz0r closed 2 years ago

Montanaz0r commented 2 years ago

@ldesousa I identified a couple of issues with the Procedure module while working on the automation. I was trying to confirm that automation is providing the correct output which is aligned with the current ontology, and here is what I found:

1) not all occurrences of skos:narrower were fixed

https://github.com/rapw3k/glosis/blob/7b4d0ce3423cb4aa272191f8655a5a9cf9396ee2/glosis_procedure.ttl#L1938-L1943 https://github.com/rapw3k/glosis/blob/7b4d0ce3423cb4aa272191f8655a5a9cf9396ee2/glosis_procedure.ttl#L1868-L1874 https://github.com/rapw3k/glosis/blob/7b4d0ce3423cb4aa272191f8655a5a9cf9396ee2/glosis_procedure.ttl#L1790-L1796 https://github.com/rapw3k/glosis/blob/7b4d0ce3423cb4aa272191f8655a5a9cf9396ee2/glosis_procedure.ttl#L2006-L2011

2) all instances for TotalElementsProcedure shouldn't be capitalized

https://github.com/rapw3k/glosis/blob/7b4d0ce3423cb4aa272191f8655a5a9cf9396ee2/glosis_procedure.ttl#L3057-L3075

3) glosis_pr:textureProcedure-SaSiCl_2-20-2000u missing in owl:oneOf triple

4) Duplicated instance name - glosis_pr:nitrogenTotalProcedure-TotalN_dc-ht

Montanaz0r commented 2 years ago

Everything was solved by @ldesousa