kbss-cvut / jb4jsonld

JSON-LD serialization and deserialization for Java REST services.
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Support embedded contexts #43

Closed ledsoft closed 1 year ago

ledsoft commented 1 year ago

As a user, I sometimes use the same attribute name for mapping different properties in the object model. This is problematic for serialization as it currently leads to an AmbiguousTermMappingException. Instead, JSON-LD allows to use embedded contexts that locally override mapping of terms. JB4JSON-LD should support this. An alternative is implementation of #41 .

ledsoft commented 1 year ago

Implemented in 0.11.0.