@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ome: <http://contextus.net/ontology/ontomedia/core/expression#> .
@prefix omb: <http://contextus.net/ontology/ontomedia/ext/common/being#> .
@prefix omm: <http://contextus.net/ontology/ontomedia/core/media#> .
@prefix nom: <http://contextus.net/ontology/ontomedia/misc/name#> .
@prefix omk: <http://contextus.net/ontology/ontomedia/ext/detail/know#> .
@prefix dat: <http://contextus.net/ontology/ontomedia/owl/misc/date#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix locspec: <http://contextus.net/ontology/ontomedia/misc/locspec#> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#> a owl:Ontology ;
	rdfs:label "OntoMedia Trait Representation" ;
	dc:title "OntoMedia Trait"@en ;
	dc:description "OntoMedia (Ontology for Media) has been designed to describe the traits of entities."@en ;
	dc:creator "Michael O. Jewell (mailto:moj@ecs.soton.ac.uk)" , "K Faith Lawrence (mailto:kf03r@ecs.soton.ac.uk)" , "Mischa M Tuffield (mailto:mmt04r@ecs.soton.ac.uk)" ;
	dct:created "2005-05-11" ;
	owl:versionInfo "0.2" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> a owl:Class ;
	rdfs:label "Trait" ;
	rdfs:comment "This class represents the characteristics that describe an Entity" ;
	rdfs:subClassOf ome:Abstract-Item .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> a owl:Class ;
	rdfs:label "Character Trait" ;
	rdfs:comment "This class represents the characteristics that describe a Character Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Value> a owl:Class ;
	rdfs:label "Value" ;
	rdfs:comment "This class represents the value of an Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Age> a owl:Class ;
	rdfs:comment "This class represents the age of an Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:label "Age" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Description> a owl:Class ;
	rdfs:label "Description" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:comment "This class represents the physical description of an Entity" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Employment> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:label "Employment" ;
	rdfs:comment "This class represents the employment or other type of job undertaken by an Entity" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Ethnicity> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:label "Ethnicity" ;
	rdfs:comment "This class represents the ethnicity of an Entity" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Faith> a owl:Class ;
	rdfs:comment "This class represents the religious or spiritual preference or preferences of a Character Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> ;
	rdfs:label "Faith" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Gender> a owl:Class ;
	rdfs:comment "This class represents the gender of an Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> ;
	rdfs:label "Gender" ;
	owl:equivalentClass <http://www.aktors.org/ontology/portal#Gender> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Sex> a owl:Class ;
	rdfs:label "Sex" ;
	rdfs:comment "This class represents the sex of a Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Kink> a owl:Class ;
	rdfs:label "Kink" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> ;
	rdfs:comment "This class represents the sexual kinks or fetishes of a Character Entity. This is distinct from and in addition to a Character Entities' sexuality." .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Knowledge> a owl:Class ;
	rdfs:label "Knowledge" ;
	rdfs:comment "This class represents things known by an Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Link> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:label "Link" ;
	rdfs:comment "This class represents links between this and other Entities" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Motivation> a owl:Class ;
	rdfs:label "Motivation" ;
	rdfs:comment "This class represents the motivation of an Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Name> a owl:Class ;
	rdfs:label "Name" ;
	rdfs:comment "This class represents the name or equivilent designation of an Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Ordering> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:comment "This class represents an ordering of Entities" ;
	rdfs:label "Ordering" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Sexuality> a owl:Class ;
	rdfs:label "Sexuality" ;
	rdfs:comment "This class represents the sexual preference or preferences of a Character Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Species> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:comment "This class represents the species of an Entity" ;
	rdfs:label "Species" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Stage-Of-Life> a owl:Class ;
	rdfs:comment "This class represents the stage of life of an Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:label "Stage of Life" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Being> a owl:Class ;
	rdfs:comment "This class represents the state of being of an Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:label "State of Being" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Consciousness> a owl:Class ;
	rdfs:label "State of Consciousness" ;
	rdfs:comment "This class represents the state of consciousness of an Entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Form> a owl:Class ;
	rdfs:comment "This class represents the state of form of an Entity" ;
	rdfs:label "State of Form" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Build> a owl:Class ;
	rdfs:label "Build" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Description> ;
	rdfs:comment "This class represents a physical build type" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Style> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Description> ;
	rdfs:label "Style" ;
	rdfs:comment "This class represents a style type" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Colour> a owl:Class ;
	rdfs:label "Colour" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Description> ;
	rdfs:comment "This class represents colours" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Type> a owl:Class ;
	rdfs:label "Type" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Description> ;
	rdfs:comment "This class represents a type" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Distinguishing-Mark> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Description> ;
	rdfs:comment "This class represents a distinguishing mark" ;
	rdfs:label "Distinguishing Mark" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Material> a owl:Class ;
	rdfs:comment "This class represents a type of material" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Description> ;
	rdfs:label "Material" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Dimension> a owl:Class ;
	rdfs:comment "This class represents a dimension" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Description> ;
	rdfs:label "Dimension" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Male> a owl:Class ;
	rdfs:label "Male" ;
	rdfs:comment "This class represents the male gender" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Gender> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Neuter> a owl:Class ;
	rdfs:label "Neuter" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Gender> ;
	rdfs:comment "This class represents the neuter gender" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Female> a owl:Class ;
	rdfs:comment "This class represents the female gender" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Gender> ;
	rdfs:label "Female" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Other> a owl:Class ;
	rdfs:comment "This class represents other genders" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Gender> ;
	rdfs:label "Other" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Genetic-Sex> a owl:Class ;
	rdfs:comment "This class represents the genetic or chromosomal sex of an entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Sex> ;
	rdfs:label "Genetic Sex" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Gonadal-Sex> a owl:Class ;
	rdfs:comment "This class represents the gonadal (reproductive system) sex of an entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Sex> ;
	rdfs:label "Gonadal Sex" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Phenotypic-Sex> a owl:Class ;
	rdfs:comment "This class represents the phenotypic (body type/attributes) sex of an entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Sex> ;
	rdfs:label "Phenotypic Sex" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Behavioural-Sex> a owl:Class ;
	rdfs:comment "This class represents the behavioural or psychological sex of an entity" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Sex> ;
	rdfs:label "Behavioural Sex" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#To-Same-Gender> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Sexuality> ;
	rdfs:comment "This class represents the sexual preference or preferences of a Character Entity to other Entities which share the same gender trait. This might not be exclusive." ;
	rdfs:label "To Same Gender" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#To-Other-Gender> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Sexuality> ;
	rdfs:comment "This class represents the sexual preference or preferences of a Character Entity to other Entities which have a different gender trait. This might not be exclusive." ;
	rdfs:label "To Other Gender" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#To-None> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Sexuality> ;
	rdfs:comment "This class represents having  a Character Entity with no sexual preference or preferences to other Entities" ;
	owl:disjointWith <http://contextus.net/ontology/ontomedia/ext/common/trait#To-Same-Gender> , <http://contextus.net/ontology/ontomedia/ext/common/trait#To-Other-Gender> ;
	rdfs:label "To No Gender/Asexual" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Adult> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Stage-Of-Life> ;
	rdfs:comment "This class represents the adult stage of life of an entity" ;
	rdfs:label "Adult" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Old> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Stage-Of-Life> ;
	rdfs:comment "This class represents the old stage of life of an entity" ;
	rdfs:label "Old" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Young> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Stage-Of-Life> ;
	rdfs:comment "This class represents the young stage of life of an entity" ;
	rdfs:label "Young" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Virgin> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Stage-Of-Life> ;
	rdfs:comment "This class represents the pre-sexually active stage of life of an entity" ;
	rdfs:label "Virgin" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Child> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Young> ;
	rdfs:comment "This class represents the child stage of life of an entity" ;
	rdfs:label "Child" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Teenager> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Young> ;
	rdfs:comment "This class represents the teenage stage of life of an entity" ;
	rdfs:label "Teenage" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Young-Adult> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Young> ;
	rdfs:comment "This class represents the young adult stage of life of an entity" ;
	rdfs:label "Young Adult" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Undead> a owl:Class ;
	rdfs:label "Undead" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Being> ;
	owl:disjointWith _:node17168m58jx107 .

