expressedIn constant

IriTerm const expressedIn

IRI for schema:expressedIn [Expects: https://schema.org/AnatomicalStructure, https://schema.org/AnatomicalSystem, https://schema.org/BioChemEntity, https://schema.org/DefinedTerm]

Tissue, organ, biological sample, etc in which activity of this gene has been observed experimentally. For example brain, digestive system.

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

Implementation

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