Hi, I am working with ontologies of the TopBraid EDG package. My ontology has three classes "a", " b" and "results". Both the classes "a" and "b" have a relationship property that links to "results" called "a has results" and "b has results". The class "results" itself has multiple attribute properties all being a certain type of result (that has to be a decimal).
Now the relationship "b has results" has a Relationship to Other Properties constraint that states it has to be *equal *to the relationship property "a has results". When I make an instance for "results" which is something like: test_result: *Other Properties* *result1:* 0.09 *result2:* 0.94 *result3:* 0.62 *label:* test_result *type:* *result* ---------------------------------- *Incoming References* *a has results* a (inverse) *b has results * b (inverse) and an instance for both "a" and "b" which links to the *same* instance for result: *test_result*, which looks something like this: instance_a: *Other Properties* *a has results **test_result* *label:* instance_a *type:* *a* and instance_b: *Other Properties* *b has results **test_result* *label:* instance_b *type:* *b* Now when I try to test this with the Problems and Suggestions option I get this error that says: *Must have same values as a has result* *Resource:* *b* *Property:* *b has result* *Value:* *test_result* But it links to the same instance (value), so why does this error appear? Hope someone can help me out! All the best, Stefan -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/cae52abd-1dc0-4e44-b78e-5ae3e0f0176c%40googlegroups.com.
