schemaIncludedDataCatalog constant

IriTerm const schemaIncludedDataCatalog

includedDataCatalog from schema vocabulary [Expects: https://schema.org/DataCatalog]

A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog').

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

Implementation

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