Property: PARTICIPANTS

This property lists the entities that participate in this interaction. For example, in a biochemical reaction, the participants are the union of the reactants and the products of the reaction. This property has a number of sub-properties, such as LEFT and RIGHT in the biochemicalInteraction class. Any participant listed in a sub-property will automatically be assumed to also be in PARTICIPANTS by a number of software systems, including Protégé, so this property should not contain any instances if there are instances contained in a sub-property.

Types

owl:ObjectProperty

Domain

interaction

Range

entity OR physicalEntityParticipant

Abstract Syntax

ObjectProperty(PARTICIPANTS annotation(rdfs:comment "This property lists the entities that participate in this interaction. For example, in a biochemical reaction, the participants are the union of the reactants and the products of the reaction. This property has a number of sub-properties, such as LEFT and RIGHT in the biochemicalInteraction class. Any participant listed in a sub-property will automatically be assumed to also be in PARTICIPANTS by a number of software systems, including Protégé, so this property should not contain any instances if there are instances contained in a sub-property."^^<http://www.w3.org/2001/XMLSchema#string>)
                           domain(interaction)
                           range(unionOf(entity
                                         physicalEntityParticipant)))

Generated with OWLDoc