|
Some units we need are not in QUDT, what is the best way to integrate them? For example year, month, day:
Is this correct? Also, how to add synonyms, e.g. add 'sec' to #SecondTime? This is how we did it, but it seems tedious:
And last question: what is the best way to add a unit like 'l/min' (liter per minute). QUDT has #CubicMeterPerSecond (of type #VolumePerTimeUnit), so I could add one more entry like Week above, but then I need other entries for: l/h, ml/s, dl/week, etc. Is there any generic way to say every combination of #VolumeUnit per #TimeUnit is a #VolumePerTimeUnit |
|
Hello, I am the primary author of QUDT. Currently we are doing a major revision with extensive documentation. This revision is 1.2 and there are many refactored graphs to support partitioning, extensibility and transformations, not least documentation support. Some key features of 1.2 are:
Release 1.2 is a considerable effort to provide an extensive treatment of units and quantities. We are hoping to have a beta release by the end of the year. Currently the priority is the generation of a QUDT-based PDF Handbook using Semantic Markdown and LaTeX generators that convert the OWL content based on SPIN Web Pages (SWP) Technologies. I will post more news and links before the end of the year. Anyone interested in beta testing 1.2 can contact me. Regards, Ralph Hodgson (@ralphtq) |
|
This is quite a specialist question (might be best posed directly to the authors of the ontology) but having had a quick skim through their examples:
It looks like it follows the example for, e.g., MilliSeconds here, so yes.
You could consider using
I would suggest that if they have not already defined the class 1
Thanks @Signified. I will explicitly add units. It's actually not that bad: by adding a few dozen units, I manage to cover 99% of measures found in my corpus: https://github.com/renaud/jqudt |
|
Hello xsber, Millimeter, along with all other scaled units, is in QUDT 1.2. Here are 2 screenshots from the QUDT Handbook (almost 4000 pages now - generated from the ontologies): index page - http://qudt.org/1.2/screenshots/hb-index-millimeter.png and from the entry page - http://qudt.org/1.2/screenshots/hb-page-millimeter.png Currently we are generating all dimensions and identifiers for quantities and units. And doing QA on the ISO-80000 RDF/OWL representations. Disambiguating some quantities across domains. Thanks for your feedback. |

