dcatService constant

IriTerm const dcatService

service from dcat vocabulary [Expects: http://www.w3.org/ns/dcat#DataService]

A service that is listed in the catalog.

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

Implementation

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