PlantPhenoOntology / ppo

An ontology for describing the phenology of individual plants and populations of plants, and for integrating plant phenological data across sources and scales.
16 stars 8 forks source link

data type for percent values #52

Closed stuckyb closed 7 years ago

stuckyb commented 7 years ago

We are currently using xsd:float for percent literals. Would something else be better? After reading the specs, I wonder if xsd:decimal would be a better choice. Any thoughts? If nobody disagrees, I will probably change it.

robgur commented 7 years ago

no disagreement.

On Mon, Jul 17, 2017 at 9:22 AM, stuckyb notifications@github.com wrote:

We are currently using xsd:float for percent literals. Would something else be better? After reading the specs, I wonder if xsd:decimal would be a better choice. Any thoughts? If nobody disagrees, I will probably change it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PlantPhenoOntology/ppo/issues/52, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcc7IZh0XWG9sgj-mobfjNkIe_8AeZvks5sO2AEgaJpZM4OZ9tE .

stuckyb commented 7 years ago

Okay -- all "float" data type references now use "xsd:decimal".