wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" namespace {_"http://tripcom.org/ontologies/EDI/Gender#", cyc _"http://sw.cyc.com/2006/07/27/cyc/#", edi _"http://tripcom.org/ontologies/EDI/EDI_Format#", mt _"http://tripcom.org/ontologies/EDI/EDIFACT/MessageType#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/Gender" nonFunctionalProperties dc#title hasValue "Gender" dc#subject hasValue "Gender" dc#description hasValue "Gender" dc#contributor hasValue { _"http://foxvog.org/doug/" } dc#date hasValue "2007-10-26" dc#type hasValue _"http://www.wsmo.org/2004/d2/v1.0/#ontologies" dc#format hasValue "text/plain" dc#language hasValue "en-US" dc#rights hasValue _"http://www.deri.org/privacy.html" version hasValue "$Revision: 1.3 $" endNonFunctionalProperties /* DE 3499 Gender code from International standard ISO 5218 */ /* From context the messages which use a gender code only apply it to people in the context of the EDIFACT subsets we use. Thus we do not map the codes for "male" and "female" to MaleAnimal and FemaleAnimal or Male and Female (which could apply to parts of flowers and animals as well as complete organisms). */ concept cyc#Individual concept cyc#TemporalThing subConceptOf cyc#Individual concept cyc#SpatialThing subConceptOf cyc#Individual concept cyc#SomethingExisting subConceptOf cyc#TemporalThing concept cyc#PartiallyTangible subConceptOf {cyc#SomethingExisting, cyc#SpatialThing} concept _"http://sw.cyc.com/2006/07/27/cyc/Agent-Generic" subConceptOf cyc#SomethingExisting // cyc#Agent-Generic concept cyc#IntelligentAgent subConceptOf _"http://sw.cyc.com/2006/07/27/cyc/Agent-Generic" concept cyc#BiologicalLivingObject subConceptOf cyc#PartiallyTangible // includes organism parts as well as instances of Organism-Whole (plants, animals, fungi, bacteria, ...) concept cyc#Animal subConceptOf cyc#BiologicalLivingObject concept cyc#Person subConceptOf {cyc#IntelligentAgent, cyc#Animal} concept HumanOfUnknownGender subConceptOf cyc#Person nonFunctionalProperties dc#description hasValue "A person whose gender is reported as being unknown by the reporting agent in a certain context. This does not mean that the person's gender is not known to anyone else." endNonFunctionalProperties // "0" Not known concept cyc#Male subConceptOf cyc#BiologicalLivingObject concept cyc#MaleAnimal subConceptOf {cyc#Animal, cyc#Male} concept cyc#Female subConceptOf cyc#BiologicalLivingObject concept cyc#FemaleAnimal subConceptOf {cyc#Animal, cyc#Female} concept cyc#MaleHuman subConceptOf {cyc#Person, cyc#MaleAnimal} nonFunctionalProperties dc#description hasValue "A male person." endNonFunctionalProperties // "1" Male concept cyc#FemaleHuman subConceptOf {cyc#Person, cyc#FemaleAnimal} nonFunctionalProperties dc#description hasValue "A female person." endNonFunctionalProperties // "2" Female concept ThingOfNonApplicableGender subConceptOf cyc#Individual nonFunctionalProperties dc#description hasValue "Something for which gender is not applicable. This may be an organization, any other non-animal, a non-human animal for which the gender is not applicable in the given context, or even a person for whom the gender is not applicable in the given context." endNonFunctionalProperties // "9" Not applicable /* The four codes specified in ISO 5218 are: * 0 = not known, * 1 = male, * 2 = female, * 9 = not applicable. */