:value   (AMR annotation guidance)

Used in entities such as percentage-entity, email-address-entity, url-entity, phone-number-entity, where it fully describes the entity of a given type:

Example:  "25%"
     (p / percentage-entity :value 25)

Example:  "president@whitehouse.gov"
     (e / email-address-entity :value "president@whitehouse.gov")

Example:  "www.whitehouse.gov"
     (u / url-entity :value "www.whitehouse.gov")

Example:  "1-800-555-1212"
     (p / phone-number-entity :value "1-800-555-1212")

close this window