mmisw / devont

MMI Marine Device Ontology
0 stars 0 forks source link

enumeration for CalibrationValue's datatype not appropriate #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description of the issue

Enumeration for hasType property (domain: CalibrationValue) is not appropriate. 
 (Thanks B.Morris for pointing this out.)

Instead, make hasType an object property with range in the class rdfs:Datatype 
(http://www.w3.org/TR/rdf-schema/#ch_datatype).

Current version of the ontology:
20100622T081511

(See similar issue #13)

Original issue reported on code.google.com by caru...@gmail.com on 22 Jun 2010 at 4:55

GoogleCodeExporter commented 9 years ago
(fixed summary: this is about CalibrationValue (not ValueType))

Original comment by caru...@gmail.com on 22 Jun 2010 at 5:19

GoogleCodeExporter commented 9 years ago
This has been completed as follows:
CalibrationValue's hasType property has actually been removed altogether. Now, 
CalibrationValue has the property hasTypedValue to actually capture the value, 
which was missing previously. hasTypedValue's range is TypedValue, our generic 
mechanism to capture values.

http://mmisw.org/ont/mmi/20100622T190401/device

See related issue #19

Original comment by caru...@gmail.com on 22 Jun 2010 at 7:34