_:node17168m58jx107 a owl:Class ;
	owl:unionOf _:node17168m58jx108 .

_:node17168m58jx108 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Unprovable> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Unprovable> a owl:Class .

_:node17168m58jx108 rdf:rest _:node17168m58jx109 .

_:node17168m58jx109 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#NonExistent> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#NonExistent> a owl:Class .

_:node17168m58jx109 rdf:rest _:node17168m58jx110 .

_:node17168m58jx110 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Unknown> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Unknown> a owl:Class .

_:node17168m58jx110 rdf:rest _:node17168m58jx111 .

_:node17168m58jx111 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Dead> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Dead> a owl:Class .

_:node17168m58jx111 rdf:rest _:node17168m58jx112 .

_:node17168m58jx112 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Alive> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Alive> a owl:Class .

_:node17168m58jx112 rdf:rest _:node17168m58jx113 .

_:node17168m58jx113 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Inanimate> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Inanimate> a owl:Class .

_:node17168m58jx113 rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Undead> rdfs:comment "This class describes an Entity which is undead" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Inanimate> rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Being> ;
	owl:disjointWith _:node17168m58jx114 .

_:node17168m58jx114 a owl:Class ;
	owl:unionOf _:node17168m58jx115 .

_:node17168m58jx115 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Dead> ;
	rdf:rest _:node17168m58jx116 .

