glosis-ld / glosis

GLOSIS ontology network
Other
11 stars 7 forks source link

procedures module issue #75

Closed rapw3k closed 7 months ago

rapw3k commented 1 year ago

I have just realized we have a problem in definition of procedures. For example: glosis_proc:AvailableWaterHoldingCapacityProcedure a sosa:Procedure; rdfs:subClassOf skos:Concept ;

should be

glosis_proc:AvailableWaterHoldingCapacityProcedure a owl:Class; rdfs:subClassOf skos:Concept, sosa:Procedure;

@Montanaz0r please fix Do we need to change any of the scripts?

Montanaz0r commented 1 year ago

This should be solved with pending PR:

https://github.com/rapw3k/glosis/pull/76

Please check and merge.

ldesousa commented 7 months ago

Done.