cyberborean/rdfbeans

@RDFSubject does not correctly work with namespace abbreviations

misi0605 opened this issue · 0 comments

@RDFSubject used with namespace abbreviations does not create correct IRIs.

In the case of

@RDFNamespaces("persons=http://rdfbeans.example.com/persons/");
...
@RDFSubject(prefix="persons:") 
...

the IRI <persons:someid> is created, instead of <http://rdfbeans.example.com/persons/someid>.