_:node17168m58jx116 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Undead> ;
	rdf:rest _:node17168m58jx117 .

_:node17168m58jx117 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#NonExistent> ;
	rdf:rest _:node17168m58jx118 .

_:node17168m58jx118 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Alive> ;
	rdf:rest _:node17168m58jx119 .

_:node17168m58jx119 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Unprovable> ;
	rdf:rest _:node17168m58jx120 .

_:node17168m58jx120 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Unknown> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Inanimate> rdfs:comment "This class describes an Entity which exists but is not, never was or never can be alive" ;
	rdfs:label "Inanimate" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Unprovable> rdfs:comment "This class describes an Entity those state of existance cannot be proved" ;
	rdfs:label "Unprovable" ;
	owl:disjointWith _:node17168m58jx121 .

_:node17168m58jx121 a owl:Class ;
	owl:unionOf _:node17168m58jx122 .

_:node17168m58jx122 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Unknown> ;
	rdf:rest _:node17168m58jx123 .

_:node17168m58jx123 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#NonExistent> ;
	rdf:rest _:node17168m58jx124 .

_:node17168m58jx124 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Dead> ;
	rdf:rest _:node17168m58jx125 .

_:node17168m58jx125 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Undead> ;
	rdf:rest _:node17168m58jx126 .

_:node17168m58jx126 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Inanimate> ;
	rdf:rest _:node17168m58jx127 .

_:node17168m58jx127 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Alive> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Unprovable> rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Being> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Dead> rdfs:comment "This class describes an Entity which is dead" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Being> ;
	owl:disjointWith _:node17168m58jx128 .

_:node17168m58jx128 a owl:Class ;
	owl:unionOf _:node17168m58jx129 .

_:node17168m58jx129 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Unknown> ;
	rdf:rest _:node17168m58jx130 .

_:node17168m58jx130 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#NonExistent> ;
	rdf:rest _:node17168m58jx131 .

_:node17168m58jx131 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Alive> ;
	rdf:rest _:node17168m58jx132 .

_:node17168m58jx132 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Undead> ;
	rdf:rest _:node17168m58jx133 .

_:node17168m58jx133 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Inanimate> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Dead> rdfs:label "Dead" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Unknown> owl:disjointWith _:node17168m58jx134 .

_:node17168m58jx134 a owl:Class ;
	owl:unionOf _:node17168m58jx135 .

_:node17168m58jx135 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Alive> ;
	rdf:rest _:node17168m58jx136 .

_:node17168m58jx136 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#NonExistent> ;
	rdf:rest _:node17168m58jx137 .

_:node17168m58jx137 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Unprovable> ;
	rdf:rest _:node17168m58jx138 .

_:node17168m58jx138 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Undead> ;
	rdf:rest _:node17168m58jx139 .

