oldm / OldMan

Python OLDM (Object Linked Data Mapper)
Other
15 stars 3 forks source link

Isolate the data attributes #42

Open bcogrel opened 8 years ago

bcogrel commented 8 years ago

To avoid possible conflicts between "reserved" attribute/method names of a Resource, isolate the data attributes beyond the attribute a

Example: bob.a.name, bob.a.email, etc.

Special case (still open): how to deal with types? Should bob.types be mapped to, e.g., bob.a.classes ?