Currently, during the addition of user extensions, the default local names such as GS1, CBV, etc are considered in @Context, as it is part of the epics-context schema it should not be considered in context.
Also, some of the user extension local names are not considered correctly such as:
http://epcis.example.org/myvoc results in the local name of epcis whereas the actual local name should be myvoc.
Currently, during the addition of user extensions, the default local names such as GS1, CBV, etc are considered in
@Context
, as it is part of the epics-context schema it should not be considered in context.Also, some of the user extension local names are not considered correctly such as:
http://epcis.example.org/myvoc
results in the local name ofepcis
whereas the actual local name should bemyvoc
.