_:node17168m58jx139 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Inanimate> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Unknown> owl:disjointWith <http://contextus.net/ontology/ontomedia/ext/common/trait#Dead> ;
	rdfs:comment "This class describes an Entity those state of existance is not unknown but is theoretically provable" ;
	rdfs:label "Unknown" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Being> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Non-Existent> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Being> ;
	rdfs:label "Non-Existent" ;
	rdfs:comment "This class describes an Entity which does not exist" ;
	owl:disjointWith <http://contextus.net/ontology/ontomedia/ext/common/trait#Undead> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Dead> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Inanimate> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Unknown> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Unprovable> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Alive> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Alive> owl:disjointWith <http://contextus.net/ontology/ontomedia/ext/common/trait#Unknown> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Inanimate> ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Being> ;
	owl:disjointWith <http://contextus.net/ontology/ontomedia/ext/common/trait#Unprovable> ;
	rdfs:label "Living" ;
	owl:disjointWith <http://contextus.net/ontology/ontomedia/ext/common/trait#Undead> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Dead> ;
	rdfs:comment "This class describes an Entity which is alive" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Unconscious> a owl:Class ;
	rdfs:label "Unconscious" ;
	rdfs:comment "This class describes an Entity which is unconscious" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Consciousness> ;
	owl:disjointWith _:node17168m58jx140 .

_:node17168m58jx140 a owl:Class ;
	owl:unionOf _:node17168m58jx141 .

_:node17168m58jx141 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Conscious> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Conscious> a owl:Class .

_:node17168m58jx141 rdf:rest _:node17168m58jx142 .

_:node17168m58jx142 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Unresponsive> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Unresponsive> a owl:Class .

_:node17168m58jx142 rdf:rest _:node17168m58jx143 .

_:node17168m58jx143 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Asleep> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Asleep> a owl:Class .

_:node17168m58jx143 rdf:rest _:node17168m58jx144 .

_:node17168m58jx144 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Instinctual> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Instinctual> a owl:Class .

_:node17168m58jx144 rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Asleep> rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Consciousness> ;
	rdfs:label "Asleep" ;
	rdfs:comment "This class describes an Entity which is asleep" ;
	owl:disjointWith _:node17168m58jx145 .

_:node17168m58jx145 a owl:Class ;
	owl:unionOf _:node17168m58jx146 .

_:node17168m58jx146 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Conscious> ;
	rdf:rest _:node17168m58jx147 .

_:node17168m58jx147 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Unresponsive> ;
	rdf:rest _:node17168m58jx148 .

_:node17168m58jx148 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Instinctual> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Conscious> owl:disjointWith _:node17168m58jx149 .

_:node17168m58jx149 a owl:Class ;
	owl:unionOf _:node17168m58jx150 .

_:node17168m58jx150 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Unresponsive> ;
	rdf:rest _:node17168m58jx151 .

_:node17168m58jx151 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Asleep> ;
	rdf:rest _:node17168m58jx152 .

