Property: POSITION-STATUS

The confidence status of the sequence position. This could be: UNCERTAIN: The site is not certain. This could be used to describe a post-translational modification that is known to occur on a protein, but the location is not known. GREATER-THAN: The site is greater than the SEQUENCE-POSITION. LESS-THAN: The site is less than the SEQUENCE-POSITION. CERTAIN: The SEQUENCE-POSITION is known with certainty.

Types

owl:DatatypeProperty

Domain

sequenceSite

Range

{"CERTAIN"^^http://www.w3.org/2001/XMLSchema#string "UNCERTAIN"^^http://www.w3.org/2001/XMLSchema#string "LESS-THAN"^^http://www.w3.org/2001/XMLSchema#string "GREATER-THAN"^^http://www.w3.org/2001/XMLSchema#string}

Abstract Syntax

ObjectProperty(POSITION-STATUS annotation(rdfs:comment "The confidence status of the sequence position. This could be:
UNCERTAIN: The site is not certain. This could be used to describe a post-translational modification that is known to occur on a protein, but the location is not known.
GREATER-THAN: The site is greater than the SEQUENCE-POSITION.
LESS-THAN: The site is less than the SEQUENCE-POSITION.
CERTAIN: The SEQUENCE-POSITION is known with certainty."^^<http://www.w3.org/2001/XMLSchema#string>)
                              domain(sequenceSite)
                              range(<http://www.w3.org/2001/XMLSchema#string>))

Generated with OWLDoc