On Wed, Jan 5, 2011 at 12:22 PM, Gregor Hagedorn
<g.m.hagedorn@gmail.com> wrote:
> Couldn't this be addressed using subscripts? E.g.
> MeasurementID_1="tail length"
> MeasurementID_2="brain volume"
> MeasurementUnit_1="cm"
> MeasurementUnit_2="cubic cm"
> MeasurementValue_1="9"
> MeasurementValue_2="8"
I have no problems with pragmatism, but why are the characters not RDF
concepts itself? I believe they should be rdf vocabularies for those
who want to reason on them.
One more problem: the states can be polymorphic, as in
> MeasurementID_1="flower color"
> MeasurementValue_1="red"
> MeasurementValue_1="orange"
Gregor