_:node17168m58jx152 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Instinctual> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Conscious> rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Consciousness> ;
	rdfs:comment "This class describes an Entity which is conscious" ;
	rdfs:label "Conscious" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Altered> a owl:Class ;
	rdfs:label "Altered Consciousness" ;
	rdfs:comment "This class describes an Entity whose consciousness is not in its normal state" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Consciousness> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Ecstatic> a owl:Class ;
	rdfs:label "Ecstatic Consciousness" ;
	rdfs:comment "This class describes an Entity whose consciousness is ecstatic" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Consciousness> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Unresponsive> owl:disjointWith <http://contextus.net/ontology/ontomedia/ext/common/trait#Instinctual> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Conscious> ;
	rdfs:label "Unresponsive" ;
	rdfs:comment "This class describes an Entity which is totally unresponsive to external stimuli i.e. coma" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Consciousness> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Instinctual> rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Consciousness> ;
	rdfs:comment "This class describes an Entity that is working at a totally instinctual/subconscious level" ;
	rdfs:label "Instinctual/Subconscious" ;
	owl:disjointWith <http://contextus.net/ontology/ontomedia/ext/common/trait#Unresponsive> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Conscious> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Corporeal> a owl:Class ;
	owl:disjointWith <http://contextus.net/ontology/ontomedia/ext/common/trait#Incorporeal> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Incorporeal> a owl:Class .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Corporeal> rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Form> ;
	rdfs:comment "This class describes an Entity which is corporeal" ;
	rdfs:label "Corporeal" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Incorporeal> rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#State-Of-Form> ;
	owl:disjointWith <http://contextus.net/ontology/ontomedia/ext/common/trait#Corporeal> ;
	rdfs:comment "This class describes an Entity which is incorporeal" ;
	rdfs:label "Incorporeal" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Liquid> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Corporeal> ;
	rdfs:comment "This class describes an Entity which is a liquid" ;
	rdfs:label "Liquid" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Solid> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Corporeal> ;
	rdfs:comment "This class describes an Entity which is a solid" ;
	rdfs:label "Solid" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Gas> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Incorporeal> ;
	rdfs:comment "This class describes an Entity which is a gas" ;
	rdfs:label "Gas" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Void> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Incorporeal> ;
	rdfs:comment "This class describes an Entity which is a void" ;
	rdfs:label "Void" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Physical-Obstacle> a owl:Class ;
	rdfs:comment "This class represents a physical problem or obstacle" ;
	rdfs:subClassOf ome:Physical-Item ;
	rdfs:label "Physical Obstacle" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Abstract-Obstacle> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Being-Trait> , <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:label "Abstract Obstacle" ;
	rdfs:comment "This class represents an abstract problem or obstacle" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#Abstract-Component> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/ext/common/trait#Value> ;
	rdfs:label "Abstract Component" ;
	rdfs:comment "This class represents a component part of an abstract item" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-trait> a owl:ObjectProperty ;
	rdfs:range <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:comment "This property specifies a general trait which belongs to an Entity" ;
	rdfs:label "Has Trait" ;
	rdfs:domain ome:Entity .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-observed-trait> a owl:ObjectProperty ;
	rdfs:label "Has Observed Trait" ;
	rdfs:domain ome:Entity ;
	rdfs:range <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:comment "This property specifies a trait which belongs to an Entity and is known outside the Context in which the Entity exists but not by other Entities within the Context i.e the audience knows" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-projected-trait> a owl:ObjectProperty ;
	rdfs:label "Has Projected Trait" ;
	rdfs:domain ome:Entity ;
	rdfs:range <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdfs:comment "This property specifies a trait which is projected by Entity to other Entities" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#projected-at> a owl:ObjectProperty ;
	rdfs:label "Projected At" ;
	rdfs:range ome:Entity ;
	rdfs:domain _:node17168m58jx153 .

_:node17168m58jx153 a owl:Class ;
	owl:unionOf _:node17168m58jx154 .

_:node17168m58jx154 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdf:rest _:node17168m58jx155 .

_:node17168m58jx155 rdf:first omb:Profession .

omb:Profession a owl:Class .

_:node17168m58jx155 rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#projected-at> rdfs:comment "This property specifies the Entity or Entities at which the related trait is projected at" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#not-projected-at> a owl:ObjectProperty ;
	rdfs:domain _:node17168m58jx156 .

_:node17168m58jx156 a owl:Class ;
	owl:unionOf _:node17168m58jx157 .

_:node17168m58jx157 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Trait> ;
	rdf:rest _:node17168m58jx158 .

_:node17168m58jx158 rdf:first omb:Profession ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#not-projected-at> rdfs:label "Not Projected At" ;
	rdfs:range ome:Entity ;
	rdfs:comment "This property specifies the Entity or Entities at which the related trait is not projected at" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-age> a owl:FunctionalProperty ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Age> ;
	rdfs:range <http://contextus.net/ontology/ontomedia/ext/common/trait#Value> ;
	rdfs:label "Age" ;
	rdfs:comment "This property specifies the age of the entity" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-birthday> a owl:FunctionalProperty ;
	rdfs:comment "This property specifies the date of birth or creation of the entity" ;
	rdfs:label "Birthday" ;
	rdfs:range dat:Date ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Age> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#believes> a owl:ObjectProperty ;
	rdfs:range omk:Religion ;
	rdfs:label "Believes" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Faith> ;
	rdfs:comment "This property specifies the religion the entity has faith in." .

