Hi Mordenkainen
If you want to use universal
ConsistOf association type, Wandora's schema has no mechanism to make difference between rockets and phrases, and their parts, I am afraid.
I suggest you create different part-of relations for both phrases and rockets. I have created a simple example project that shows how different part-of relations work. You can download the file from
http://wandora.org/download/exampleprojects/parts_of_rockets_and_phrases.wprMain points:
- Part of a phrase topic collects all phrase parts. Similarly part of a rocket has rocket parts as instances.
- Actual phrase topics are instances of a phrase topic. Similarly actual rockets are instances of a rocket topic.
- A phrase topic has a schema specification that says that you can add instances of a phrase parts as phrase parts into the phrase.
- A rocket topic has a schema specification that says that you can add instances of a rocket parts as rocket parts into the rocket.
Notice, although there is a schema, Wandora doesn't warn you if you create a rocket that has the subject as a part. The schema just helps you creating associations.
Kind Regards,
Aki / Wandora Team