Re: [SMW-devel] inheritance

2012-12-17 Thread Michael Rau
Hello Yaron, thanks for the answer. The big question mark I have here is: will the object-B properties overwrite or append their values? My guess is append. Without having tried it, though. Prove me wrong and I will walk down this route. Michael. 2012/12/17 Yaron Koren > Hi Michael, > > I can

[SMW-devel] inheritance

2012-12-17 Thread Yaron Koren
Hi Michael, I can think of a hack that might accomplish that: transclude the first page in the second page, while keeping the first page's contents hidden. So adding the following to page "object-B" might work: {{:object-A}} -Yaron On Sat, Dec 15, 2012 at 3:54 PM, Michael Rau > wrote: > Hello

[SMW-devel] inheritance

2012-12-15 Thread Michael Rau
Hello SMW people, my objective is to implement inheritance of properties. Example: page "object-A" has two properties * prop1::test1 * prop2::test2 Now, object-B inherits from object-A with the following properties: * is::object-A (specifies inheritance!) * prop1::test3 * pro