universAAL / middleware

The core software that uses semantic matchmaking for brokering messages among participants of an open distributed system.
10 stars 3 forks source link

mw.data.representation should allow for generic class annotations #500

Open amedranogil opened 5 years ago

amedranogil commented 5 years ago

Currently the only property annotations supported by data representation are rdfs:comment and rdfs:label.

Annotations should be generalised to be able to use other properties, these methods may remain for backwards compatibility.

amedranogil commented 5 years ago

Work arround:

 oci_class.getInfo().setProperty(<annotationProperty>, <annotationValue>);