dcatAccessURL constant

IriTerm const dcatAccessURL

accessURL from dcat vocabulary [Expects: http://www.w3.org/2000/01/rdf-schema#Resource]

A URL of a resource that gives access to a distribution of the dataset. E.g. landing page, feed, SPARQL endpoint. Use for all cases except a simple download link, in which case downloadURL is preferred.

Can be used on: http://www.w3.org/ns/dcat#Distribution

Implementation

static const dcatAccessURL = IriTerm.prevalidated(
  'http://www.w3.org/ns/dcat#accessURL',
);