Origin constant

IriTerm const Origin

IRI for acl:Origin

An Origin is basically a web site (Note WITHOUT the trailing slash after the domain name and port in its URI) and is the basis for controlling access to data by web apps in the Same Origin Model of web security. All scripts from the same origin are given the same right.

See also

Implementation

static const Origin = IriTerm.prevalidated(
  'http://www.w3.org/ns/auth/acl#Origin',
);