<http://contextus.net/ontology/ontomedia/ext/common/trait#order_of_magnitude> a owl:ObjectProperty ;
	rdfs:range rdfs:Literal ;
	rdfs:label "Order of Magnitude" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Value> ;
	rdfs:comment "This property specifies the order of magnitude of the value. Useful list: http://chemistry.berkeley.edu/links/weights/powers.html" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-value> a owl:ObjectProperty ;
	rdfs:range rdfs:Literal ;
	rdfs:comment "This property specifies a value of the property or entity" ;
	rdfs:label "Has Value" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Value> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-dimension> a owl:FunctionalProperty ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Dimension> ;
	rdfs:label "Dimension" ;
	rdfs:comment "This property specifies the dimension" ;
	rdfs:range _:node17168m58jx159 .

_:node17168m58jx159 a owl:DataRange ;
	owl:oneOf _:node17168m58jx160 .

_:node17168m58jx160 rdf:first "X" ;
	rdf:rest _:node17168m58jx161 .

_:node17168m58jx161 rdf:first "Y" ;
	rdf:rest _:node17168m58jx162 .

_:node17168m58jx162 rdf:rest _:node17168m58jx163 .

_:node17168m58jx163 rdf:rest _:node17168m58jx164 .

_:node17168m58jx164 rdf:first "width" ;
	rdf:rest _:node17168m58jx165 .

_:node17168m58jx165 rdf:rest _:node17168m58jx166 .

_:node17168m58jx166 rdf:first "weight" ;
	rdf:rest _:node17168m58jx167 .

_:node17168m58jx167 rdf:rest rdf:nil ;
	rdf:first "mass" .

_:node17168m58jx165 rdf:first "height" .

_:node17168m58jx163 rdf:first "length" .

_:node17168m58jx162 rdf:first "Z" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-unit> a owl:FunctionalProperty ;
	rdfs:domain _:node17168m58jx168 .

_:node17168m58jx168 a owl:Class ;
	owl:unionOf _:node17168m58jx169 .

_:node17168m58jx169 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Value> ;
	rdf:rest _:node17168m58jx170 .

_:node17168m58jx170 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Dimension> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-unit> rdfs:comment "This property specifies the units for the dimension or value" ;
	rdfs:range _:node17168m58jx171 .

_:node17168m58jx171 a owl:Class ;
	owl:unionOf _:node17168m58jx172 .

_:node17168m58jx172 rdf:first dat:Date-Component .

dat:Date-Component a owl:Class .

_:node17168m58jx172 rdf:rest _:node17168m58jx173 .

_:node17168m58jx173 rdf:first rdfs:Literal .

rdfs:Literal a owl:Class .

_:node17168m58jx173 rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-unit> rdfs:label "Unit" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-motivation-to-avoid> a owl:ObjectProperty ;
	rdfs:range ome:Event ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Motivation> ;
	rdfs:label "Has Motivation" ;
	rdfs:comment "This property specifies an event whose occurrence is not wanted" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-motivation> a owl:ObjectProperty ;
	rdfs:label "Has Motivation" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Motivation> ;
	rdfs:range ome:Event ;
	rdfs:comment "This property specifies an event whose occurrence is desired" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-priority> a owl:FunctionalProperty ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Motivation> ;
	rdfs:range _:node17168m58jx174 .

_:node17168m58jx174 a owl:DataRange ;
	owl:oneOf _:node17168m58jx175 .

_:node17168m58jx175 rdf:rest _:node17168m58jx176 .

_:node17168m58jx176 rdf:first "medium" ;
	rdf:rest _:node17168m58jx177 .

_:node17168m58jx177 rdf:first "low" ;
	rdf:rest _:node17168m58jx178 .

_:node17168m58jx178 rdf:first "longterm" ;
	rdf:rest rdf:nil .

_:node17168m58jx175 rdf:first "high" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-priority> rdfs:comment "Priority of motivation" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#knows> a owl:ObjectProperty ;
	rdfs:range _:node17168m58jx179 .

_:node17168m58jx179 a owl:Class ;
	owl:unionOf _:node17168m58jx180 .

_:node17168m58jx180 rdf:first ome:Abstract-Item .

ome:Abstract-Item a owl:Class .

_:node17168m58jx180 rdf:rest _:node17168m58jx181 .

_:node17168m58jx181 rdf:first omb:Character .

omb:Character a owl:Class .

_:node17168m58jx181 rdf:rest _:node17168m58jx182 .

_:node17168m58jx182 rdf:first locspec:Space .

locspec:Space a owl:Class .

_:node17168m58jx182 rdf:rest _:node17168m58jx183 .

