230 Multimedia Ontology: Representation and Applications
mowl:conditionedOn a owl:ObjectProperty ;
rdfs:comment "Specifies the parent/s of a concept conditioned
on which the CPT entries are based." ;
rdfs:domain mowl:CPTable ;
rdfs:range mowl:Concept .
mowl:hasRow a owl:ObjectProperty ;
rdfs:domain mowl:CPTable ;
rdfs:range mowl:CPRow .
mowl:CPRow a owl:Class ;
rdfs:comment "Conditional Probability row - a row of the CPT." .
mowl:parentStates a owl:DatatypeProperty ;
rdfs:comment "Specifies the vector of Parent States in a string.
Mostly there is one parent, and the state is either 1 or 0,
meaning concept is true or false i.e. present or absent." ;
rdfs:domain mowl:CPRow ;
rdfs:range xsd:String .
mowl:probValues a owl:DatatypeProperty ;
rdfs:comment "Specifies ...