Hi all,

I know I create an Output-Strategy with a measrumentUnit like this:


OutputStrategies.append(PrimitivePropertyBuilder
                      .create(Datatypes.Float,"speed")
                      .domainProperty(SO.Number)
                      .measurementUnit(URI.create("
http://qudt.org/vocab/unit#KilometerPerHour";))
                      .build())
            )


But how can I extract or access this measurmentUunit from the event
property later on again? Is there a general method to do so?

What is the best reliable way to extract the the "value" after the #-
symbol?

Greeting
Florian

Reply via email to