When i execute the trasformation using the model in the example, the
person with Id=1 is
<resources URI="http://eclipselabs.org/social/people/1" subjectOf="//
@triples.5 //@triples.6 //@triples.7 //@triples.8 //@triples.9"
objectOf="//@triples.3 //@triples.15"/>
using "http://eclipselabs.org/social/people/" as base of URI
If I modify the ecore and i set the attribute id as an ID (EMF
properties, by properties view)
the result is
<resources URI="http://eclipselabs.org/network#1" subjectOf="//
@triples.5 //@triples.6 //@triples.7 //@triples.8 //@triples.9"
objectOf="//@triples.3 //@triples.15"/>
using "http://eclipselabs.org/network" as base of URI
It seems the the annotation id on the attribute is ignored and it's
used the package annotation
Is it possible to use id annotation (and base value) on attribute that
is setted as an EMF ID?
Regards
Domenico
Guillaume Hillairet
unread,
Apr 5, 2011, 9:31:15 AM4/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
On Apr 5, 10:23 am, dpndeveloper <dpndevelo...@gmail.com> wrote:
> Hello,
> I found a different behaviour on an attribute with annotation ID when
> i perform trasformation
>
>
> When i execute the trasformation using the model in the example, the
> person with Id=1 is
> <resources URI="http://eclipselabs.org/social/people/1" subjectOf="//