schemahttpSameAs constant

IriTerm const schemahttpSameAs

sameAs from schemahttp vocabulary [Expects: http://schema.org/URL]

URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.

Can be used on: http://schema.org/Thing

Implementation

static const schemahttpSameAs = IriTerm.prevalidated(
  'http://schema.org/sameAs',
);