hasRepresentation constant

IriTerm const hasRepresentation

IRI for schema:hasRepresentation [Expects: https://schema.org/PropertyValue, https://schema.org/Text, https://schema.org/URL]

A common representation such as a protein sequence or chemical structure for this entity. For images use schema.org/image.

Can be used on: https://schema.org/BioChemEntity

Implementation

static const hasRepresentation = IriTerm.prevalidated(
  'https://schema.org/hasRepresentation',
);