EDIorg / Units-WG

Units working group was formed in 2022, to come up with a replacement for the old unit-registry (database)
Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

how to validate our ttl file #6

Open mobb opened 12 months ago

mobb commented 12 months ago

what method does QUDT use for validation? against the schema? - possibly in protege, if so, which reasoner.

context: some existing QUDT units do not meet have all the required fields (listed in the guidelines). possibly "required" is not spec'd in the schema.

steveraysteveray commented 12 months ago

We rely on the SHACL reasoner for validation against the SHACL schema. On the OWL side, we have been working recently to eliminate all the errors found in Protege using either the Hermit or Pellet reasoners. We are almost finished!

You are probably correct that we may have not enforced all the "required" fields in the schemas.

mobb commented 11 months ago

Here is an online ttl validator: http://ttl.summerofcode.be/ (syntax only)