mmisw / mmiorr

Unmaintained old MMI ORR system (v2) -- New development at https://github.com/mmisw/orr
2 stars 1 forks source link

retain the original camelCase in the URLs #221

Closed mmisw closed 9 years ago

mmisw commented 9 years ago

From caru...@gmail.com on November 13, 2009 15:34:37

[From Janet and Tony's emails On Fri, Nov 13, 2009]

... it makes the name all lower case: http://mmisw.org/ont/mvco/qcflag/aggregatepressureflag even though I said the id was aggregatePressureFlag when entering it in the ORR.

... Would be nice if we would retain the original camelCase in the URLs. They are okay in the actual RDF (label, id, and longname). The discrepancy is a little confusing.

Original issue: http://code.google.com/p/mmisw/issues/detail?id=221

mmisw commented 9 years ago

From caru...@gmail.com on November 13, 2009 15:41:19

To be more precise, keep the case of the "local name" of the term, not the whole URI. For example, a term in the given vocabulary was specified as "aggregatePressureFlag", so the assigned URI should be http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag (not http://mmisw.org/ont/mvco/qcflag/aggregatepressureflag )

mmisw commented 9 years ago

From caru...@gmail.com on November 13, 2009 17:40:41

Fixed. MMI Portal 1.6.2.alpha4 (20091113171001)

Now the case is not changed when creating the URIs for the individuals (terms) and the datatype properties (the column headers).

Status: Fixed