_:node17168m58jx183 rdf:first ome:Timeline .

ome:Timeline a owl:Class .

_:node17168m58jx183 rdf:rest _:node17168m58jx184 .

_:node17168m58jx184 rdf:first ome:Event .

ome:Event a owl:Class .

_:node17168m58jx184 rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#knows> rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Knowledge> ;
	rdfs:label "Knows" ;
	rdfs:comment "This property specifies something known by the character" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-bond> a owl:ObjectProperty ;
	rdfs:range omb:Bond ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Link> ;
	rdfs:label "Has Bond" ;
	rdfs:comment "This property specifies a bond which a character has" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-description> a owl:ObjectProperty ;
	rdfs:label "Has Description" ;
	rdfs:range _:node17168m58jx185 .

_:node17168m58jx185 a owl:Class ;
	owl:unionOf _:node17168m58jx186 .

_:node17168m58jx186 rdf:first rdfs:Literal ;
	rdf:rest _:node17168m58jx187 .

_:node17168m58jx187 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Description> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-description> rdfs:comment "This property specifies a description of the entity" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Description> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#mark-gained> a owl:ObjectProperty ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Distinguishing-Mark> ;
	rdfs:comment "This property specifies the event at which the distinguishing mark of the entity was gained" ;
	rdfs:label "Mark Gained" ;
	rdfs:range ome:Event .

<http://contextus.net/ontology/ontomedia/ext/common/trait#mark-location> a owl:ObjectProperty ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Distinguishing-Mark> ;
	rdfs:range _:node17168m58jx188 .

_:node17168m58jx188 a owl:Class ;
	owl:unionOf _:node17168m58jx189 .

_:node17168m58jx189 rdf:first ome:Physical-Item .

ome:Physical-Item a owl:Class .

_:node17168m58jx189 rdf:rest _:node17168m58jx190 .

_:node17168m58jx190 rdf:first locspec:Space ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#mark-location> rdfs:comment "This property specifies the location of a distinguishing mark" ;
	rdfs:label "Mark Location" ;
	owl:inverseOf <http://contextus.net/ontology/ontomedia/ext/common/trait#has-marking> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-feature> a owl:ObjectProperty ;
	rdfs:label "Has Feature" ;
	rdfs:range ome:Physical-Item ;
	rdfs:subPropertyOf <http://contextus.net/ontology/ontomedia/ext/common/trait#has-description> ;
	rdfs:comment "This property specifies a physical feature of the entity" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Description> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#mark-location-type> a owl:ObjectProperty ;
	rdfs:comment "This property specifies the location of a distinguishing mark" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Distinguishing-Mark> ;
	rdfs:range _:node17168m58jx191 .

_:node17168m58jx191 a owl:Class ;
	owl:unionOf _:node17168m58jx192 .

_:node17168m58jx192 rdf:first ome:Physical-Item ;
	rdf:rest _:node17168m58jx193 .

_:node17168m58jx193 rdf:first locspec:Space ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#mark-location-type> rdfs:label "Mark Location" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-locspec-description> a owl:FunctionalProperty ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Dimension> ;
	rdfs:comment "This property specifies the units for the dimension" ;
	rdfs:label "Unit" ;
	rdfs:range omm:spc .

<http://contextus.net/ontology/ontomedia/ext/common/trait#responsible-for-type> a owl:ObjectProperty ;
	rdfs:range _:node17168m58jx194 .

_:node17168m58jx194 a owl:Class ;
	owl:unionOf _:node17168m58jx195 .

_:node17168m58jx195 rdf:first omb:Group .

omb:Group a owl:Class .

_:node17168m58jx195 rdf:rest _:node17168m58jx196 .

_:node17168m58jx196 rdf:first omb:Character ;
	rdf:rest _:node17168m58jx197 .

_:node17168m58jx197 rdf:first omb:Profession ;
	rdf:rest _:node17168m58jx198 .

_:node17168m58jx198 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Employment> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#responsible-for-type> rdfs:comment "This property specifies the types of entities for which the Entity is responsible for" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Employment> ;
	rdfs:label "Responsible For Type" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#responsible-for> a owl:ObjectProperty ;
	rdfs:range _:node17168m58jx199 .

