Hi All,

I am trying to map a Person table, it has first, middle and last names. 
Sometimes the middle name might be null, I created something like the following.


map:Persons_name a d2rq:PropertyBridge;
d2rq:belongsToClassMap map:Persons;
d2rq:property foaf:name;
    d2rq:pattern "@@Person.firstname@@ @@Person.middlename@@ 
@@Person.lastname@@";
.

But this property does not show up when the middle name is missing, is there 
any way I can still include the property even when the middle name is missing?

Regards,
Srikar

------------------------------------------------------------------------------
_______________________________________________
d2rq-map-devel mailing list
d2rq-map-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel

Reply via email to