Closed AndreaWesterinen closed 2 years ago
As regards the questions above:
I have a x86-64 Mac, macOS Monterey 12.4 (21F79), with some tools installed via brew.
I felt it inappropriate to add the new metrics using your namespace, but am happy to do that.
Please see https://www.w3.org/TR/owl2-syntax/#Real_Numbers.2C_Decimal_Numbers.2C_and_Integers. Double is not a supported datatype.
I am not sure what your concern is, so I cannot respond.
I only removed the one, extraneous allOf from the CLIWorker "then" clause.
Please see other comments above, and the link to the documentation of the changes.
Happy to close this request and make the smaller, more consequential ones.
Corrected OWL ontology where multiple domains were referenced in a property definition - these should reference a UNION of the classes, else the meaning is that an instance must be BOTH classes (for ex, both a Worker and a Task, which are disjoint); Corrected references to a 'double' datatype which is not valid for OWL (should be xsd:decimal); Removed extraneous 'allOf' declaration in iguana-schema.json; Corrected indentation in the .owl and .json files for improved readability