[16:56] <sneumann> Another SKOS question
[16:56] <sneumann> The class 'net.sf.metware.beans.MetmetaProjectBean' does not have the property 'metmetaProjectLsidPrefLabel'.
[16:57] <sneumann> <skos:Concept rdf:about="ProjectIdentifier">
[16:57] <sneumann> metware:fieldname="metmeta_project_id"
[16:57] <sneumann> metware:fieldname="metmeta_project_lsid"
[16:57] <sneumann> So problem is two fields inside one concept
[16:58] <egonw> ah, file a bug report please
[16:58] <sneumann> because they are different representations of the same stuff
Logged In: YES
user_id=25678
Originator: NO
Fixed. Problem was in beangenerator.io.BeanWriter (where the BlaBean.java is created), where the get<FIELD>PrefLabel() is inside the !isLSID() method, which is a mistake.