/* Standard XTM superclass/subclass association and role types */ [superclass-subclass = "Superclass/Subclass" @"http://www.topicmaps.org/xtm/1.0/core.xtm#superclass-subclass"] [superclass = "Superclass" @"http://www.topicmaps.org/xtm/1.0/core.xtm#superclass"] [subclass = "Subclass" @"http://www.topicmaps.org/xtm/1.0/core.xtm#subclass"] /* Imported from events ontology */ [event = "Event" @"http://www.techquila.com/psi/events/#event"] /* Event types */ [death = "Death" @"http://www.techquila.com/psi/family/#death"] superclass-subclass(event : superclass, death : subclass) [birth = "Birth" @"http://www.techquila.com/psi/family/#birth"] superclass-subclass(event : superclass, birth : subclass) [marriage = "Marriage" @"http://www.techquila.com/psi/family/#marriage"] superclass-subclass(event : superclass, marriage : subclass) /* Role Types */ [parent = "Parent" @"http://www.techquila.com/psi/family/#parent"] [child = "Child" @"http://www.techquila.com/psi/family/#child"] [sibling = "Sibling" @"http://www.techquila.com/psi/family/#sibling"] [married-to = "Married To" @"http://www.techquila.com/psi/family/#married-to"] [spouse = "Spouse" @"http://www.techquila.com/psi/family/#spouse"] [born = "Born" @"http://www.techquila.com/psi/family/#born"] [deceased = "The deceased" @"http://www.techquila.com/psi/events/#deceased" @"http://www.techquila.com/psi/family/#deceased"] [lover = "Lover" @"http://www.techquila.com/psi/family/#lover"] [relative = "Relative" @"http://www.techquila.com/psi/family/#relative"] /* Association types */ [parent-of = "Parent/Child" = "Parent Of" / parent = "Child Of" / child @"http://www.techquila.com/psi/family/#parent-of"] [sibling-of = "Sibling Of" @"http://www.techquila.com/psi/family/#sibling-of"] [lover-of = "Lover Of" @"http://www.techquila.com/psi/family/#lover-of"] [related-to = "Is Related To" @"http://www.techquila.com/psi/family/#related-to"] /* Cause of death association */ [cause-of-death = "Cause of death" = "Caused by" / death = "Caused" / cause @"http://www.techquila.com/psi/family/#cause-of-death"] [cause = "Cause" @"http://www.techquila.com/psi/family/#cause"] /* Name themes */ [maiden-name = "Maiden Name" @"http://www.techquila.com/psi/family/#maiden-name"]