_:node17168m58jx199 a owl:Class ;
	owl:unionOf _:node17168m58jx200 .

_:node17168m58jx200 rdf:first omb:Group ;
	rdf:rest _:node17168m58jx201 .

_:node17168m58jx201 rdf:first omb:Character ;
	rdf:rest _:node17168m58jx202 .

_:node17168m58jx202 rdf:first omb:Profession ;
	rdf:rest _:node17168m58jx203 .

_:node17168m58jx203 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Employment> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#responsible-for> rdfs:comment "This property specifies the entities for which the Entity is responsible for" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Employment> ;
	rdfs:label "Responsible For" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#identified-with> a owl:ObjectProperty ;
	rdfs:comment "This property specifies the gender that a particular sex classification or attribute is identified with" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Sex> ;
	rdfs:range <http://contextus.net/ontology/ontomedia/ext/common/trait#Gender> ;
	rdfs:label "Identified With" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-sex-chromosomes> a owl:ObjectProperty ;
	rdfs:comment "This property specifies the sex chromosomes of an entity" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Genetic-Sex> ;
	rdfs:range rdfs:Literal ;
	rdfs:label "Has Sex Chromosomes" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#requires> a owl:ObjectProperty ;
	rdfs:range _:node17168m58jx204 .

_:node17168m58jx204 a owl:Class ;
	owl:unionOf _:node17168m58jx205 .

_:node17168m58jx205 rdf:first ome:Entity .

ome:Entity a owl:Class .

_:node17168m58jx205 rdf:rest _:node17168m58jx206 .

_:node17168m58jx206 rdf:first ome:Event ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#requires> rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Kink> ;
	rdfs:label "Requires" ;
	rdfs:comment "This property specifies a fetish of the Character" .

<http://contextus.net/ontology/ontomedia/ext/common/trait#likes> a owl:ObjectProperty ;
	rdfs:range _:node17168m58jx207 .

_:node17168m58jx207 a owl:Class ;
	owl:unionOf _:node17168m58jx208 .

_:node17168m58jx208 rdf:first ome:Entity ;
	rdf:rest _:node17168m58jx209 .

_:node17168m58jx209 rdf:first ome:Event ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#likes> rdfs:label "Likes" ;
	rdfs:domain _:node17168m58jx210 .

_:node17168m58jx210 a owl:Class ;
	owl:unionOf _:node17168m58jx211 .

_:node17168m58jx211 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#To-Other-Gender> ;
	rdf:rest _:node17168m58jx212 .

_:node17168m58jx212 rdf:first <http://contextus.net/ontology/ontomedia/ext/common/trait#Kink> ;
	rdf:rest rdf:nil .

<http://contextus.net/ontology/ontomedia/ext/common/trait#likes> rdfs:comment "This property specifies the 'likes' of the Character. Has domain of To-Other-Gender but not To-Same-Gender because same gender implies a match whereas since there are three genders 'other' gender gives you a choice of possibles." .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-name> a owl:ObjectProperty ;
	rdfs:comment "This property specifies the full name of the entity" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Name> ;
	rdfs:label "Given Name" ;
	rdfs:range <http://ontomedia.ecs.soton.ac.uk/ontologies/misc/name#Name-Ordering> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-profession> a owl:ObjectProperty ;
	rdfs:comment "This property specifies the profession of an Entity" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Employment> ;
	rdfs:label "Has Profession" ;
	rdfs:range omb:Profession .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-observed-profession> a owl:ObjectProperty ;
	rdfs:label "Has Observed Profession" ;
	rdfs:comment "This property specifies a profession which belongs to an Entity and is known outside the Context in which the Entity exists but not by other Entities within the Context i.e the audience knows" ;
	rdfs:range omb:Profession ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Employment> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-projected-profession> a owl:ObjectProperty ;
	rdfs:label "Has Projected Profession" ;
	rdfs:range omb:Profession ;
	rdfs:comment "This property specifies a profession which is projected by Entity to other Entities" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Employment> .

<http://contextus.net/ontology/ontomedia/ext/common/trait#has-order> a owl:ObjectProperty ;
	rdfs:label "Has Order" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/ext/common/trait#Ordering> ;
	rdfs:comment "This property specifies the order that the linked components go in" ;
	rdfs:range rdf:Seq .
