diff --git a/.github/workflows/check-docs-up-to-date.yml b/.github/workflows/check-docs-up-to-date.yml
new file mode 100644
index 0000000..3403ad6
--- /dev/null
+++ b/.github/workflows/check-docs-up-to-date.yml
@@ -0,0 +1,29 @@
+name: Check docs are up to date
+
+on:
+ pull_request:
+ paths:
+ - 'jsonschema/**'
+
+jobs:
+ check-docs:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+
+ - name: Set up Python
+ uses: actions/setup-python@v5
+ with:
+ python-version: '3.13'
+
+ - name: Install Poetry
+ working-directory: ./jsonschema
+ uses: abatilo/actions-poetry@v3
+
+ - name: Install dependencies
+ working-directory: ./jsonschema
+ run: poetry install
+
+ - name: Check docs are up-to-date
+ working-directory: ./jsonschema
+ run: poetry run python generate_schema_docs.py --check
diff --git a/jsonschema/docs/AccessRestriction.md b/jsonschema/docs/AccessRestriction.md
new file mode 100644
index 0000000..62a349f
--- /dev/null
+++ b/jsonschema/docs/AccessRestriction.md
@@ -0,0 +1,650 @@
+# AccessRestriction
+
+**Title:** AccessRestriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A restriction on the permitted access to a resource
+
+| Property | Type | Title/Description |
+| ---------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [restrictionNote](#restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#specificRestriction ) | Combination | specific restriction |
+
+## Property `AccessRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `AccessRestriction > @type`
+
+| | |
+| ------------ | --------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"AccessRestriction"` |
+
+## Property `AccessRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A note related to the access restriction
+
+## Property `AccessRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `AccessRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The indication of whether or not there are access restrictions on the item
+
+| One of(Option) |
+| -------------------------------------- |
+| [Concept](#restrictionStatus_oneOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i1) |
+
+### Property `AccessRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of restriction status
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#restrictionStatus_oneOf_i0_@id ) | string | - |
+| - [@type](#restrictionStatus_oneOf_i0_@type ) | string | - |
+| - [altLabel](#restrictionStatus_oneOf_i0_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#restrictionStatus_oneOf_i0_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#restrictionStatus_oneOf_i0_definition ) | null or string | definition |
+| - [definitionMap](#restrictionStatus_oneOf_i0_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#restrictionStatus_oneOf_i0_inScheme ) | Combination | in scheme |
+| - [notation](#restrictionStatus_oneOf_i0_notation ) | Combination | notation |
+| + [prefLabel](#restrictionStatus_oneOf_i0_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#restrictionStatus_oneOf_i0_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `AccessRestriction > restrictionStatus > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `AccessRestriction > restrictionStatus > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+#### Property `AccessRestriction > restrictionStatus > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+#### Property `AccessRestriction > restrictionStatus > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `AccessRestriction > restrictionStatus > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+#### Property `AccessRestriction > restrictionStatus > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| -------------------------------------------------------------- |
+| [ConceptScheme](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i1) |
+
+##### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| ----------------------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `AccessRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+#### Property `AccessRestriction > restrictionStatus > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_notation_anyOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_notation_anyOf_i1) |
+
+##### Property `AccessRestriction > restrictionStatus > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `AccessRestriction > restrictionStatus > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------- | ----------- |
+| [item 1 items](#restrictionStatus_oneOf_i0_notation_anyOf_i1_items) | - |
+
+###### AccessRestriction > restrictionStatus > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+#### Property `AccessRestriction > restrictionStatus > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+#### Property `AccessRestriction > restrictionStatus > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `AccessRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+## Property `AccessRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with this restriction
+
+| One of(Option) |
+| ---------------------------------------- |
+| [item 0](#specificRestriction_oneOf_i0) |
+| [Concept](#specificRestriction_oneOf_i1) |
+| [item 2](#specificRestriction_oneOf_i2) |
+
+### Property `AccessRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `AccessRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#restrictionStatus_oneOf_i0) |
+
+**Description:** inline description of the specific restriction
+
+### Property `AccessRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Activity.md b/jsonschema/docs/Activity.md
new file mode 100644
index 0000000..9862da2
--- /dev/null
+++ b/jsonschema/docs/Activity.md
@@ -0,0 +1,609 @@
+# Activity
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An activity which a resource could be related to
+
+| Property | Type | Title/Description |
+| ------------------------ | -------------- | ------------------------------------------------------------------------------ |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [category](#category ) | Combination | category |
+| - [label](#label ) | null or string | label |
+| - [labelMap](#labelMap ) | null or object | Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `Activity > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Activity > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Activity"` |
+
+## Property `Activity > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The category of the Activity
+
+| Any of(Option) |
+| ----------------------------- |
+| [item 0](#category_anyOf_i0) |
+| [Concept](#category_anyOf_i1) |
+| [item 2](#category_anyOf_i2) |
+
+### Property `Activity > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Activity > category > anyOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of the category
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#category_anyOf_i1_@id ) | string | - |
+| - [@type](#category_anyOf_i1_@type ) | string | - |
+| - [altLabel](#category_anyOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#category_anyOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#category_anyOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#category_anyOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#category_anyOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#category_anyOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#category_anyOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#category_anyOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `Activity > category > anyOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `Activity > category > anyOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+#### Property `Activity > category > anyOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+#### Property `Activity > category > anyOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Activity > category > anyOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+#### Property `Activity > category > anyOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Activity > category > anyOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [ConceptScheme](#category_anyOf_i1_inScheme_oneOf_i0) |
+| [item 1](#category_anyOf_i1_inScheme_oneOf_i1) |
+
+##### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#category_anyOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#category_anyOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#category_anyOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#category_anyOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#category_anyOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#category_anyOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#category_anyOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#category_anyOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#category_anyOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#category_anyOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#category_anyOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#category_anyOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#category_anyOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#category_anyOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#category_anyOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#category_anyOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| -------------------------------------------------------------- |
+| [item 0](#category_anyOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#category_anyOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------- |
+| [item 0](#category_anyOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#category_anyOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#category_anyOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#category_anyOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#category_anyOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#category_anyOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#category_anyOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#category_anyOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#category_anyOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#category_anyOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `Activity > category > anyOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `Activity > category > anyOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+#### Property `Activity > category > anyOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ---------------------------------------------- |
+| [item 0](#category_anyOf_i1_notation_anyOf_i0) |
+| [item 1](#category_anyOf_i1_notation_anyOf_i1) |
+
+##### Property `Activity > category > anyOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Activity > category > anyOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------- | ----------- |
+| [item 1 items](#category_anyOf_i1_notation_anyOf_i1_items) | - |
+
+###### Activity > category > anyOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+#### Property `Activity > category > anyOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+#### Property `Activity > category > anyOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `Activity > category > anyOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the category
+
+## Property `Activity > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A human-readable label for the activity
+
+## Property `Activity > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Address.md b/jsonschema/docs/Address.md
new file mode 100644
index 0000000..8faa5fa
--- /dev/null
+++ b/jsonschema/docs/Address.md
@@ -0,0 +1,95 @@
+# Address
+
+**Title:** Address
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A single physical address
+
+| Property | Type | Title/Description |
+| ------------------------------------ | -------------- | ------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [country-name](#country-name ) | null or string | country |
+| - [locality](#locality ) | null or string | locality |
+| - [postal-code](#postal-code ) | null or string | postal code |
+| - [region](#region ) | null or string | administrative area |
+| - [street-address](#street-address ) | null or string | street address |
+
+## Property `Address > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Address > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Address"` |
+
+## Property `Address > country-name`
+
+**Title:** country
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The country of the Address
+
+## Property `Address > locality`
+
+**Title:** locality
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The city of the Address
+
+## Property `Address > postal-code`
+
+**Title:** postal code
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The postal code of the Address
+
+## Property `Address > region`
+
+**Title:** administrative area
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The administrative area of the Address. Depending on the country, this corresponds to a province, a county, a region, or a state
+
+## Property `Address > street-address`
+
+**Title:** street address
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The street name and civic number of an Address
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Agent.md b/jsonschema/docs/Agent.md
new file mode 100644
index 0000000..c723ff0
--- /dev/null
+++ b/jsonschema/docs/Agent.md
@@ -0,0 +1,599 @@
+# Agent
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity that could be involved with a resource
+
+| Property | Type | Title/Description |
+| ------------------------ | ----------- | ----------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [category](#category ) | Combination | category |
+| + [name](#name ) | string | name |
+
+## Property `Agent > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Agent > @type`
+
+| | |
+| ------------ | --------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Agent"` |
+
+## Property `Agent > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the agent that makes the item available
+
+| One of(Option) |
+| ----------------------------- |
+| [item 0](#category_oneOf_i0) |
+| [Concept](#category_oneOf_i1) |
+| [item 2](#category_oneOf_i2) |
+
+### Property `Agent > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Agent > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of the agent type
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#category_oneOf_i1_@id ) | string | - |
+| - [@type](#category_oneOf_i1_@type ) | string | - |
+| - [altLabel](#category_oneOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#category_oneOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#category_oneOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#category_oneOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#category_oneOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#category_oneOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#category_oneOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#category_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `Agent > category > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `Agent > category > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+#### Property `Agent > category > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+#### Property `Agent > category > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Agent > category > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+#### Property `Agent > category > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Agent > category > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [ConceptScheme](#category_oneOf_i1_inScheme_oneOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i1) |
+
+##### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#category_oneOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#category_oneOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#category_oneOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#category_oneOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#category_oneOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#category_oneOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#category_oneOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#category_oneOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#category_oneOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#category_oneOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| -------------------------------------------------------------- |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------- |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `Agent > category > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+#### Property `Agent > category > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ---------------------------------------------- |
+| [item 0](#category_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#category_oneOf_i1_notation_anyOf_i1) |
+
+##### Property `Agent > category > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Agent > category > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------- | ----------- |
+| [item 1 items](#category_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### Agent > category > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+#### Property `Agent > category > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+#### Property `Agent > category > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `Agent > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the agent type
+
+## Property `Agent > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The name of the agent
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Attribution.md b/jsonschema/docs/Attribution.md
new file mode 100644
index 0000000..9f50e6e
--- /dev/null
+++ b/jsonschema/docs/Attribution.md
@@ -0,0 +1,673 @@
+# Attribution
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An attribution that an agent plays some role
+
+| Property | Type | Title/Description |
+| ---------------------- | ----------- | ----------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| + [hadRole](#hadRole ) | string | role |
+| + [agent](#agent ) | Combination | agent |
+
+## Property `Attribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Attribution > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Attribution"` |
+
+## Property `Attribution > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to another entity or resource
+
+## Property `Attribution > agent`
+
+**Title:** agent
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The agent that plays a role in the resource
+
+| One of(Option) |
+| ------------------------- |
+| [Agent](#agent_oneOf_i0) |
+| [item 1](#agent_oneOf_i1) |
+
+### Property `Attribution > agent > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | -------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/agent |
+
+**Description:** inline description of Agent
+
+| Property | Type | Title/Description |
+| --------------------------------------- | ----------- | ----------------- |
+| - [@id](#agent_oneOf_i0_@id ) | string | - |
+| - [@type](#agent_oneOf_i0_@type ) | string | - |
+| - [category](#agent_oneOf_i0_category ) | Combination | category |
+| + [name](#agent_oneOf_i0_name ) | string | name |
+
+#### Property `Attribution > agent > oneOf > Agent > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `Attribution > agent > oneOf > Agent > @type`
+
+| | |
+| ------------ | --------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Agent"` |
+
+#### Property `Attribution > agent > oneOf > Agent > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the agent that makes the item available
+
+| One of(Option) |
+| -------------------------------------------- |
+| [item 0](#agent_oneOf_i0_category_oneOf_i0) |
+| [Concept](#agent_oneOf_i0_category_oneOf_i1) |
+| [item 2](#agent_oneOf_i0_category_oneOf_i2) |
+
+##### Property `Attribution > agent > oneOf > Agent > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of the agent type
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#agent_oneOf_i0_category_oneOf_i1_@id ) | string | - |
+| - [@type](#agent_oneOf_i0_category_oneOf_i1_@type ) | string | - |
+| - [altLabel](#agent_oneOf_i0_category_oneOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#agent_oneOf_i0_category_oneOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#agent_oneOf_i0_category_oneOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#agent_oneOf_i0_category_oneOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#agent_oneOf_i0_category_oneOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#agent_oneOf_i0_category_oneOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#agent_oneOf_i0_category_oneOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#agent_oneOf_i0_category_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| -------------------------------------------------------------------- |
+| [ConceptScheme](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0) |
+| [item 1](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i1) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------ |
+| [item 0](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------- |
+| [item 0](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------- |
+| [item 0](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------- |
+| [item 0](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [item 0](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#agent_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ------------------------------------------------------------- |
+| [item 0](#agent_oneOf_i0_category_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#agent_oneOf_i0_category_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#agent_oneOf_i0_category_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### Attribution > agent > oneOf > Agent > category > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+###### Property `Attribution > agent > oneOf > Agent > category > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `Attribution > agent > oneOf > Agent > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the agent type
+
+#### Property `Attribution > agent > oneOf > Agent > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The name of the agent
+
+### Property `Attribution > agent > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/CUIRestriction.md b/jsonschema/docs/CUIRestriction.md
new file mode 100644
index 0000000..14ae1f2
--- /dev/null
+++ b/jsonschema/docs/CUIRestriction.md
@@ -0,0 +1,102 @@
+# CUIRestriction
+
+**Title:** CUIRestriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A specific restriction on handling Controlled Unclassified Information (CUI)
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------ | ----------- | -------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| + [cuiBannerMarking](#cuiBannerMarking ) | string | CUI banner marking |
+| + [designationIndicator](#designationIndicator ) | string | CUI designation indicator |
+| - [requiredIndicatorPerAuthority](#requiredIndicatorPerAuthority ) | Combination | required indicator per authority |
+
+## Property `CUIRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `CUIRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"CUIRestriction"` |
+
+## Property `CUIRestriction > cuiBannerMarking`
+
+**Title:** CUI banner marking
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** CUI (Controlled Unclassified Information) banner marking is required for any unclassified information that is deemed sensitive and requires protection
+
+## Property `CUIRestriction > designationIndicator`
+
+**Title:** CUI designation indicator
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Designation Indicator shows which agency made the document CUI
+
+## Property `CUIRestriction > requiredIndicatorPerAuthority`
+
+**Title:** required indicator per authority
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of free text of the required indicator
+
+| Any of(Option) |
+| ------------------------------------------------- |
+| [item 0](#requiredIndicatorPerAuthority_anyOf_i0) |
+| [item 1](#requiredIndicatorPerAuthority_anyOf_i1) |
+
+### Property `CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------- | ----------- |
+| [item 1 items](#requiredIndicatorPerAuthority_anyOf_i1_items) | - |
+
+#### CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Catalog.md b/jsonschema/docs/Catalog.md
new file mode 100644
index 0000000..e15a201
--- /dev/null
+++ b/jsonschema/docs/Catalog.md
@@ -0,0 +1,13147 @@
+# DCAT-US 3 Catalog
+
+**Title:** DCAT-US 3 Catalog
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The main item defined by DCAT-US 3 is the Catalog class
+
+| Property | Type | Title/Description |
+| ------------------------------------------------ | ----------------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [catalog](#catalog ) | Combination | catalog |
+| - [contactPoint](#contactPoint ) | Combination | contact point |
+| + [dataset](#dataset ) | array | dataset |
+| - [keyword](#keyword ) | null or array of string | keyword/tag |
+| - [keywordMap](#keywordMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [record](#record ) | Combination | catalog record |
+| - [service](#service ) | Combination | service |
+| - [theme](#theme ) | Combination | theme/category |
+| - [themeTaxonomy](#themeTaxonomy ) | Combination | themes |
+| - [accessRights](#accessRights ) | Combination | access rights |
+| - [conformsTo](#conformsTo ) | Combination | schema version |
+| - [creator](#creator ) | Combination | creator |
+| - [description](#description ) | null or string | description |
+| - [descriptionMap](#descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasPart](#hasPart ) | Combination | has part |
+| - [identifier](#identifier ) | Combination | identifier |
+| - [issued](#issued ) | Combination | release date |
+| - [language](#language ) | Combination | language |
+| - [license](#license ) | Combination | license |
+| - [modified](#modified ) | Combination | update/modification date |
+| - [publisher](#publisher ) | Combination | publisher |
+| - [rights](#rights ) | Combination | rights |
+| - [rightsHolder](#rightsHolder ) | Combination | rights holder |
+| - [spatial](#spatial ) | Combination | spatial/geographic coverage |
+| - [subject](#subject ) | Combination | subject |
+| - [temporal](#temporal ) | Combination | temporal coverage |
+| - [title](#title ) | null or string | title |
+| - [titleMap](#titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#category ) | Combination | category |
+| - [homepage](#homepage ) | Combination | homepage |
+| - [qualifiedAttribution](#qualifiedAttribution ) | Combination | qualified attribution |
+
+## Property `DCAT-US 3 Catalog > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `DCAT-US 3 Catalog > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Catalog"` |
+
+## Property `DCAT-US 3 Catalog > catalog`
+
+**Title:** catalog
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related catalogs whose contents are of interest in the context of this catalog
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#catalog_anyOf_i0) |
+| [item 1](#catalog_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > catalog > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > catalog > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#catalog_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > catalog > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------- |
+| [catalog](#catalog_anyOf_i1_items_oneOf_i0) |
+| [item 1](#catalog_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > catalog > anyOf > item 1 > item 1 items > oneOf > catalog`
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/catalog |
+
+**Description:** inline description of Catalog
+
+##### Property `DCAT-US 3 Catalog > catalog > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Catalog
+
+## Property `DCAT-US 3 Catalog > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Contact information that can be used for sending comments about the Catalog
+
+| Any of(Option) |
+| -------------------------------- |
+| [item 0](#contactPoint_anyOf_i0) |
+| [item 1](#contactPoint_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------- | ----------- |
+| [item 1 items](#contactPoint_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------- |
+| [Kind](#contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#contactPoint_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | ------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/kind |
+
+**Description:** inline value for contact point
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#contactPoint_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#contactPoint_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [address](#contactPoint_anyOf_i1_items_oneOf_i0_address ) | Combination | address |
+| + [hasEmail](#contactPoint_anyOf_i1_items_oneOf_i0_hasEmail ) | string | Email |
+| - [family-name](#contactPoint_anyOf_i1_items_oneOf_i0_family-name ) | null or string | family name |
+| + [fn](#contactPoint_anyOf_i1_items_oneOf_i0_fn ) | string | formatted name |
+| - [given-name](#contactPoint_anyOf_i1_items_oneOf_i0_given-name ) | null or string | given name |
+| - [organization-name](#contactPoint_anyOf_i1_items_oneOf_i0_organization-name ) | null or string | organization name |
+| - [tel](#contactPoint_anyOf_i1_items_oneOf_i0_tel ) | null or string | telephone |
+| - [title](#contactPoint_anyOf_i1_items_oneOf_i0_title ) | null or string | position title |
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > @type`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Kind"` |
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address`
+
+**Title:** address
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The address of the contact
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i0) |
+| [item 1](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------- |
+| [Address](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0) |
+| [item 1](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address`
+
+**Title:** Address
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/address |
+
+**Description:** inline address information
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------- | -------------- | ------------------- |
+| - [@id](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [country-name](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_country-name ) | null or string | country |
+| - [locality](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_locality ) | null or string | locality |
+| - [postal-code](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_postal-code ) | null or string | postal code |
+| - [region](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_region ) | null or string | administrative area |
+| - [street-address](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_street-address ) | null or string | street address |
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Address"` |
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > country-name`
+
+**Title:** country
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The country of the Address
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > locality`
+
+**Title:** locality
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The city of the Address
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > postal-code`
+
+**Title:** postal code
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The postal code of the Address
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > region`
+
+**Title:** administrative area
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The administrative area of the Address. Depending on the country, this corresponds to a province, a county, a region, or a state
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > street-address`
+
+**Title:** street address
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The street name and civic number of an Address
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Address
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > hasEmail`
+
+**Title:** Email
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Email address for the contact
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^mailto:[\w\_\~\!\$\&\'\(\)\*\+\,\;\=\:.-]+@[\w.-]+\.[\w.-]+?$``` [Test](https://regex101.com/?regex=%5Emailto%3A%5B%5Cw%5C_%5C~%5C%21%5C%24%5C%26%5C%27%5C%28%5C%29%5C%2A%5C%2B%5C%2C%5C%3B%5C%3D%5C%3A.-%5D%2B%40%5B%5Cw.-%5D%2B%5C.%5B%5Cw.-%5D%2B%3F%24) |
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > family-name`
+
+**Title:** family name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The family name of the contact
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > fn`
+
+**Title:** formatted name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The formatted text of the name of the contact
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > given-name`
+
+**Title:** given name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The given name of the contact
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > organization-name`
+
+**Title:** organization name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the organization to contact
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > tel`
+
+**Title:** telephone
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The telephone number for the contact
+
+###### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > title`
+
+**Title:** position title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The position role of the person to contact
+
+##### Property `DCAT-US 3 Catalog > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of contact point
+
+## Property `DCAT-US 3 Catalog > dataset`
+
+**Title:** dataset
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | Yes |
+
+**Description:** List of Datasets that are part of the Catalog
+
+| Each item of this array must be | Description |
+| ------------------------------- | ----------- |
+| [dataset items](#dataset_items) | - |
+
+### DCAT-US 3 Catalog > dataset > dataset items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------- |
+| [Dataset](#dataset_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i1) |
+
+#### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/dataset |
+
+**Description:** inline description of Dataset
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_@type ) | string | - |
+| - [otherIdentifier](#dataset_items_oneOf_i0_otherIdentifier ) | Combination | other identifier |
+| - [sample](#dataset_items_oneOf_i0_sample ) | Combination | sample |
+| - [status](#dataset_items_oneOf_i0_status ) | Combination | lifecycle status |
+| - [supportedSchema](#dataset_items_oneOf_i0_supportedSchema ) | Combination | supported schema |
+| - [versionNotes](#dataset_items_oneOf_i0_versionNotes ) | null or string | version notes |
+| - [contactPoint](#dataset_items_oneOf_i0_contactPoint ) | Combination | contact point |
+| - [distribution](#dataset_items_oneOf_i0_distribution ) | Combination | dataset distribution |
+| - [first](#dataset_items_oneOf_i0_first ) | Combination | first |
+| - [hasCurrentVersion](#dataset_items_oneOf_i0_hasCurrentVersion ) | Combination | current version |
+| - [hasVersion](#dataset_items_oneOf_i0_hasVersion ) | Combination | has version |
+| - [inSeries](#dataset_items_oneOf_i0_inSeries ) | Combination | in series |
+| - [keyword](#dataset_items_oneOf_i0_keyword ) | Combination | keyword/tag |
+| - [keywordMap](#dataset_items_oneOf_i0_keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [landingPage](#dataset_items_oneOf_i0_landingPage ) | Combination | landing page |
+| - [previousVersion](#dataset_items_oneOf_i0_previousVersion ) | Combination | previous version |
+| - [qualifiedRelation](#dataset_items_oneOf_i0_qualifiedRelation ) | Combination | qualified relation |
+| - [spatialResolutionInMeters](#dataset_items_oneOf_i0_spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#dataset_items_oneOf_i0_temporalResolution ) | null or string | temporal resolution |
+| - [theme](#dataset_items_oneOf_i0_theme ) | Combination | theme/category |
+| - [version](#dataset_items_oneOf_i0_version ) | null or string | version |
+| - [describedBy](#dataset_items_oneOf_i0_describedBy ) | Combination | data dictionary |
+| - [geographicBoundingBox](#dataset_items_oneOf_i0_geographicBoundingBox ) | Combination | geographic bounding box |
+| - [liabilityStatement](#dataset_items_oneOf_i0_liabilityStatement ) | Combination | liability statement |
+| - [metadataDistribution](#dataset_items_oneOf_i0_metadataDistribution ) | Combination | metadata distribution |
+| - [purpose](#dataset_items_oneOf_i0_purpose ) | null or string | purpose |
+| - [purposeMap](#dataset_items_oneOf_i0_purposeMap ) | null or object | Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [accessRights](#dataset_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [accrualPeriodicity](#dataset_items_oneOf_i0_accrualPeriodicity ) | Combination | frequency |
+| - [conformsTo](#dataset_items_oneOf_i0_conformsTo ) | Combination | conforms to |
+| - [contributor](#dataset_items_oneOf_i0_contributor ) | Combination | contributor |
+| - [created](#dataset_items_oneOf_i0_created ) | Combination | creation date |
+| - [creator](#dataset_items_oneOf_i0_creator ) | Combination | creator |
+| + [description](#dataset_items_oneOf_i0_description ) | string | description |
+| - [descriptionMap](#dataset_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasPart](#dataset_items_oneOf_i0_hasPart ) | Combination | has part |
+| - [identifier](#dataset_items_oneOf_i0_identifier ) | null or string | identifier |
+| - [isReferencedBy](#dataset_items_oneOf_i0_isReferencedBy ) | Combination | is referenced by |
+| - [issued](#dataset_items_oneOf_i0_issued ) | Combination | release date |
+| - [language](#dataset_items_oneOf_i0_language ) | Combination | language |
+| - [modified](#dataset_items_oneOf_i0_modified ) | Combination | last modified |
+| - [provenance](#dataset_items_oneOf_i0_provenance ) | Combination | provenance |
+| + [publisher](#dataset_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [relation](#dataset_items_oneOf_i0_relation ) | Combination | related resource |
+| - [replaces](#dataset_items_oneOf_i0_replaces ) | Combination | replaces |
+| - [rights](#dataset_items_oneOf_i0_rights ) | Combination | rights |
+| - [rightsHolder](#dataset_items_oneOf_i0_rightsHolder ) | Combination | rights holder |
+| - [source](#dataset_items_oneOf_i0_source ) | Combination | data source |
+| - [spatial](#dataset_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [subject](#dataset_items_oneOf_i0_subject ) | Combination | subject |
+| - [temporal](#dataset_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#dataset_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#dataset_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#dataset_items_oneOf_i0_category ) | Combination | category |
+| - [hasQualityMeasurement](#dataset_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#dataset_items_oneOf_i0_page ) | Combination | documentation |
+| - [qualifiedAttribution](#dataset_items_oneOf_i0_qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasAttributedTo](#dataset_items_oneOf_i0_wasAttributedTo ) | Combination | attribution |
+| - [wasGeneratedBy](#dataset_items_oneOf_i0_wasGeneratedBy ) | Combination | was generated by |
+| - [wasUsedBy](#dataset_items_oneOf_i0_wasUsedBy ) | Combination | used by |
+| - [image](#dataset_items_oneOf_i0_image ) | Combination | image |
+| - [scopeNote](#dataset_items_oneOf_i0_scopeNote ) | null or string | usage note |
+| - [scopeNoteMap](#dataset_items_oneOf_i0_scopeNoteMap ) | null or object | Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Dataset"` |
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier`
+
+**Title:** other identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of structure identifiers
+
+| Any of(Option) |
+| ---------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------- |
+| [Identifier](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier`
+
+**Title:** Identifier
+
+| | |
+| ------------------------- | ------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/identifier |
+
+**Description:** inline description of other identifier
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [schemaAgency](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_schemaAgency ) | null or string | schema agency |
+| - [creator](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| - [issued](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [version](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_version ) | null or string | version |
+| - [notation](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_notation ) | null or string | notation |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > @type`
+
+| | |
+| ------------ | -------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Identifier"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > schemaAgency`
+
+**Title:** schema agency
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the agency that issued the identifier
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the agency that manages the identifier scheme
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i0) |
+| [Organization](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/organization |
+
+**Description:** inline description of the creator
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_@type ) | string | - |
+| + [name](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_name ) | string | name |
+| - [subOrganizationOf](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf ) | Combination | suborganization of |
+| - [altLabel](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_altLabel ) | null or string | alternative label |
+| - [altLabelMap](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_altLabelMap ) | null or object | Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [notation](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation ) | Combination | notation |
+| - [prefLabel](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_prefLabel ) | null or string | preferred label |
+| - [prefLabelMap](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Organization"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The full name of the Organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf`
+
+**Title:** suborganization of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------ |
+| [Organization](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > altLabel`
+
+**Title:** alternative label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** alternative name (trading name, colloquial name) for an organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization (e.g. DOI, DOD)
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred or legal name of the organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the creator
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Identifier
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version of the identifier scheme
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > notation`
+
+**Title:** notation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** abbreviation or code from code lists for an identifier
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of other identifier
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample`
+
+**Title:** sample
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to samples of a Dataset
+
+| Any of(Option) |
+| ------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------- |
+| [Distribution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/distribution |
+
+**Description:** inline description of Distribution
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [representationTechnique](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique ) | Combination | representation technique |
+| - [status](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status ) | Combination | lifecycle status |
+| - [characterEncoding](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding ) | Combination | character encoding |
+| - [accessService](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService ) | Combination | access service |
+| - [accessURL](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessURL ) | Combination | access URL |
+| - [byteSize](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_byteSize ) | null or string | byte size |
+| - [compressFormat](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat ) | Combination | compression format |
+| - [downloadURL](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_downloadURL ) | Combination | download URL |
+| - [mediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType ) | Combination | media type |
+| - [packageFormat](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat ) | Combination | packaging format |
+| - [spatialResolutionInMeters](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_temporalResolution ) | null or string | termporal resolution |
+| - [availability](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability ) | Combination | availability |
+| - [accessRestriction](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction ) | Combination | access restriction |
+| - [cuiRestriction](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction ) | Combination | CUI restriction |
+| - [describedBy](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy ) | Combination | data dictionary |
+| - [useRestriction](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction ) | Combination | use restriction |
+| - [accessRights](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [conformsTo](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | linked schemas |
+| - [description](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [format](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format ) | Combination | format |
+| - [identifier](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [language](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [license](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license ) | Combination | license |
+| - [modified](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [rights](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [title](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasQualityMeasurement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page ) | Combination | documentation |
+| - [image](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_image ) | Combination | image |
+| - [checksum](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum ) | Combination | checksum |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Distribution"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique`
+
+**Title:** representation technique
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique). In DCAT-US profile, this property SHOULD be used to express the spatial representation type (grid, vector, tin), by using the URIs of the corresponding code list operated by an approved registry
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of Concept
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_@type ) | string | - |
+| - [altLabel](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [ConceptScheme](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the distribution in the context of maturity lifecycle
+
+| One of(Option) |
+| --------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding`
+
+**Title:** character encoding
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The list of character encodings of the Distribution, by using as value the character set names in the IANA registerÂ
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService`
+
+**Title:** access service
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A data service that gives access to the distribution of the dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------- |
+| [DataService](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService`
+
+**Title:** DataService
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/dataservice |
+
+**Description:** inline description of DataService
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [contactPoint](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint ) | array | contact point |
+| - [endpointDescription](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription ) | Combination | endpoint description |
+| + [endpointURL](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointURL ) | array of string | endpoint URL |
+| - [keyword](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_keyword ) | null or string | keyword/tag |
+| - [keywordMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [servesDataset](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset ) | Combination | serves dataset |
+| - [spatialResolutionInMeters](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | Combination | spatial resolution in meters |
+| - [temporalResolution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution ) | Combination | temporal resolution |
+| - [theme](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme ) | Combination | theme/category |
+| - [geographicBoundingBox](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox ) | Combination | geographic bounding box |
+| - [accessRights](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [conformsTo](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to |
+| - [created](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [creator](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| - [description](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [language](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [license](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license ) | Combination | license |
+| - [modified](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| + [publisher](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [rights](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [rightsHolder](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder ) | Combination | rights holder |
+| - [spatial](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [hasQualityMeasurement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [qualifiedAttribution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasUsedBy](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy ) | Combination | was used by |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DataService"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | Yes |
+
+**Description:** Contact information that can be used for sending comments about the Data Service
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [contactPoint items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------- |
+| [Kind](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#contactPoint_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Kind
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription`
+
+**Title:** endpoint description
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of descriptions of the services available via the end-points, including their operations, parameters etc
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 0`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** An in-line description of the endpoint description
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the endpoint description
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointURL`
+
+**Title:** endpoint URL
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | Yes |
+
+**Description:** A list of root locations or primary endpoints of the service (a Web-resolvable IRI)
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
+| [endpointURL items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointURL_items) | The root location or primary endpoint of the service (a Web-resolvable IRI) |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointURL > endpointURL items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The root location or primary endpoint of the service (a Web-resolvable IRI)
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A keyword or tag describing the Data Service
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset`
+
+**Title:** serves dataset
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of datasets that are served by this data service
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters`
+
+**Title:** spatial resolution in meters
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum spatial separation resolvable in a Data Service, measured in meters
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum time period resolvable by the Data Service
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of themes of the Data Service. A Data Service may be associated with multiple themes
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The spatial extent of domain of application of an data service and is standardized in WGS 84 Lat/Long coordinate system
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GeographicBoundingBox](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/geographicboundingbox |
+
+**Description:** inline description of GeographicBoundingBox
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ----------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [eastBoundingLongitude](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_eastBoundingLongitude ) | string | east bounding longitude |
+| + [northBoundingLatitude](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_northBoundingLatitude ) | string | north bounding latitude |
+| + [southBoundingLatitude](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_southBoundingLatitude ) | string | south bouding latitude |
+| + [westBoundingLongitude](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_westBoundingLongitude ) | string | west bounding longitude |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > @type`
+
+| | |
+| ------------ | ------------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"GeographicBoundingBox"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > eastBoundingLongitude`
+
+**Title:** east bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** East bound longitude in decimal degrees
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > northBoundingLatitude`
+
+**Title:** north bounding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** North bound latitude in decimal degrees
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > southBoundingLatitude`
+
+**Title:** south bouding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** South bound latitude in decimal degrees
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > westBoundingLongitude`
+
+**Title:** west bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** West bound longitude in decimal degrees
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/rightsstatement |
+
+**Description:** inline description of access rights
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_@type ) | string | - |
+| - [attributionText](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_attributionText ) | null or string | attribution text |
+| - [attributionTextMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_attributionTextMap ) | null or object | Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"RightsStatement"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > attributionText`
+
+**Title:** attribution text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The custom attribution text for the rights statement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > attributionTextMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of access rights
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of general standards or specifications that the Data Service endpoints implement
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/standard |
+
+**Description:** inline description of Standard
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [created](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [description](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [modified](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [title](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [inScheme](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | in scheme |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Standard"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Standard has been first created
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Standard
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Standard
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Standard was changed or modified
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Standard
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the Standard. A controlled vocabulary for the values has not been established
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The reference register to which the Standard belongs
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of ConceptScheme
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Data Service has been first created
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents primarily responsible for producing the Data Service
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | -------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/agent |
+
+**Description:** inline description of Agent
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [category](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| + [name](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_name ) | string | name |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > @type`
+
+| | |
+| ------------ | --------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Agent"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the agent that makes the item available
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the agent type
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the agent type
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The name of the agent
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Data Service
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of the main identifiers for the Data Service, e.g. the URI or other unique identifier in the context of the Catalog
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages supported by the Data Service. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 2 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The license under which the Data Service is made available
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i0) |
+| [LicenseDocument](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/licensedocument |
+
+**Description:** inline description of LicenseDocument
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_@type ) | string | - |
+| - [licenseText](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_licenseText ) | null or string | license text |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LicenseDocument"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > licenseText`
+
+**Title:** license text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the license
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Data Service was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for making the Data Service available
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of statements concerning all rights for the Data Service not addressed with license or accessRights, such as copyright statements
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of Agents (organizations) holding rights on the Data Service
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Data Service
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [Location](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/location |
+
+**Description:** inline description of Location
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [bbox](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox ) | Combination | bounding box |
+| - [centroid](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid ) | Combination | centroid |
+| - [identifier](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [geometry](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry ) | Combination | geometry |
+| - [inScheme](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | gazetteer |
+| - [altLabel](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_altLabel ) | null or string | alternative name |
+| - [altLabelMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_altLabelMap ) | null or object | Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [prefLabel](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_prefLabel ) | null or string | geographic name |
+| - [prefLabelMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_prefLabelMap ) | null or object | Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Location"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox`
+
+**Title:** bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** bounding box of a location (in any coordinate system)
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Bounding box represented in some string format
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid`
+
+**Title:** centroid
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The geographic center (centroid) of a location
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Center point in some string format
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of geographic identifiers for the location, e.g., the URI or other unique identifier in the context of the relevant gazetteer
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry`
+
+**Title:** geometry
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Associates a location with a corresponding geometry
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** String format of the full geometry of the location
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme`
+
+**Title:** gazetteer
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The gazetteer to which the location belongs
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of the gazetteer
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the gazetteer
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > altLabel`
+
+**Title:** alternative name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** An alternative name for a location
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > prefLabel`
+
+**Title:** geographic name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred label of the Location
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the DataService covers
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------- |
+| [PeriodOfTime](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/periodoftime |
+
+**Description:** inline description of PeriodOfTime
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [endDate](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate ) | Combination | end date |
+| - [startDate](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate ) | Combination | start date |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"PeriodOfTime"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate`
+
+**Title:** end date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The end date of the period of time
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate`
+
+**Title:** start date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The start date of the period of time
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the data service in the indicated language
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the data service
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Refers to the performed quality measurements
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/qualitymeasurement |
+
+**Description:** inline description of QualityMeasurement
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [isMeasurementOf](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf ) | Combination | is measurement of |
+| + [value](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_value ) | string | value |
+| - [unitMeasure](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_unitMeasure ) | null or string | unit of measure |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"QualityMeasurement"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf`
+
+**Title:** is measurement of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The metric being observed
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Metric](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric`
+
+**Title:** Metric
+
+| | |
+| ------------------------- | --------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/metric |
+
+**Description:** inline description of Metric
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_@type ) | string | - |
+| + [expectedDataType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_expectedDataType ) | string | expected datatype |
+| + [inDimension](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_inDimension ) | string | in dimension |
+| - [definition](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_definition ) | null or string | definition |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > @type`
+
+| | |
+| ------------ | ---------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Metric"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > expectedDataType`
+
+**Title:** expected datatype
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > inDimension`
+
+**Title:** in dimension
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Represents the dimensions a quality metric, certificate and annotation allow a measurement of.
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the metric.
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Metric
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > value`
+
+**Title:** value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The value computed by metric
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > unitMeasure`
+
+**Title:** unit of measure
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Unit of measure associated with the value
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An Agent having some form of responsibility for the DataService
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Attribution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/attribution |
+
+**Description:** inline description of Attribution
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [hadRole](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_hadRole ) | string | role |
+| + [agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent ) | Combination | agent |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Attribution"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to another entity or resource
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent`
+
+**Title:** agent
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The agent that plays a role in the resource
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy`
+
+**Title:** was used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Data Service
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------ |
+| [Activity](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/activity |
+
+**Description:** inline description of Activity
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ------------------------------------------------------------------------------ |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [category](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [label](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_label ) | null or string | label |
+| - [labelMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Activity"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The category of the Activity
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the category
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the category
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A human-readable label for the activity
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DataService
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL`
+
+**Title:** access URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that gives access to a Distribution of the Dataset
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessURL_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessURL_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > byteSize`
+
+**Title:** byte size
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The size of a Distribution in bytes
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat`
+
+**Title:** compression format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i0) |
+| [MediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/mediatype |
+
+**Description:** inline description of MediaType
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------ | -------------- | -------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_@type ) | string | - |
+| - [label](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_label ) | null or string | label |
+| - [labelMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_labelMap ) | null or object | Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > @type`
+
+| | |
+| ------------ | ------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"MediaType"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The denomination of the Media Type
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL`
+
+**Title:** download URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that is a direct link to a downloadable file of the Distribution in a given format
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_downloadURL_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_downloadURL_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The media type of the Distribution as defined in the official register of media types managed by IANA
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i0) |
+| [MediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat`
+
+**Title:** packaging format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i0) |
+| [MediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum spatial separation resolvable in a dataset distribution, measured in meters
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > temporalResolution`
+
+**Title:** termporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum time period resolvable in the dataset distribution
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability`
+
+**Title:** availability
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An indication how long it is planned to keep the Distribution of the Dataset available
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction`
+
+**Title:** access restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of access restrictions related to the distribution
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [AccessRestriction](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction`
+
+**Title:** AccessRestriction
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/accessrestriction |
+
+**Description:** inline description of AccessRestriction
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [restrictionNote](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction ) | Combination | specific restriction |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > @type`
+
+| | |
+| ------------ | --------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"AccessRestriction"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A note related to the access restriction
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The indication of whether or not there are access restrictions on the item
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of restriction status
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with this restriction
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the specific restriction
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of AccessRestriction
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction`
+
+**Title:** CUI restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Controlled Unclassified Information restriction related to the distribution
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i0) |
+| [CUIRestriction](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction`
+
+**Title:** CUIRestriction
+
+| | |
+| ------------------------- | ----------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/cuirestriction |
+
+**Description:** inline description of CUIRestriction
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- | -------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_@type ) | string | - |
+| + [cuiBannerMarking](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_cuiBannerMarking ) | string | CUI banner marking |
+| + [designationIndicator](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_designationIndicator ) | string | CUI designation indicator |
+| - [requiredIndicatorPerAuthority](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority ) | Combination | required indicator per authority |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"CUIRestriction"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > cuiBannerMarking`
+
+**Title:** CUI banner marking
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** CUI (Controlled Unclassified Information) banner marking is required for any unclassified information that is deemed sensitive and requires protection
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > designationIndicator`
+
+**Title:** CUI designation indicator
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Designation Indicator shows which agency made the document CUI
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority`
+
+**Title:** required indicator per authority
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of free text of the required indicator
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of CUIRestriction
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution containing the Data Dictionary for this distribution
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i0) |
+| [Distribution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the data dictionary
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the data dictionary
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction`
+
+**Title:** use restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Use restriction related to the distribution
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [UseRestriction](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction`
+
+**Title:** UseRestriction
+
+| | |
+| ------------------------- | ----------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/userestriction |
+
+**Description:** inline description of UseRestriction
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [restrictionNote](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction ) | Combination | specific restriction |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"UseRestriction"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Significant information pertaining to the use or reproduction of the data
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Indication of whether or not there are use restrictions on the archival materials
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of restriction status
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with the use restriction
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the specific restriction
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of UseRestriction
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo`
+
+**Title:** linked schemas
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of established schemas or reference systems to which the described Distribution conforms
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------- |
+| [Standard](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Distribution
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format`
+
+**Title:** format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The file format of the Distribution
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i0) |
+| [MediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of the format
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the format
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of unique identifiers for the Distribution (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Distribution
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A language or languages used in the Distribution. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------- | ----------- |
+| [item 2 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A license under which the Distribution is made available
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i0) |
+| [LicenseDocument](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [LicenseDocument](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+
+**Description:** inline description of LicenseDocument
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Distribution was changed or modified
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A statement that specifies rights associated with the Distribution
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i0) |
+| [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Distribution
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of quality measurements for the distribution
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A page or document about this Distribution
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------- |
+| [Document](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/document |
+
+**Description:** inline description of Document
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [creators](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators ) | Combination | authors |
+| - [publishers](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publishers ) | null or string | publisher |
+| - [mediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType ) | Combination | media type |
+| - [abstract](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_abstract ) | null or string | abstract |
+| - [abstractMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_abstractMap ) | null or object | Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [bibliographicCitation](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_bibliographicCitation ) | null or string | bibliographic citation |
+| - [conformsTo](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to standard |
+| - [creator](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator ) | Combination | corporate author |
+| - [description](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued ) | Combination | publication date |
+| - [publisher](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| + [title](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Document"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators`
+
+**Title:** authors
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of authors
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publishers`
+
+**Title:** publisher
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Publisher
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of file formats of the Document
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------- |
+| [MediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > abstract`
+
+**Title:** abstract
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Text abstract of the document
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > abstractMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > bibliographicCitation`
+
+**Title:** bibliographic citation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Bibliographic citation as text
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo`
+
+**Title:** conforms to standard
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A standard to which the document conforms
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator`
+
+**Title:** corporate author
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The organization responsible for creating the resource
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of corporate author
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of corporate author
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Document
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of unique identifiers for the Document (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Publication date of the document
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** publisher organization of the document
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [Organization](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of publisher organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the document in the indicated language
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the document
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A link to a thumbnail picture illustrating the content of the distribution
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_image_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_image_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum`
+
+**Title:** checksum
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A mechanism that can be used to verify that the contents of a distribution have not changed
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i0) |
+| [Checksum](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum`
+
+**Title:** Checksum
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/checksum |
+
+**Description:** inline description of Checksum
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------- | ------ | ----------------- |
+| - [@id](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_@type ) | string | - |
+| + [algorithm](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_algorithm ) | string | algorithm |
+| + [checksumValue](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_checksumValue ) | string | checksum value |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Checksum"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > algorithm`
+
+**Title:** algorithm
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The algorithm used to produce the checksum
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > checksumValue`
+
+**Title:** checksum value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A lower case hexadecimal encoded digest value produced using a specific algorithm
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Checksum
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the dataset in the context of maturity lifecycle
+
+| One of(Option) |
+| -------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_status_oneOf_i0) |
+| [Concept](#dataset_items_oneOf_i0_status_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_status_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > supportedSchema`
+
+**Title:** supported schema
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** supported schema for this dataset
+
+| One of(Option) |
+| ----------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_supportedSchema_oneOf_i0) |
+| [Dataset](#dataset_items_oneOf_i0_supportedSchema_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_supportedSchema_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > supportedSchema > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > supportedSchema > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of the supported schema
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > supportedSchema > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the supported schema
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > versionNotes`
+
+**Title:** version notes
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version notes for this dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contact information that can be used for sending comments about the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_contactPoint_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_contactPoint_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_contactPoint_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------- |
+| [Kind](#dataset_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#contactPoint_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Kind
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > distribution`
+
+**Title:** dataset distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of available distributions for the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_distribution_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_distribution_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > distribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > distribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_distribution_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------- |
+| [Distribution](#dataset_items_oneOf_i0_distribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_distribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the first item of the sequence the dataset belongs to
+
+| One of(Option) |
+| ------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_first_oneOf_i0) |
+| [Dataset](#dataset_items_oneOf_i0_first_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_first_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasCurrentVersion`
+
+**Title:** current version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the current (latest) version of a dataset
+
+| One of(Option) |
+| ------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_hasCurrentVersion_oneOf_i0) |
+| [Dataset](#dataset_items_oneOf_i0_hasCurrentVersion_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_hasCurrentVersion_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasCurrentVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasCurrentVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasCurrentVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasVersion`
+
+**Title:** has version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets that are a version, edition, or adaptation of the described Dataset
+
+| Any of(Option) |
+| ----------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_hasVersion_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_hasVersion_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasVersion > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasVersion > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_hasVersion_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------- |
+| [Dataset](#dataset_items_oneOf_i0_hasVersion_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_hasVersion_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries`
+
+**Title:** in series
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Dataset Series this dataset belongs to
+
+| Any of(Option) |
+| --------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [DatasetSeries](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries`
+
+**Title:** DatasetSeries
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/datasetseries |
+
+**Description:** inline description of DatasetSeries
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [contactPoint](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint ) | Combination | contact point |
+| - [first](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first ) | Combination | first |
+| - [last](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last ) | Combination | last |
+| - [seriesMember](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember ) | Combination | series member |
+| - [accrualPeriodicity](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity ) | Combination | frequency |
+| + [description](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_description ) | string | description |
+| - [descriptionMap](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [modified](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| - [publisher](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [spatial](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DatasetSeries"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contacts that can be used for sending comments about the Dataset Series
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [Kind](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#contactPoint_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the contact
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the contact
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The first dataset in an ordered dataset series
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i0) |
+| [Dataset](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of the first dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the first dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last`
+
+**Title:** last
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The last dataset in an ordered dataset series
+
+| One of(Option) |
+| --------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i0) |
+| [Dataset](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of the last dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the last dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember`
+
+**Title:** series member
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of members of the Dataset Series
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [Dataset](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of the member dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the member dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset Series is updated
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i0) |
+| [frequency](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset Series
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g.,publication) of the Dataset Series
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset Series was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for ensuring the coherency of the Dataset Series
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [Agent](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of publisher
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Dataset Series
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------- |
+| [Location](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the Dataset Series covers
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------- |
+| [PeriodOfTime](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset Series
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DatasetSeries
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of keywords or tags describing the Dataset
+
+| Any of(Option) |
+| -------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_keyword_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_keyword_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > keyword > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > keyword > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_keyword_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > keyword > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Min length** | 1 |
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > landingPage`
+
+**Title:** landing page
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A web page that provides access to the Dataset, its Distributions and/or additional information
+
+| One of(Option) |
+| -------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_landingPage_oneOf_i0) |
+| [Document](#dataset_items_oneOf_i0_landingPage_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_landingPage_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > landingPage > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > landingPage > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Document
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > landingPage > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > previousVersion`
+
+**Title:** previous version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the previous dataset version
+
+| One of(Option) |
+| ----------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_previousVersion_oneOf_i0) |
+| [Dataset](#dataset_items_oneOf_i0_previousVersion_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_previousVersion_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > previousVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > previousVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > previousVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedRelation`
+
+**Title:** qualified relation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Qualified relationship with role of the dataset with another resource
+
+| Any of(Option) |
+| ------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_qualifiedRelation_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_qualifiedRelation_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedRelation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedRelation > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_qualifiedRelation_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------- |
+| [Relationship](#dataset_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship`
+
+**Title:** Relationship
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/relationship |
+
+**Description:** inline description of Relationship
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------- | ------ | ----------------- |
+| - [@id](#dataset_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [hadRole](#dataset_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_hadRole ) | string | role |
+| + [relation](#dataset_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_relation ) | string | relation |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Relationship"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to a dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > relation`
+
+**Title:** relation
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Link to the entity related to the dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Relationship
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Spatial resolution in meters
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Temporal resolution using xsd:duration syntax
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of themes of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_theme_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_theme_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------ | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_theme_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------- |
+| [Concept](#dataset_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The version indicator (name or identifier) of a resource
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution describing the Data Dictionary for this dataset
+
+| One of(Option) |
+| ------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_describedBy_oneOf_i0) |
+| [Distribution](#dataset_items_oneOf_i0_describedBy_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_describedBy_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of WGS84 Geographic Bounding Boxes for this dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_geographicBoundingBox_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_geographicBoundingBox_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------- |
+| [GeographicBoundingBox](#dataset_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [GeographicBoundingBox](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of GeographicBoundingBox
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > liabilityStatement`
+
+**Title:** liability statement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A liability statement about the dataset
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_liabilityStatement_oneOf_i0) |
+| [LiabilityStatement](#dataset_items_oneOf_i0_liabilityStatement_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_liabilityStatement_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > liabilityStatement > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement`
+
+**Title:** LiabilityStatement
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/liabilitystatement |
+
+**Description:** inline description of LiabilityStatement
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------- | -------------- | --------------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_liabilityStatement_oneOf_i1_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_liabilityStatement_oneOf_i1_@type ) | string | - |
+| - [label](#dataset_items_oneOf_i0_liabilityStatement_oneOf_i1_label ) | null or string | liability statement text |
+| - [labelMap](#dataset_items_oneOf_i0_liabilityStatement_oneOf_i1_labelMap ) | null or object | Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LiabilityStatement"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > label`
+
+**Title:** liability statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the liability statement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > liabilityStatement > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LiabilityStatement
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > metadataDistribution`
+
+**Title:** metadata distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Distribution to "original" metadata document
+
+| Any of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_metadataDistribution_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_metadataDistribution_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > metadataDistribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > metadataDistribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_metadataDistribution_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [Distribution](#dataset_items_oneOf_i0_metadataDistribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_metadataDistribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > purpose`
+
+**Title:** purpose
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The purpose of the dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > purposeMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information that indicates whether the Dataset is open data, has access restrictions or is public
+
+| One of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#dataset_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset is updated
+
+| One of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_accrualPeriodicity_oneOf_i0) |
+| [frequency](#dataset_items_oneOf_i0_accrualPeriodicity_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_accrualPeriodicity_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of standards to which the described Dataset conforms
+
+| Any of(Option) |
+| ----------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------- |
+| [Standard](#dataset_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contributor`
+
+**Title:** contributor
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents contributing to the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_contributor_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_contributor_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contributor > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contributor > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------ | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_contributor_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------- |
+| [Agent](#dataset_items_oneOf_i0_contributor_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_contributor_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Dataset was first created
+
+| Any of(Option) |
+| -------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity responsible for producing the dataset
+
+| One of(Option) |
+| -------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_creator_oneOf_i0) |
+| [Agent](#dataset_items_oneOf_i0_creator_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_creator_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > creator > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasPart`
+
+**Title:** has part
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related datasets that are part of the described dataset
+
+| Any of(Option) |
+| -------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_hasPart_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_hasPart_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasPart > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasPart > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_hasPart_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------ |
+| [Dataset](#dataset_items_oneOf_i0_hasPart_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_hasPart_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The unique identifier for the Dataset, e.g. the URI or other unique identifier in the context of the Catalog
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > isReferencedBy`
+
+**Title:** is referenced by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to related resources, such as publications, that reference, cite, or otherwise point to the Dataset
+
+| Any of(Option) |
+| --------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_isReferencedBy_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_isReferencedBy_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > isReferencedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > isReferencedBy > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ------------------------- |
+| [item 1 items](#dataset_items_oneOf_i0_isReferencedBy_anyOf_i1_items) | reference iri of Resource |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > isReferencedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Date of formal issuance (e.g., publication) of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages used in the Dataset. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| --------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------- | ----------- |
+| [item 2 items](#dataset_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset was changed or modified
+
+| Any of(Option) |
+| --------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > provenance`
+
+**Title:** provenance
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements about the lineage of a Dataset
+
+| Any of(Option) |
+| ----------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_provenance_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_provenance_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > provenance > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > provenance > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_provenance_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------- |
+| [ProvenanceStatement](#dataset_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement`
+
+**Title:** ProvenanceStatement
+
+| | |
+| ------------------------- | ---------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/provenancestatement |
+
+**Description:** inline description of ProvenanceStatement
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------- | -------------- | ---------------------------------------------------------------------------------------------- |
+| - [@id](#dataset_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#dataset_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [label](#dataset_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_label ) | null or string | provenance statement text |
+| - [labelMap](#dataset_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > @type`
+
+| | |
+| ------------ | ----------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ProvenanceStatement"` |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > label`
+
+**Title:** provenance statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The text of the Provenance Statement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ProvenanceStatement
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An organization responsible for making the Dataset available
+
+| One of(Option) |
+| ---------------------------------------------------------- |
+| [Organization](#dataset_items_oneOf_i0_publisher_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_publisher_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > relation`
+
+**Title:** related resource
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of references to a related resource
+
+| Any of(Option) |
+| --------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_relation_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_relation_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > relation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > relation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------- | ------------------------- |
+| [item 1 items](#dataset_items_oneOf_i0_relation_anyOf_i1_items) | reference iri of Resource |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > relation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > replaces`
+
+**Title:** replaces
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Datasets replaced by this Dataset
+
+| Any of(Option) |
+| --------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_replaces_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_replaces_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > replaces > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > replaces > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_replaces_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------- |
+| [Dataset](#dataset_items_oneOf_i0_replaces_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_replaces_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements concerning all rights for the Dataset not addressed with license or accessRights, such as copyright statements
+
+| One of(Option) |
+| ---------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_rights_oneOf_i0) |
+| [RightsStatement](#dataset_items_oneOf_i0_rights_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_rights_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents (organizations) holding rights on the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_rightsHolder_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_rightsHolder_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_rightsHolder_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------- |
+| [Organization](#dataset_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > source`
+
+**Title:** data source
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets from which the described Dataset is derived
+
+| Any of(Option) |
+| ------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_source_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_source_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > source > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > source > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_source_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > source > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------- |
+| [Dataset](#dataset_items_oneOf_i0_source_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_source_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > source > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#dataset_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > source > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region or regions that are covered by the Dataset
+
+| One of(Option) |
+| ---------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_spatial_oneOf_i0) |
+| [Location](#dataset_items_oneOf_i0_spatial_oneOf_i1) |
+| [item 2](#dataset_items_oneOf_i0_spatial_oneOf_i2) |
+| [item 3](#dataset_items_oneOf_i0_spatial_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > spatial > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > spatial > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > spatial > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > spatial > oneOf > item 3`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------- | ----------- |
+| [item 3 items](#dataset_items_oneOf_i0_spatial_oneOf_i3_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------- |
+| [Location](#dataset_items_oneOf_i0_spatial_oneOf_i3_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_spatial_oneOf_i3_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > subject`
+
+**Title:** subject
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of primary subjects of the dataset
+
+| Any of(Option) |
+| -------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_subject_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_subject_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > subject > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > subject > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_subject_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------ |
+| [Concept](#dataset_items_oneOf_i0_subject_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_subject_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of temporal periods that the dataset covers
+
+| Any of(Option) |
+| --------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------ |
+| [PeriodOfTime](#dataset_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of categories of the dataset
+
+| Any of(Option) |
+| --------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_category_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_category_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > category > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_category_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > category > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------- |
+| [Concept](#dataset_items_oneOf_i0_category_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_category_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > category > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > category > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of quality measurements for the dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#dataset_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of pages or documents about this dataset
+
+| Any of(Option) |
+| ----------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_page_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_page_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_page_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------- |
+| [Document](#dataset_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_page_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Document
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents having some form of responsibility for the dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_qualifiedAttribution_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_qualifiedAttribution_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [Attribution](#dataset_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Attribution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Attribution
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasAttributedTo`
+
+**Title:** attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents attributed to this dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_wasAttributedTo_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_wasAttributedTo_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasAttributedTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasAttributedTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_wasAttributedTo_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [Agent](#dataset_items_oneOf_i0_wasAttributedTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_wasAttributedTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasGeneratedBy`
+
+**Title:** was generated by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that generated, or provide the business context for the creation of the dataset
+
+| Any of(Option) |
+| --------------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_wasGeneratedBy_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_wasGeneratedBy_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasGeneratedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------- |
+| [Activity](#dataset_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasUsedBy`
+
+**Title:** used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Dataset
+
+| Any of(Option) |
+| ---------------------------------------------------- |
+| [item 0](#dataset_items_oneOf_i0_wasUsedBy_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_wasUsedBy_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------- | ----------- |
+| [item 1 items](#dataset_items_oneOf_i0_wasUsedBy_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------- |
+| [Activity](#dataset_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Link to a thumbnail picture illustrating the content of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------ |
+| [item 0](#dataset_items_oneOf_i0_image_anyOf_i0) |
+| [item 1](#dataset_items_oneOf_i0_image_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > scopeNote`
+
+**Title:** usage note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** usage note for the dataset
+
+##### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > Dataset > scopeNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `DCAT-US 3 Catalog > dataset > dataset items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+## Property `DCAT-US 3 Catalog > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------ | ------------------------- |
+| **Type** | `null or array of string` |
+| **Required** | No |
+
+**Description:** A list of keywords or tags describing the resource
+
+## Property `DCAT-US 3 Catalog > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `DCAT-US 3 Catalog > record`
+
+**Title:** catalog record
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A record describing a single resource (e.g., a dataset, a data service) that is part of the catalog
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#record_anyOf_i0) |
+| [item 1](#record_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > record > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > record > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------- | ----------- |
+| [item 1 items](#record_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------ |
+| [CatalogRecord](#record_anyOf_i1_items_oneOf_i0) |
+| [item 1](#record_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord`
+
+**Title:** CatalogRecord
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/catalogrecord |
+
+**Description:** inline description of the record
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#record_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#record_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [status](#record_anyOf_i1_items_oneOf_i0_status ) | Combination | change type |
+| - [conformsTo](#record_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | application profile |
+| - [description](#record_anyOf_i1_items_oneOf_i0_description ) | Combination | description |
+| - [issued](#record_anyOf_i1_items_oneOf_i0_issued ) | Combination | listing date |
+| - [language](#record_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| + [modified](#record_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| - [source](#record_anyOf_i1_items_oneOf_i0_source ) | Combination | source metadata |
+| - [title](#record_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#record_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [primaryTopic](#record_anyOf_i1_items_oneOf_i0_primaryTopic ) | string | primary topic |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"CatalogRecord"` |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > status`
+
+**Title:** change type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the catalog record in the context of editorial flow of the dataset and data service descriptions
+
+| One of(Option) |
+| ---------------------------------------------------------- |
+| [item 0](#record_anyOf_i1_items_oneOf_i0_status_oneOf_i0) |
+| [Concept](#record_anyOf_i1_items_oneOf_i0_status_oneOf_i1) |
+| [item 2](#record_anyOf_i1_items_oneOf_i0_status_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of status
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of status
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > conformsTo`
+
+**Title:** application profile
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An Application Profile that the Catalog Record's metadata conforms to
+
+| One of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#record_anyOf_i1_items_oneOf_i0_conformsTo_oneOf_i0) |
+| [Standard](#record_anyOf_i1_items_oneOf_i0_conformsTo_oneOf_i1) |
+| [item 2](#record_anyOf_i1_items_oneOf_i0_conformsTo_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > conformsTo > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > conformsTo > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of application profile
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > conformsTo > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of application profile
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > description`
+
+**Title:** description
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of free-text accounts of the catalog record
+
+| Any of(Option) |
+| -------------------------------------------------------------- |
+| [item 0](#record_anyOf_i1_items_oneOf_i0_description_anyOf_i0) |
+| [item 1](#record_anyOf_i1_items_oneOf_i0_description_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > description > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > description > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#record_anyOf_i1_items_oneOf_i0_description_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > description > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > issued`
+
+**Title:** listing date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of dates on which the catalog record was included in the catalog
+
+| Any of(Option) |
+| --------------------------------------------------------- |
+| [item 0](#record_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#record_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [item 1 items](#record_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_items) | - |
+
+###### DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > issued > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#record_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_items_oneOf_i0) |
+| [item 1](#record_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_items_oneOf_i1) |
+| [item 2](#record_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_items_oneOf_i2) |
+| [item 3](#record_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_items_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > issued > anyOf > item 1 > item 1 items > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > issued > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > issued > anyOf > item 1 > item 1 items > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > issued > anyOf > item 1 > item 1 items > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A language or languages used in the textual metadata describing titles, descriptions, etc. of the catalog record. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ----------------------------------------------------------- |
+| [item 0](#record_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#record_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#record_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------- | ----------- |
+| [item 2 items](#record_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+
+**Description:** The most recent date on which the catalog record was changed or modified
+
+| One of(Option) |
+| ----------------------------------------------------------- |
+| [item 0](#record_anyOf_i1_items_oneOf_i0_modified_oneOf_i0) |
+| [item 1](#record_anyOf_i1_items_oneOf_i0_modified_oneOf_i1) |
+| [item 2](#record_anyOf_i1_items_oneOf_i0_modified_oneOf_i2) |
+| [item 3](#record_anyOf_i1_items_oneOf_i0_modified_oneOf_i3) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > modified > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > modified > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > modified > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > modified > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > source`
+
+**Title:** source metadata
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The original metadata that was used in creating metadata for the items in the catalog record
+
+| One of(Option) |
+| ----------------------------------------------------------- |
+| [item 0](#record_anyOf_i1_items_oneOf_i0_source_oneOf_i0) |
+| [resource](#record_anyOf_i1_items_oneOf_i0_source_oneOf_i1) |
+| [item 2](#record_anyOf_i1_items_oneOf_i0_source_oneOf_i2) |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > source > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > source > oneOf > resource`
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/resource |
+
+**Description:** inline description of the source
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > source > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the source
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Catalog Record
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > CatalogRecord > primaryTopic`
+
+**Title:** primary topic
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A link to the Dataset, Data service or Catalog described in the Catalog Record
+
+##### Property `DCAT-US 3 Catalog > record > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the record
+
+## Property `DCAT-US 3 Catalog > service`
+
+**Title:** service
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of data services that are listed in the Catalog
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#service_anyOf_i0) |
+| [item 1](#service_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > service > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > service > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#service_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > service > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------- |
+| [DataService](#service_anyOf_i1_items_oneOf_i0) |
+| [item 1](#service_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > service > anyOf > item 1 > item 1 items > oneOf > DataService`
+
+**Title:** DataService
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [DataService](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the service
+
+##### Property `DCAT-US 3 Catalog > service > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the service
+
+## Property `DCAT-US 3 Catalog > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of categories for the Catalog. A Catalog may be associated with multiple themes
+
+| Any of(Option) |
+| ------------------------- |
+| [item 0](#theme_anyOf_i0) |
+| [item 1](#theme_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------- | ----------- |
+| [item 1 items](#theme_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------- |
+| [Concept](#theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#theme_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the theme
+
+##### Property `DCAT-US 3 Catalog > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the theme
+
+## Property `DCAT-US 3 Catalog > themeTaxonomy`
+
+**Title:** themes
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A knowledge organization system (KOS) used to classify the resources documented in the catalog (e.g., datasets and services)
+
+| Any of(Option) |
+| --------------------------------- |
+| [item 0](#themeTaxonomy_anyOf_i0) |
+| [item 1](#themeTaxonomy_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > themeTaxonomy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > themeTaxonomy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------- | ----------- |
+| [item 1 items](#themeTaxonomy_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > themeTaxonomy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------- |
+| [ConceptScheme](#themeTaxonomy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#themeTaxonomy_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > themeTaxonomy > anyOf > item 1 > item 1 items > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of ConceptScheme
+
+##### Property `DCAT-US 3 Catalog > themeTaxonomy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+## Property `DCAT-US 3 Catalog > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information that indicates whether the Catalog is open data, has access restrictions or is not public
+
+| One of(Option) |
+| ----------------------------------------- |
+| [item 0](#accessRights_oneOf_i0) |
+| [RightsStatement](#accessRights_oneOf_i1) |
+| [item 2](#accessRights_oneOf_i2) |
+
+### Property `DCAT-US 3 Catalog > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of access rights
+
+### Property `DCAT-US 3 Catalog > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the access rights
+
+## Property `DCAT-US 3 Catalog > conformsTo`
+
+**Title:** schema version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An established standard to which the described catalog conforms
+
+| One of(Option) |
+| -------------------------------- |
+| [item 0](#conformsTo_oneOf_i0) |
+| [Standard](#conformsTo_oneOf_i1) |
+| [item 2](#conformsTo_oneOf_i2) |
+
+### Property `DCAT-US 3 Catalog > conformsTo > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > conformsTo > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+### Property `DCAT-US 3 Catalog > conformsTo > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+## Property `DCAT-US 3 Catalog > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The entity responsible for creating the resource
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#creator_anyOf_i0) |
+| [item 1](#creator_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#creator_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------ |
+| [Agent](#creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#creator_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > creator > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of creator
+
+##### Property `DCAT-US 3 Catalog > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of creator
+
+## Property `DCAT-US 3 Catalog > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Free-text description of the catalog (in the language indicated in the language property)
+
+## Property `DCAT-US 3 Catalog > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `DCAT-US 3 Catalog > hasPart`
+
+**Title:** has part
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of related catalogs that are part of the described catalog
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#hasPart_anyOf_i0) |
+| [item 1](#hasPart_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > hasPart > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > hasPart > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#hasPart_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > hasPart > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [DCAT-US 3 Catalog](#hasPart_anyOf_i1_items_oneOf_i0) |
+| [item 1](#hasPart_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > hasPart > anyOf > item 1 > item 1 items > oneOf > DCAT-US 3 Catalog`
+
+**Title:** DCAT-US 3 Catalog
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [DCAT-US 3 Catalog](#root) |
+
+**Description:** inline description of the related catalog
+
+##### Property `DCAT-US 3 Catalog > hasPart > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the related catalog
+
+## Property `DCAT-US 3 Catalog > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of identifiers for the Catalog, e.g. the URI or other unique identifier
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#identifier_anyOf_i0) |
+| [item 1](#identifier_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#identifier_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `DCAT-US 3 Catalog > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Date of formal issuance (e.g., publication) of the catalog
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#issued_anyOf_i0) |
+| [item 1](#issued_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#issued_anyOf_i1_oneOf_i0) |
+| [item 1](#issued_anyOf_i1_oneOf_i1) |
+| [item 2](#issued_anyOf_i1_oneOf_i2) |
+| [item 3](#issued_anyOf_i1_oneOf_i3) |
+
+#### Property `DCAT-US 3 Catalog > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DCAT-US 3 Catalog > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DCAT-US 3 Catalog > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `DCAT-US 3 Catalog > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `DCAT-US 3 Catalog > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages used in the textual metadata describing titles, descriptions, etc. of the Datasets in the Catalog. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#language_anyOf_i0) |
+| [item 1](#language_anyOf_i1) |
+| [item 2](#language_anyOf_i2) |
+
+### Property `DCAT-US 3 Catalog > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+### Property `DCAT-US 3 Catalog > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 2 items](#language_anyOf_i2_items) | - |
+
+#### DCAT-US 3 Catalog > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+## Property `DCAT-US 3 Catalog > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The license under which the Catalog can be used or reused
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#license_oneOf_i0) |
+| [LicenseDocument](#license_oneOf_i1) |
+| [item 2](#license_oneOf_i2) |
+
+### Property `DCAT-US 3 Catalog > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [LicenseDocument](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+
+**Description:** inline description of the license
+
+### Property `DCAT-US 3 Catalog > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the license
+
+## Property `DCAT-US 3 Catalog > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Most recent date on which the catalog was changed, updated or modified
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#modified_anyOf_i0) |
+| [item 1](#modified_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------- |
+| [item 0](#modified_anyOf_i1_oneOf_i0) |
+| [item 1](#modified_anyOf_i1_oneOf_i1) |
+| [item 2](#modified_anyOf_i1_oneOf_i2) |
+| [item 3](#modified_anyOf_i1_oneOf_i3) |
+
+#### Property `DCAT-US 3 Catalog > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DCAT-US 3 Catalog > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DCAT-US 3 Catalog > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `DCAT-US 3 Catalog > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `DCAT-US 3 Catalog > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Agent responsible for making the catalog available
+
+| One of(Option) |
+| ----------------------------- |
+| [item 0](#publisher_oneOf_i0) |
+| [Agent](#publisher_oneOf_i1) |
+| [item 2](#publisher_oneOf_i2) |
+
+### Property `DCAT-US 3 Catalog > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the publisher
+
+### Property `DCAT-US 3 Catalog > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the publisher
+
+## Property `DCAT-US 3 Catalog > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A statement that specifies rights associated with the catalog
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#rights_oneOf_i0) |
+| [RightsStatement](#rights_oneOf_i1) |
+| [item 2](#rights_oneOf_i2) |
+
+### Property `DCAT-US 3 Catalog > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of rights
+
+### Property `DCAT-US 3 Catalog > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of rights
+
+## Property `DCAT-US 3 Catalog > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of organizations holding rights on the catalog
+
+| Any of(Option) |
+| -------------------------------- |
+| [item 0](#rightsHolder_anyOf_i0) |
+| [item 1](#rightsHolder_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------- | ----------- |
+| [item 1 items](#rightsHolder_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [Organization](#rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#dataset_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of rights holder
+
+##### Property `DCAT-US 3 Catalog > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of rights holder
+
+## Property `DCAT-US 3 Catalog > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The geographical area covered by the catalog
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#spatial_anyOf_i0) |
+| [item 1](#spatial_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#spatial_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------- |
+| [Location](#spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#spatial_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of geographical coverage
+
+##### Property `DCAT-US 3 Catalog > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of geographical coverage
+
+## Property `DCAT-US 3 Catalog > subject`
+
+**Title:** subject
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of subjects of the catalog
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#subject_anyOf_i0) |
+| [item 1](#subject_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > subject > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > subject > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#subject_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > subject > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------- |
+| [Concept](#subject_anyOf_i1_items_oneOf_i0) |
+| [item 1](#subject_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > subject > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the subject
+
+##### Property `DCAT-US 3 Catalog > subject > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the subject
+
+## Property `DCAT-US 3 Catalog > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of temporal periods that the Catalog covers
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#temporal_anyOf_i0) |
+| [item 1](#temporal_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 1 items](#temporal_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------- |
+| [PeriodOfTime](#temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#temporal_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the temporal coverage
+
+##### Property `DCAT-US 3 Catalog > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the temporal coverage
+
+## Property `DCAT-US 3 Catalog > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The title of the catalog in the indicated language
+
+## Property `DCAT-US 3 Catalog > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `DCAT-US 3 Catalog > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The category of the Catalog
+
+| One of(Option) |
+| ----------------------------- |
+| [item 0](#category_oneOf_i0) |
+| [Concept](#category_oneOf_i1) |
+| [item 2](#category_oneOf_i2) |
+
+### Property `DCAT-US 3 Catalog > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the category
+
+### Property `DCAT-US 3 Catalog > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the category
+
+## Property `DCAT-US 3 Catalog > homepage`
+
+**Title:** homepage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The home page of the catalog (a public Web document usually available in HTML)
+
+| One of(Option) |
+| ------------------------------ |
+| [item 0](#homepage_oneOf_i0) |
+| [Document](#homepage_oneOf_i1) |
+| [item 2](#homepage_oneOf_i2) |
+
+### Property `DCAT-US 3 Catalog > homepage > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > homepage > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the home page
+
+### Property `DCAT-US 3 Catalog > homepage > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the home page
+
+## Property `DCAT-US 3 Catalog > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of agents having some form of responsibility for the catalog
+
+| Any of(Option) |
+| ---------------------------------------- |
+| [item 0](#qualifiedAttribution_anyOf_i0) |
+| [item 1](#qualifiedAttribution_anyOf_i1) |
+
+### Property `DCAT-US 3 Catalog > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DCAT-US 3 Catalog > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------- | ----------- |
+| [item 1 items](#qualifiedAttribution_anyOf_i1_items) | - |
+
+#### DCAT-US 3 Catalog > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------ |
+| [Attribution](#qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DCAT-US 3 Catalog > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Attribution](#dataset_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Attribution
+
+##### Property `DCAT-US 3 Catalog > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/CatalogRecord.md b/jsonschema/docs/CatalogRecord.md
new file mode 100644
index 0000000..664e850
--- /dev/null
+++ b/jsonschema/docs/CatalogRecord.md
@@ -0,0 +1,1441 @@
+# CatalogRecord
+
+**Title:** CatalogRecord
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A record in a catalog, describing the registration of a single resource
+
+| Property | Type | Title/Description |
+| -------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [status](#status ) | Combination | change type |
+| - [conformsTo](#conformsTo ) | Combination | application profile |
+| - [description](#description ) | Combination | description |
+| - [issued](#issued ) | Combination | listing date |
+| - [language](#language ) | Combination | language |
+| + [modified](#modified ) | Combination | update/modification date |
+| - [source](#source ) | Combination | source metadata |
+| - [title](#title ) | null or string | title |
+| - [titleMap](#titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [primaryTopic](#primaryTopic ) | string | primary topic |
+
+## Property `CatalogRecord > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `CatalogRecord > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"CatalogRecord"` |
+
+## Property `CatalogRecord > status`
+
+**Title:** change type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the catalog record in the context of editorial flow of the dataset and data service descriptions
+
+| One of(Option) |
+| --------------------------- |
+| [item 0](#status_oneOf_i0) |
+| [Concept](#status_oneOf_i1) |
+| [item 2](#status_oneOf_i2) |
+
+### Property `CatalogRecord > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `CatalogRecord > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of status
+
+| Property | Type | Title/Description |
+| -------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#status_oneOf_i1_@id ) | string | - |
+| - [@type](#status_oneOf_i1_@type ) | string | - |
+| - [altLabel](#status_oneOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#status_oneOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#status_oneOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#status_oneOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#status_oneOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#status_oneOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#status_oneOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#status_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `CatalogRecord > status > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `CatalogRecord > status > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+#### Property `CatalogRecord > status > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+#### Property `CatalogRecord > status > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `CatalogRecord > status > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+#### Property `CatalogRecord > status > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `CatalogRecord > status > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| --------------------------------------------------- |
+| [ConceptScheme](#status_oneOf_i1_inScheme_oneOf_i0) |
+| [item 1](#status_oneOf_i1_inScheme_oneOf_i1) |
+
+##### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#status_oneOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#status_oneOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#status_oneOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#status_oneOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#status_oneOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#status_oneOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#status_oneOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#status_oneOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#status_oneOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#status_oneOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| ------------------------------------------------------------- |
+| [item 0](#status_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#status_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------- |
+| [item 0](#status_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#status_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#status_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#status_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| ------------------------------------------------------------ |
+| [item 0](#status_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#status_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------- |
+| [item 0](#status_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#status_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#status_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#status_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| -------------------------------------------------------------- |
+| [item 0](#status_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#status_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------- |
+| [item 0](#status_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#status_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#status_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#status_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `CatalogRecord > status > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+#### Property `CatalogRecord > status > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| -------------------------------------------- |
+| [item 0](#status_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#status_oneOf_i1_notation_anyOf_i1) |
+
+##### Property `CatalogRecord > status > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `CatalogRecord > status > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------- | ----------- |
+| [item 1 items](#status_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### CatalogRecord > status > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+#### Property `CatalogRecord > status > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+#### Property `CatalogRecord > status > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `CatalogRecord > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of status
+
+## Property `CatalogRecord > conformsTo`
+
+**Title:** application profile
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An Application Profile that the Catalog Record's metadata conforms to
+
+| One of(Option) |
+| -------------------------------- |
+| [item 0](#conformsTo_oneOf_i0) |
+| [Standard](#conformsTo_oneOf_i1) |
+| [item 2](#conformsTo_oneOf_i2) |
+
+### Property `CatalogRecord > conformsTo > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `CatalogRecord > conformsTo > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/standard |
+
+**Description:** inline description of application profile
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------- |
+| - [@id](#conformsTo_oneOf_i1_@id ) | string | - |
+| - [@type](#conformsTo_oneOf_i1_@type ) | string | - |
+| - [created](#conformsTo_oneOf_i1_created ) | Combination | creation date |
+| - [description](#conformsTo_oneOf_i1_description ) | null or string | description |
+| - [descriptionMap](#conformsTo_oneOf_i1_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#conformsTo_oneOf_i1_identifier ) | Combination | identifier |
+| - [issued](#conformsTo_oneOf_i1_issued ) | Combination | issued |
+| - [modified](#conformsTo_oneOf_i1_modified ) | Combination | last modified |
+| - [title](#conformsTo_oneOf_i1_title ) | null or string | title |
+| - [titleMap](#conformsTo_oneOf_i1_titleMap ) | null or object | Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#conformsTo_oneOf_i1_category ) | Combination | category |
+| - [inScheme](#conformsTo_oneOf_i1_inScheme ) | Combination | in scheme |
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Standard"` |
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Standard has been first created
+
+| Any of(Option) |
+| ----------------------------------------------- |
+| [item 0](#conformsTo_oneOf_i1_created_anyOf_i0) |
+| [item 1](#conformsTo_oneOf_i1_created_anyOf_i1) |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------- |
+| [item 0](#conformsTo_oneOf_i1_created_anyOf_i1_oneOf_i0) |
+| [item 1](#conformsTo_oneOf_i1_created_anyOf_i1_oneOf_i1) |
+| [item 2](#conformsTo_oneOf_i1_created_anyOf_i1_oneOf_i2) |
+| [item 3](#conformsTo_oneOf_i1_created_anyOf_i1_oneOf_i3) |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Standard
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register
+
+| Any of(Option) |
+| -------------------------------------------------- |
+| [item 0](#conformsTo_oneOf_i1_identifier_anyOf_i0) |
+| [item 1](#conformsTo_oneOf_i1_identifier_anyOf_i1) |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------- | ----------- |
+| [item 1 items](#conformsTo_oneOf_i1_identifier_anyOf_i1_items) | - |
+
+###### CatalogRecord > conformsTo > oneOf > Standard > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Standard
+
+| Any of(Option) |
+| ---------------------------------------------- |
+| [item 0](#conformsTo_oneOf_i1_issued_anyOf_i0) |
+| [item 1](#conformsTo_oneOf_i1_issued_anyOf_i1) |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#conformsTo_oneOf_i1_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#conformsTo_oneOf_i1_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#conformsTo_oneOf_i1_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#conformsTo_oneOf_i1_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Standard was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------ |
+| [item 0](#conformsTo_oneOf_i1_modified_anyOf_i0) |
+| [item 1](#conformsTo_oneOf_i1_modified_anyOf_i1) |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------- |
+| [item 0](#conformsTo_oneOf_i1_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#conformsTo_oneOf_i1_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#conformsTo_oneOf_i1_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#conformsTo_oneOf_i1_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `CatalogRecord > conformsTo > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Standard
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the Standard. A controlled vocabulary for the values has not been established
+
+| One of(Option) |
+| ------------------------------------------------- |
+| [item 0](#conformsTo_oneOf_i1_category_oneOf_i0) |
+| [Concept](#conformsTo_oneOf_i1_category_oneOf_i1) |
+| [item 2](#conformsTo_oneOf_i1_category_oneOf_i2) |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#status_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+#### Property `CatalogRecord > conformsTo > oneOf > Standard > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The reference register to which the Standard belongs
+
+| One of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#conformsTo_oneOf_i1_inScheme_oneOf_i0) |
+| [ConceptScheme](#conformsTo_oneOf_i1_inScheme_oneOf_i1) |
+| [item 2](#conformsTo_oneOf_i1_inScheme_oneOf_i2) |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | --------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#status_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of ConceptScheme
+
+##### Property `CatalogRecord > conformsTo > oneOf > Standard > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+### Property `CatalogRecord > conformsTo > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of application profile
+
+## Property `CatalogRecord > description`
+
+**Title:** description
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of free-text accounts of the catalog record
+
+| Any of(Option) |
+| ------------------------------- |
+| [item 0](#description_anyOf_i0) |
+| [item 1](#description_anyOf_i1) |
+
+### Property `CatalogRecord > description > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `CatalogRecord > description > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------- | ----------- |
+| [item 1 items](#description_anyOf_i1_items) | - |
+
+#### CatalogRecord > description > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `CatalogRecord > issued`
+
+**Title:** listing date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of dates on which the catalog record was included in the catalog
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#issued_anyOf_i0) |
+| [item 1](#issued_anyOf_i1) |
+
+### Property `CatalogRecord > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `CatalogRecord > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------- | ----------- |
+| [item 1 items](#issued_anyOf_i1_items) | - |
+
+#### CatalogRecord > issued > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------- |
+| [item 0](#issued_anyOf_i1_items_oneOf_i0) |
+| [item 1](#issued_anyOf_i1_items_oneOf_i1) |
+| [item 2](#issued_anyOf_i1_items_oneOf_i2) |
+| [item 3](#issued_anyOf_i1_items_oneOf_i3) |
+
+##### Property `CatalogRecord > issued > anyOf > item 1 > item 1 items > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+##### Property `CatalogRecord > issued > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+##### Property `CatalogRecord > issued > anyOf > item 1 > item 1 items > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+##### Property `CatalogRecord > issued > anyOf > item 1 > item 1 items > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `CatalogRecord > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A language or languages used in the textual metadata describing titles, descriptions, etc. of the catalog record. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#language_anyOf_i0) |
+| [item 1](#language_anyOf_i1) |
+| [item 2](#language_anyOf_i2) |
+
+### Property `CatalogRecord > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `CatalogRecord > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+### Property `CatalogRecord > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 2 items](#language_anyOf_i2_items) | - |
+
+#### CatalogRecord > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+## Property `CatalogRecord > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+
+**Description:** The most recent date on which the catalog record was changed or modified
+
+| One of(Option) |
+| ---------------------------- |
+| [item 0](#modified_oneOf_i0) |
+| [item 1](#modified_oneOf_i1) |
+| [item 2](#modified_oneOf_i2) |
+| [item 3](#modified_oneOf_i3) |
+
+### Property `CatalogRecord > modified > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+### Property `CatalogRecord > modified > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+### Property `CatalogRecord > modified > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+### Property `CatalogRecord > modified > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `CatalogRecord > source`
+
+**Title:** source metadata
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The original metadata that was used in creating metadata for the items in the catalog record
+
+| One of(Option) |
+| ---------------------------- |
+| [item 0](#source_oneOf_i0) |
+| [resource](#source_oneOf_i1) |
+| [item 2](#source_oneOf_i2) |
+
+### Property `CatalogRecord > source > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `CatalogRecord > source > oneOf > resource`
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/resource |
+
+**Description:** inline description of the source
+
+### Property `CatalogRecord > source > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the source
+
+## Property `CatalogRecord > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Catalog Record
+
+## Property `CatalogRecord > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `CatalogRecord > primaryTopic`
+
+**Title:** primary topic
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A link to the Dataset, Data service or Catalog described in the Catalog Record
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Checksum.md b/jsonschema/docs/Checksum.md
new file mode 100644
index 0000000..083ad2e
--- /dev/null
+++ b/jsonschema/docs/Checksum.md
@@ -0,0 +1,59 @@
+# Checksum
+
+**Title:** Checksum
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A mechanism that can be used to verify that the contents of a distribution have not changed
+
+| Property | Type | Title/Description |
+| ---------------------------------- | ------ | ----------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| + [algorithm](#algorithm ) | string | algorithm |
+| + [checksumValue](#checksumValue ) | string | checksum value |
+
+## Property `Checksum > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Checksum > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Checksum"` |
+
+## Property `Checksum > algorithm`
+
+**Title:** algorithm
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The algorithm used to produce the checksum
+
+## Property `Checksum > checksumValue`
+
+**Title:** checksum value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A lower case hexadecimal encoded digest value produced using a specific algorithm
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Concept.md b/jsonschema/docs/Concept.md
new file mode 100644
index 0000000..a164620
--- /dev/null
+++ b/jsonschema/docs/Concept.md
@@ -0,0 +1,517 @@
+# Concept
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A labeled value from a specified concept scheme
+
+| Property | Type | Title/Description |
+| ---------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [altLabel](#altLabel ) | null or string | alternate label |
+| - [altLabelMap](#altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#definition ) | null or string | definition |
+| - [definitionMap](#definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#inScheme ) | Combination | in scheme |
+| - [notation](#notation ) | Combination | notation |
+| + [prefLabel](#prefLabel ) | string | preferred label |
+| - [prefLabelMap](#prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+## Property `Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+## Property `Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+## Property `Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| ----------------------------------- |
+| [ConceptScheme](#inScheme_oneOf_i0) |
+| [item 1](#inScheme_oneOf_i1) |
+
+### Property `Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+#### Property `Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+#### Property `Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| --------------------------------------------- |
+| [item 0](#inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#inScheme_oneOf_i0_created_anyOf_i1) |
+
+##### Property `Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------ |
+| [item 0](#inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+#### Property `Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| -------------------------------------------- |
+| [item 0](#inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#inScheme_oneOf_i0_issued_anyOf_i1) |
+
+##### Property `Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [item 0](#inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ---------------------------------------------- |
+| [item 0](#inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#inScheme_oneOf_i0_modified_anyOf_i1) |
+
+##### Property `Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+#### Property `Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+## Property `Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#notation_anyOf_i0) |
+| [item 1](#notation_anyOf_i1) |
+
+### Property `Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 1 items](#notation_anyOf_i1_items) | - |
+
+#### Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+## Property `Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/ConceptScheme.md b/jsonschema/docs/ConceptScheme.md
new file mode 100644
index 0000000..fa9985a
--- /dev/null
+++ b/jsonschema/docs/ConceptScheme.md
@@ -0,0 +1,346 @@
+# ConceptScheme
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A system for specifying approved values for a single concept
+
+| Property | Type | Title/Description |
+| ------------------------------------ | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [version](#version ) | null or string | version info |
+| - [created](#created ) | Combination | creation date |
+| - [description](#description ) | null or string | description |
+| - [descriptionMap](#descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#issued ) | Combination | publication date |
+| - [modified](#modified ) | Combination | update/modification date |
+| + [title](#title ) | string | title |
+| - [titleMap](#titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+## Property `ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+## Property `ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#created_anyOf_i0) |
+| [item 1](#created_anyOf_i1) |
+
+### Property `ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#created_anyOf_i1_oneOf_i0) |
+| [item 1](#created_anyOf_i1_oneOf_i1) |
+| [item 2](#created_anyOf_i1_oneOf_i2) |
+| [item 3](#created_anyOf_i1_oneOf_i3) |
+
+#### Property `ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+## Property `ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#issued_anyOf_i0) |
+| [item 1](#issued_anyOf_i1) |
+
+### Property `ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#issued_anyOf_i1_oneOf_i0) |
+| [item 1](#issued_anyOf_i1_oneOf_i1) |
+| [item 2](#issued_anyOf_i1_oneOf_i2) |
+| [item 3](#issued_anyOf_i1_oneOf_i3) |
+
+#### Property `ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#modified_anyOf_i0) |
+| [item 1](#modified_anyOf_i1) |
+
+### Property `ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------- |
+| [item 0](#modified_anyOf_i1_oneOf_i0) |
+| [item 1](#modified_anyOf_i1_oneOf_i1) |
+| [item 2](#modified_anyOf_i1_oneOf_i2) |
+| [item 3](#modified_anyOf_i1_oneOf_i3) |
+
+#### Property `ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+## Property `ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/DataService.md b/jsonschema/docs/DataService.md
new file mode 100644
index 0000000..9bf25a3
--- /dev/null
+++ b/jsonschema/docs/DataService.md
@@ -0,0 +1,12639 @@
+# DataService
+
+**Title:** DataService
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A service for providing data at a URL or URLs
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------- | --------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| + [contactPoint](#contactPoint ) | array | contact point |
+| - [endpointDescription](#endpointDescription ) | Combination | endpoint description |
+| + [endpointURL](#endpointURL ) | array of string | endpoint URL |
+| - [keyword](#keyword ) | null or string | keyword/tag |
+| - [keywordMap](#keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [servesDataset](#servesDataset ) | Combination | serves dataset |
+| - [spatialResolutionInMeters](#spatialResolutionInMeters ) | Combination | spatial resolution in meters |
+| - [temporalResolution](#temporalResolution ) | Combination | temporal resolution |
+| - [theme](#theme ) | Combination | theme/category |
+| - [geographicBoundingBox](#geographicBoundingBox ) | Combination | geographic bounding box |
+| - [accessRights](#accessRights ) | Combination | access rights |
+| - [conformsTo](#conformsTo ) | Combination | conforms to |
+| - [created](#created ) | Combination | creation date |
+| - [creator](#creator ) | Combination | creator |
+| - [description](#description ) | null or string | description |
+| - [descriptionMap](#descriptionMap ) | null or object | Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#identifier ) | Combination | identifier |
+| - [language](#language ) | Combination | language |
+| - [license](#license ) | Combination | license |
+| - [modified](#modified ) | Combination | update/modification date |
+| + [publisher](#publisher ) | Combination | publisher |
+| - [rights](#rights ) | Combination | rights |
+| - [rightsHolder](#rightsHolder ) | Combination | rights holder |
+| - [spatial](#spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#temporal ) | Combination | temporal coverage |
+| + [title](#title ) | string | title |
+| - [titleMap](#titleMap ) | null or object | Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#category ) | Combination | category |
+| - [hasQualityMeasurement](#hasQualityMeasurement ) | Combination | quality measurement |
+| - [qualifiedAttribution](#qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasUsedBy](#wasUsedBy ) | Combination | was used by |
+
+## Property `DataService > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `DataService > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DataService"` |
+
+## Property `DataService > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | Yes |
+
+**Description:** Contact information that can be used for sending comments about the Data Service
+
+| Each item of this array must be | Description |
+| ----------------------------------------- | ----------- |
+| [contactPoint items](#contactPoint_items) | - |
+
+### DataService > contactPoint > contactPoint items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------- |
+| [Kind](#contactPoint_items_oneOf_i0) |
+| [item 1](#contactPoint_items_oneOf_i1) |
+
+#### Property `DataService > contactPoint > contactPoint items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | ------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/kind |
+
+**Description:** inline description of Kind
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#contactPoint_items_oneOf_i0_@id ) | string | - |
+| - [@type](#contactPoint_items_oneOf_i0_@type ) | string | - |
+| - [address](#contactPoint_items_oneOf_i0_address ) | Combination | address |
+| + [hasEmail](#contactPoint_items_oneOf_i0_hasEmail ) | string | Email |
+| - [family-name](#contactPoint_items_oneOf_i0_family-name ) | null or string | family name |
+| + [fn](#contactPoint_items_oneOf_i0_fn ) | string | formatted name |
+| - [given-name](#contactPoint_items_oneOf_i0_given-name ) | null or string | given name |
+| - [organization-name](#contactPoint_items_oneOf_i0_organization-name ) | null or string | organization name |
+| - [tel](#contactPoint_items_oneOf_i0_tel ) | null or string | telephone |
+| - [title](#contactPoint_items_oneOf_i0_title ) | null or string | position title |
+
+##### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+##### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > @type`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Kind"` |
+
+##### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address`
+
+**Title:** address
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The address of the contact
+
+| Any of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#contactPoint_items_oneOf_i0_address_anyOf_i0) |
+| [item 1](#contactPoint_items_oneOf_i0_address_anyOf_i1) |
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------- | ----------- |
+| [item 1 items](#contactPoint_items_oneOf_i0_address_anyOf_i1_items) | - |
+
+###### DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------- |
+| [Address](#contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0) |
+| [item 1](#contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address`
+
+**Title:** Address
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/address |
+
+**Description:** inline address information
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------ | -------------- | ------------------- |
+| - [@id](#contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [country-name](#contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_country-name ) | null or string | country |
+| - [locality](#contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_locality ) | null or string | locality |
+| - [postal-code](#contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_postal-code ) | null or string | postal code |
+| - [region](#contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_region ) | null or string | administrative area |
+| - [street-address](#contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_street-address ) | null or string | street address |
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Address"` |
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > country-name`
+
+**Title:** country
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The country of the Address
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > locality`
+
+**Title:** locality
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The city of the Address
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > postal-code`
+
+**Title:** postal code
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The postal code of the Address
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > region`
+
+**Title:** administrative area
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The administrative area of the Address. Depending on the country, this corresponds to a province, a county, a region, or a state
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > street-address`
+
+**Title:** street address
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The street name and civic number of an Address
+
+###### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Address
+
+##### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > hasEmail`
+
+**Title:** Email
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Email address for the contact
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^mailto:[\w\_\~\!\$\&\'\(\)\*\+\,\;\=\:.-]+@[\w.-]+\.[\w.-]+?$``` [Test](https://regex101.com/?regex=%5Emailto%3A%5B%5Cw%5C_%5C~%5C%21%5C%24%5C%26%5C%27%5C%28%5C%29%5C%2A%5C%2B%5C%2C%5C%3B%5C%3D%5C%3A.-%5D%2B%40%5B%5Cw.-%5D%2B%5C.%5B%5Cw.-%5D%2B%3F%24) |
+
+##### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > family-name`
+
+**Title:** family name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The family name of the contact
+
+##### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > fn`
+
+**Title:** formatted name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The formatted text of the name of the contact
+
+##### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > given-name`
+
+**Title:** given name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The given name of the contact
+
+##### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > organization-name`
+
+**Title:** organization name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the organization to contact
+
+##### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > tel`
+
+**Title:** telephone
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The telephone number for the contact
+
+##### Property `DataService > contactPoint > contactPoint items > oneOf > Kind > title`
+
+**Title:** position title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The position role of the person to contact
+
+#### Property `DataService > contactPoint > contactPoint items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+## Property `DataService > endpointDescription`
+
+**Title:** endpoint description
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of descriptions of the services available via the end-points, including their operations, parameters etc
+
+| Any of(Option) |
+| --------------------------------------- |
+| [item 0](#endpointDescription_anyOf_i0) |
+| [item 1](#endpointDescription_anyOf_i1) |
+
+### Property `DataService > endpointDescription > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > endpointDescription > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------- | ----------- |
+| [item 1 items](#endpointDescription_anyOf_i1_items) | - |
+
+#### DataService > endpointDescription > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ------------------------------------------------------ |
+| [item 0](#endpointDescription_anyOf_i1_items_anyOf_i0) |
+| [item 1](#endpointDescription_anyOf_i1_items_anyOf_i1) |
+
+##### Property `DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 0`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** An in-line description of the endpoint description
+
+##### Property `DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the endpoint description
+
+## Property `DataService > endpointURL`
+
+**Title:** endpoint URL
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | Yes |
+
+**Description:** A list of root locations or primary endpoints of the service (a Web-resolvable IRI)
+
+| Each item of this array must be | Description |
+| --------------------------------------- | --------------------------------------------------------------------------- |
+| [endpointURL items](#endpointURL_items) | The root location or primary endpoint of the service (a Web-resolvable IRI) |
+
+### DataService > endpointURL > endpointURL items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The root location or primary endpoint of the service (a Web-resolvable IRI)
+
+## Property `DataService > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A keyword or tag describing the Data Service
+
+## Property `DataService > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `DataService > servesDataset`
+
+**Title:** serves dataset
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of datasets that are served by this data service
+
+| Any of(Option) |
+| --------------------------------- |
+| [item 0](#servesDataset_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1) |
+
+### Property `DataService > servesDataset > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > servesDataset > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items) | - |
+
+#### DataService > servesDataset > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------- |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/dataset |
+
+**Description:** inline description of Dataset
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [otherIdentifier](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier ) | Combination | other identifier |
+| - [sample](#servesDataset_anyOf_i1_items_oneOf_i0_sample ) | Combination | sample |
+| - [status](#servesDataset_anyOf_i1_items_oneOf_i0_status ) | Combination | lifecycle status |
+| - [supportedSchema](#servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema ) | Combination | supported schema |
+| - [versionNotes](#servesDataset_anyOf_i1_items_oneOf_i0_versionNotes ) | null or string | version notes |
+| - [contactPoint](#servesDataset_anyOf_i1_items_oneOf_i0_contactPoint ) | Combination | contact point |
+| - [distribution](#servesDataset_anyOf_i1_items_oneOf_i0_distribution ) | Combination | dataset distribution |
+| - [first](#servesDataset_anyOf_i1_items_oneOf_i0_first ) | Combination | first |
+| - [hasCurrentVersion](#servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion ) | Combination | current version |
+| - [hasVersion](#servesDataset_anyOf_i1_items_oneOf_i0_hasVersion ) | Combination | has version |
+| - [inSeries](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries ) | Combination | in series |
+| - [keyword](#servesDataset_anyOf_i1_items_oneOf_i0_keyword ) | Combination | keyword/tag |
+| - [keywordMap](#servesDataset_anyOf_i1_items_oneOf_i0_keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [landingPage](#servesDataset_anyOf_i1_items_oneOf_i0_landingPage ) | Combination | landing page |
+| - [previousVersion](#servesDataset_anyOf_i1_items_oneOf_i0_previousVersion ) | Combination | previous version |
+| - [qualifiedRelation](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation ) | Combination | qualified relation |
+| - [spatialResolutionInMeters](#servesDataset_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#servesDataset_anyOf_i1_items_oneOf_i0_temporalResolution ) | null or string | temporal resolution |
+| - [theme](#servesDataset_anyOf_i1_items_oneOf_i0_theme ) | Combination | theme/category |
+| - [version](#servesDataset_anyOf_i1_items_oneOf_i0_version ) | null or string | version |
+| - [describedBy](#servesDataset_anyOf_i1_items_oneOf_i0_describedBy ) | Combination | data dictionary |
+| - [geographicBoundingBox](#servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox ) | Combination | geographic bounding box |
+| - [liabilityStatement](#servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement ) | Combination | liability statement |
+| - [metadataDistribution](#servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution ) | Combination | metadata distribution |
+| - [purpose](#servesDataset_anyOf_i1_items_oneOf_i0_purpose ) | null or string | purpose |
+| - [purposeMap](#servesDataset_anyOf_i1_items_oneOf_i0_purposeMap ) | null or object | Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [accessRights](#servesDataset_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [accrualPeriodicity](#servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity ) | Combination | frequency |
+| - [conformsTo](#servesDataset_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to |
+| - [contributor](#servesDataset_anyOf_i1_items_oneOf_i0_contributor ) | Combination | contributor |
+| - [created](#servesDataset_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [creator](#servesDataset_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| + [description](#servesDataset_anyOf_i1_items_oneOf_i0_description ) | string | description |
+| - [descriptionMap](#servesDataset_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasPart](#servesDataset_anyOf_i1_items_oneOf_i0_hasPart ) | Combination | has part |
+| - [identifier](#servesDataset_anyOf_i1_items_oneOf_i0_identifier ) | null or string | identifier |
+| - [isReferencedBy](#servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy ) | Combination | is referenced by |
+| - [issued](#servesDataset_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [language](#servesDataset_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [modified](#servesDataset_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [provenance](#servesDataset_anyOf_i1_items_oneOf_i0_provenance ) | Combination | provenance |
+| + [publisher](#servesDataset_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [relation](#servesDataset_anyOf_i1_items_oneOf_i0_relation ) | Combination | related resource |
+| - [replaces](#servesDataset_anyOf_i1_items_oneOf_i0_replaces ) | Combination | replaces |
+| - [rights](#servesDataset_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [rightsHolder](#servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder ) | Combination | rights holder |
+| - [source](#servesDataset_anyOf_i1_items_oneOf_i0_source ) | Combination | data source |
+| - [spatial](#servesDataset_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [subject](#servesDataset_anyOf_i1_items_oneOf_i0_subject ) | Combination | subject |
+| - [temporal](#servesDataset_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#servesDataset_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#servesDataset_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#servesDataset_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [hasQualityMeasurement](#servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#servesDataset_anyOf_i1_items_oneOf_i0_page ) | Combination | documentation |
+| - [qualifiedAttribution](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasAttributedTo](#servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo ) | Combination | attribution |
+| - [wasGeneratedBy](#servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy ) | Combination | was generated by |
+| - [wasUsedBy](#servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy ) | Combination | used by |
+| - [image](#servesDataset_anyOf_i1_items_oneOf_i0_image ) | Combination | image |
+| - [scopeNote](#servesDataset_anyOf_i1_items_oneOf_i0_scopeNote ) | null or string | usage note |
+| - [scopeNoteMap](#servesDataset_anyOf_i1_items_oneOf_i0_scopeNoteMap ) | null or object | Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Dataset"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier`
+
+**Title:** other identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of structure identifiers
+
+| Any of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------- |
+| [Identifier](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier`
+
+**Title:** Identifier
+
+| | |
+| ------------------------- | ------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/identifier |
+
+**Description:** inline description of other identifier
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [schemaAgency](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_schemaAgency ) | null or string | schema agency |
+| - [creator](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| - [issued](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [version](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_version ) | null or string | version |
+| - [notation](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_notation ) | null or string | notation |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > @type`
+
+| | |
+| ------------ | -------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Identifier"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > schemaAgency`
+
+**Title:** schema agency
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the agency that issued the identifier
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the agency that manages the identifier scheme
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i0) |
+| [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/organization |
+
+**Description:** inline description of the creator
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_@type ) | string | - |
+| + [name](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_name ) | string | name |
+| - [subOrganizationOf](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf ) | Combination | suborganization of |
+| - [altLabel](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_altLabel ) | null or string | alternative label |
+| - [altLabelMap](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_altLabelMap ) | null or object | Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [notation](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation ) | Combination | notation |
+| - [prefLabel](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_prefLabel ) | null or string | preferred label |
+| - [prefLabelMap](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Organization"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The full name of the Organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf`
+
+**Title:** suborganization of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > altLabel`
+
+**Title:** alternative label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** alternative name (trading name, colloquial name) for an organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization (e.g. DOI, DOD)
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred or legal name of the organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the creator
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Identifier
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version of the identifier scheme
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > notation`
+
+**Title:** notation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** abbreviation or code from code lists for an identifier
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of other identifier
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample`
+
+**Title:** sample
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to samples of a Dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------- |
+| [Distribution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/distribution |
+
+**Description:** inline description of Distribution
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [representationTechnique](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique ) | Combination | representation technique |
+| - [status](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status ) | Combination | lifecycle status |
+| - [characterEncoding](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding ) | Combination | character encoding |
+| - [accessService](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService ) | Combination | access service |
+| - [accessURL](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessURL ) | Combination | access URL |
+| - [byteSize](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_byteSize ) | null or string | byte size |
+| - [compressFormat](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat ) | Combination | compression format |
+| - [downloadURL](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_downloadURL ) | Combination | download URL |
+| - [mediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType ) | Combination | media type |
+| - [packageFormat](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat ) | Combination | packaging format |
+| - [spatialResolutionInMeters](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_temporalResolution ) | null or string | termporal resolution |
+| - [availability](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability ) | Combination | availability |
+| - [accessRestriction](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction ) | Combination | access restriction |
+| - [cuiRestriction](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction ) | Combination | CUI restriction |
+| - [describedBy](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy ) | Combination | data dictionary |
+| - [useRestriction](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction ) | Combination | use restriction |
+| - [accessRights](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [conformsTo](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | linked schemas |
+| - [description](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [format](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format ) | Combination | format |
+| - [identifier](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [language](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [license](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license ) | Combination | license |
+| - [modified](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [rights](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [title](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasQualityMeasurement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page ) | Combination | documentation |
+| - [image](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_image ) | Combination | image |
+| - [checksum](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum ) | Combination | checksum |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Distribution"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique`
+
+**Title:** representation technique
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique). In DCAT-US profile, this property SHOULD be used to express the spatial representation type (grid, vector, tin), by using the URIs of the corresponding code list operated by an approved registry
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of Concept
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_@type ) | string | - |
+| - [altLabel](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [ConceptScheme](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the distribution in the context of maturity lifecycle
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding`
+
+**Title:** character encoding
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The list of character encodings of the Distribution, by using as value the character set names in the IANA registerÂ
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService`
+
+**Title:** access service
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A data service that gives access to the distribution of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [DataService](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService`
+
+**Title:** DataService
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/dataservice |
+
+**Description:** inline description of DataService
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [contactPoint](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint ) | array | contact point |
+| - [endpointDescription](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription ) | Combination | endpoint description |
+| + [endpointURL](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointURL ) | array of string | endpoint URL |
+| - [keyword](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_keyword ) | null or string | keyword/tag |
+| - [keywordMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [servesDataset](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset ) | Combination | serves dataset |
+| - [spatialResolutionInMeters](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | Combination | spatial resolution in meters |
+| - [temporalResolution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution ) | Combination | temporal resolution |
+| - [theme](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme ) | Combination | theme/category |
+| - [geographicBoundingBox](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox ) | Combination | geographic bounding box |
+| - [accessRights](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [conformsTo](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to |
+| - [created](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [creator](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| - [description](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [language](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [license](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license ) | Combination | license |
+| - [modified](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| + [publisher](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [rights](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [rightsHolder](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder ) | Combination | rights holder |
+| - [spatial](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [hasQualityMeasurement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [qualifiedAttribution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasUsedBy](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy ) | Combination | was used by |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DataService"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | Yes |
+
+**Description:** Contact information that can be used for sending comments about the Data Service
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [contactPoint items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Kind](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#contactPoint_items_oneOf_i0) |
+
+**Description:** inline description of Kind
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription`
+
+**Title:** endpoint description
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of descriptions of the services available via the end-points, including their operations, parameters etc
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 0`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** An in-line description of the endpoint description
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the endpoint description
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointURL`
+
+**Title:** endpoint URL
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | Yes |
+
+**Description:** A list of root locations or primary endpoints of the service (a Web-resolvable IRI)
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
+| [endpointURL items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointURL_items) | The root location or primary endpoint of the service (a Web-resolvable IRI) |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointURL > endpointURL items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The root location or primary endpoint of the service (a Web-resolvable IRI)
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A keyword or tag describing the Data Service
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset`
+
+**Title:** serves dataset
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of datasets that are served by this data service
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters`
+
+**Title:** spatial resolution in meters
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum spatial separation resolvable in a Data Service, measured in meters
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum time period resolvable by the Data Service
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of themes of the Data Service. A Data Service may be associated with multiple themes
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The spatial extent of domain of application of an data service and is standardized in WGS 84 Lat/Long coordinate system
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GeographicBoundingBox](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/geographicboundingbox |
+
+**Description:** inline description of GeographicBoundingBox
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ----------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [eastBoundingLongitude](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_eastBoundingLongitude ) | string | east bounding longitude |
+| + [northBoundingLatitude](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_northBoundingLatitude ) | string | north bounding latitude |
+| + [southBoundingLatitude](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_southBoundingLatitude ) | string | south bouding latitude |
+| + [westBoundingLongitude](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_westBoundingLongitude ) | string | west bounding longitude |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > @type`
+
+| | |
+| ------------ | ------------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"GeographicBoundingBox"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > eastBoundingLongitude`
+
+**Title:** east bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** East bound longitude in decimal degrees
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > northBoundingLatitude`
+
+**Title:** north bounding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** North bound latitude in decimal degrees
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > southBoundingLatitude`
+
+**Title:** south bouding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** South bound latitude in decimal degrees
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > westBoundingLongitude`
+
+**Title:** west bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** West bound longitude in decimal degrees
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/rightsstatement |
+
+**Description:** inline description of access rights
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_@type ) | string | - |
+| - [attributionText](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_attributionText ) | null or string | attribution text |
+| - [attributionTextMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_attributionTextMap ) | null or object | Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"RightsStatement"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > attributionText`
+
+**Title:** attribution text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The custom attribution text for the rights statement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > attributionTextMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of access rights
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of general standards or specifications that the Data Service endpoints implement
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/standard |
+
+**Description:** inline description of Standard
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [created](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [description](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [modified](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [title](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [inScheme](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | in scheme |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Standard"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Standard has been first created
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Standard
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Standard
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Standard was changed or modified
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Standard
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the Standard. A controlled vocabulary for the values has not been established
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The reference register to which the Standard belongs
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of ConceptScheme
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Data Service has been first created
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents primarily responsible for producing the Data Service
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | -------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/agent |
+
+**Description:** inline description of Agent
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [category](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| + [name](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_name ) | string | name |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > @type`
+
+| | |
+| ------------ | --------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Agent"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the agent that makes the item available
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the agent type
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the agent type
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The name of the agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Data Service
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of the main identifiers for the Data Service, e.g. the URI or other unique identifier in the context of the Catalog
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages supported by the Data Service. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 2 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The license under which the Data Service is made available
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i0) |
+| [LicenseDocument](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/licensedocument |
+
+**Description:** inline description of LicenseDocument
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_@type ) | string | - |
+| - [licenseText](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_licenseText ) | null or string | license text |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LicenseDocument"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > licenseText`
+
+**Title:** license text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the license
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Data Service was changed or modified
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for making the Data Service available
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of statements concerning all rights for the Data Service not addressed with license or accessRights, such as copyright statements
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of Agents (organizations) holding rights on the Data Service
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Data Service
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Location](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/location |
+
+**Description:** inline description of Location
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [bbox](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox ) | Combination | bounding box |
+| - [centroid](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid ) | Combination | centroid |
+| - [identifier](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [geometry](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry ) | Combination | geometry |
+| - [inScheme](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | gazetteer |
+| - [altLabel](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_altLabel ) | null or string | alternative name |
+| - [altLabelMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_altLabelMap ) | null or object | Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [prefLabel](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_prefLabel ) | null or string | geographic name |
+| - [prefLabelMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_prefLabelMap ) | null or object | Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Location"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox`
+
+**Title:** bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** bounding box of a location (in any coordinate system)
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Bounding box represented in some string format
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid`
+
+**Title:** centroid
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The geographic center (centroid) of a location
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Center point in some string format
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of geographic identifiers for the location, e.g., the URI or other unique identifier in the context of the relevant gazetteer
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry`
+
+**Title:** geometry
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Associates a location with a corresponding geometry
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** String format of the full geometry of the location
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme`
+
+**Title:** gazetteer
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The gazetteer to which the location belongs
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of the gazetteer
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the gazetteer
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > altLabel`
+
+**Title:** alternative name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** An alternative name for a location
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > prefLabel`
+
+**Title:** geographic name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred label of the Location
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the DataService covers
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [PeriodOfTime](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/periodoftime |
+
+**Description:** inline description of PeriodOfTime
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [endDate](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate ) | Combination | end date |
+| - [startDate](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate ) | Combination | start date |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"PeriodOfTime"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate`
+
+**Title:** end date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The end date of the period of time
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate`
+
+**Title:** start date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The start date of the period of time
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the data service in the indicated language
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the data service
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Refers to the performed quality measurements
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/qualitymeasurement |
+
+**Description:** inline description of QualityMeasurement
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [isMeasurementOf](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf ) | Combination | is measurement of |
+| + [value](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_value ) | string | value |
+| - [unitMeasure](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_unitMeasure ) | null or string | unit of measure |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"QualityMeasurement"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf`
+
+**Title:** is measurement of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The metric being observed
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Metric](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric`
+
+**Title:** Metric
+
+| | |
+| ------------------------- | --------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/metric |
+
+**Description:** inline description of Metric
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_@type ) | string | - |
+| + [expectedDataType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_expectedDataType ) | string | expected datatype |
+| + [inDimension](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_inDimension ) | string | in dimension |
+| - [definition](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_definition ) | null or string | definition |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > @type`
+
+| | |
+| ------------ | ---------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Metric"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > expectedDataType`
+
+**Title:** expected datatype
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > inDimension`
+
+**Title:** in dimension
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Represents the dimensions a quality metric, certificate and annotation allow a measurement of.
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the metric.
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Metric
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > value`
+
+**Title:** value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The value computed by metric
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > unitMeasure`
+
+**Title:** unit of measure
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Unit of measure associated with the value
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An Agent having some form of responsibility for the DataService
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Attribution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/attribution |
+
+**Description:** inline description of Attribution
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- | ----------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [hadRole](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_hadRole ) | string | role |
+| + [agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent ) | Combination | agent |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Attribution"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to another entity or resource
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent`
+
+**Title:** agent
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The agent that plays a role in the resource
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy`
+
+**Title:** was used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Data Service
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Activity](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/activity |
+
+**Description:** inline description of Activity
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------ |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [category](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [label](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_label ) | null or string | label |
+| - [labelMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Activity"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The category of the Activity
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the category
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the category
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A human-readable label for the activity
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DataService
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL`
+
+**Title:** access URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that gives access to a Distribution of the Dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessURL_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessURL_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > byteSize`
+
+**Title:** byte size
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The size of a Distribution in bytes
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat`
+
+**Title:** compression format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i0) |
+| [MediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/mediatype |
+
+**Description:** inline description of MediaType
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_@type ) | string | - |
+| - [label](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_label ) | null or string | label |
+| - [labelMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_labelMap ) | null or object | Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > @type`
+
+| | |
+| ------------ | ------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"MediaType"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The denomination of the Media Type
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL`
+
+**Title:** download URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that is a direct link to a downloadable file of the Distribution in a given format
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_downloadURL_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_downloadURL_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The media type of the Distribution as defined in the official register of media types managed by IANA
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i0) |
+| [MediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat`
+
+**Title:** packaging format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i0) |
+| [MediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum spatial separation resolvable in a dataset distribution, measured in meters
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > temporalResolution`
+
+**Title:** termporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum time period resolvable in the dataset distribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability`
+
+**Title:** availability
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An indication how long it is planned to keep the Distribution of the Dataset available
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction`
+
+**Title:** access restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of access restrictions related to the distribution
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------ |
+| [AccessRestriction](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction`
+
+**Title:** AccessRestriction
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/accessrestriction |
+
+**Description:** inline description of AccessRestriction
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [restrictionNote](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction ) | Combination | specific restriction |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > @type`
+
+| | |
+| ------------ | --------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"AccessRestriction"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A note related to the access restriction
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The indication of whether or not there are access restrictions on the item
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of restriction status
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with this restriction
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the specific restriction
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of AccessRestriction
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction`
+
+**Title:** CUI restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Controlled Unclassified Information restriction related to the distribution
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i0) |
+| [CUIRestriction](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction`
+
+**Title:** CUIRestriction
+
+| | |
+| ------------------------- | ----------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/cuirestriction |
+
+**Description:** inline description of CUIRestriction
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_@type ) | string | - |
+| + [cuiBannerMarking](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_cuiBannerMarking ) | string | CUI banner marking |
+| + [designationIndicator](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_designationIndicator ) | string | CUI designation indicator |
+| - [requiredIndicatorPerAuthority](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority ) | Combination | required indicator per authority |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"CUIRestriction"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > cuiBannerMarking`
+
+**Title:** CUI banner marking
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** CUI (Controlled Unclassified Information) banner marking is required for any unclassified information that is deemed sensitive and requires protection
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > designationIndicator`
+
+**Title:** CUI designation indicator
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Designation Indicator shows which agency made the document CUI
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority`
+
+**Title:** required indicator per authority
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of free text of the required indicator
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of CUIRestriction
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution containing the Data Dictionary for this distribution
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i0) |
+| [Distribution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the data dictionary
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the data dictionary
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction`
+
+**Title:** use restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Use restriction related to the distribution
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------ |
+| [UseRestriction](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction`
+
+**Title:** UseRestriction
+
+| | |
+| ------------------------- | ----------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/userestriction |
+
+**Description:** inline description of UseRestriction
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [restrictionNote](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction ) | Combination | specific restriction |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"UseRestriction"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Significant information pertaining to the use or reproduction of the data
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Indication of whether or not there are use restrictions on the archival materials
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of restriction status
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with the use restriction
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the specific restriction
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of UseRestriction
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo`
+
+**Title:** linked schemas
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of established schemas or reference systems to which the described Distribution conforms
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Distribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format`
+
+**Title:** format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The file format of the Distribution
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i0) |
+| [MediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of the format
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the format
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of unique identifiers for the Distribution (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Distribution
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A language or languages used in the Distribution. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 2 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A license under which the Distribution is made available
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i0) |
+| [LicenseDocument](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [LicenseDocument](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+
+**Description:** inline description of LicenseDocument
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Distribution was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A statement that specifies rights associated with the Distribution
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i0) |
+| [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Distribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of quality measurements for the distribution
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A page or document about this Distribution
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [Document](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/document |
+
+**Description:** inline description of Document
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [creators](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators ) | Combination | authors |
+| - [publishers](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publishers ) | null or string | publisher |
+| - [mediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType ) | Combination | media type |
+| - [abstract](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_abstract ) | null or string | abstract |
+| - [abstractMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_abstractMap ) | null or object | Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [bibliographicCitation](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_bibliographicCitation ) | null or string | bibliographic citation |
+| - [conformsTo](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to standard |
+| - [creator](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator ) | Combination | corporate author |
+| - [description](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued ) | Combination | publication date |
+| - [publisher](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| + [title](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Document"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators`
+
+**Title:** authors
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of authors
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publishers`
+
+**Title:** publisher
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Publisher
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of file formats of the Document
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [MediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > abstract`
+
+**Title:** abstract
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Text abstract of the document
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > abstractMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > bibliographicCitation`
+
+**Title:** bibliographic citation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Bibliographic citation as text
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo`
+
+**Title:** conforms to standard
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A standard to which the document conforms
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator`
+
+**Title:** corporate author
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The organization responsible for creating the resource
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of corporate author
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of corporate author
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Document
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of unique identifiers for the Document (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Publication date of the document
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** publisher organization of the document
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of publisher organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the document in the indicated language
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the document
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A link to a thumbnail picture illustrating the content of the distribution
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_image_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_image_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum`
+
+**Title:** checksum
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A mechanism that can be used to verify that the contents of a distribution have not changed
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i0) |
+| [Checksum](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum`
+
+**Title:** Checksum
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/checksum |
+
+**Description:** inline description of Checksum
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------- | ------ | ----------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_@type ) | string | - |
+| + [algorithm](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_algorithm ) | string | algorithm |
+| + [checksumValue](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_checksumValue ) | string | checksum value |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Checksum"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > algorithm`
+
+**Title:** algorithm
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The algorithm used to produce the checksum
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > checksumValue`
+
+**Title:** checksum value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A lower case hexadecimal encoded digest value produced using a specific algorithm
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Checksum
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the dataset in the context of maturity lifecycle
+
+| One of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_status_oneOf_i0) |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_status_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_status_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema`
+
+**Title:** supported schema
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** supported schema for this dataset
+
+| One of(Option) |
+| -------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema_oneOf_i0) |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the supported schema
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the supported schema
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > versionNotes`
+
+**Title:** version notes
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version notes for this dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contact information that can be used for sending comments about the Dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------- |
+| [Kind](#servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#contactPoint_items_oneOf_i0) |
+
+**Description:** inline description of Kind
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution`
+
+**Title:** dataset distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of available distributions for the Dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------- |
+| [Distribution](#servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the first item of the sequence the dataset belongs to
+
+| One of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_first_oneOf_i0) |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_first_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_first_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion`
+
+**Title:** current version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the current (latest) version of a dataset
+
+| One of(Option) |
+| ---------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion_oneOf_i0) |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion`
+
+**Title:** has version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets that are a version, edition, or adaptation of the described Dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries`
+
+**Title:** in series
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Dataset Series this dataset belongs to
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [DatasetSeries](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries`
+
+**Title:** DatasetSeries
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/datasetseries |
+
+**Description:** inline description of DatasetSeries
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [contactPoint](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint ) | Combination | contact point |
+| - [first](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first ) | Combination | first |
+| - [last](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last ) | Combination | last |
+| - [seriesMember](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember ) | Combination | series member |
+| - [accrualPeriodicity](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity ) | Combination | frequency |
+| + [description](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_description ) | string | description |
+| - [descriptionMap](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [modified](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| - [publisher](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [spatial](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DatasetSeries"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contacts that can be used for sending comments about the Dataset Series
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------- |
+| [Kind](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#contactPoint_items_oneOf_i0) |
+
+**Description:** inline description of the contact
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the contact
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The first dataset in an ordered dataset series
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i0) |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the first dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the first dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last`
+
+**Title:** last
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The last dataset in an ordered dataset series
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i0) |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the last dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the last dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember`
+
+**Title:** series member
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of members of the Dataset Series
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the member dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the member dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset Series is updated
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i0) |
+| [frequency](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset Series
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g.,publication) of the Dataset Series
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset Series was changed or modified
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for ensuring the coherency of the Dataset Series
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of publisher
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Dataset Series
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------- |
+| [Location](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the Dataset Series covers
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------ |
+| [PeriodOfTime](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset Series
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DatasetSeries
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of keywords or tags describing the Dataset
+
+| Any of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_keyword_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_keyword_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_keyword_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Min length** | 1 |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage`
+
+**Title:** landing page
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A web page that provides access to the Dataset, its Distributions and/or additional information
+
+| One of(Option) |
+| ----------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i0) |
+| [Document](#servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Document
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion`
+
+**Title:** previous version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the previous dataset version
+
+| One of(Option) |
+| -------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_previousVersion_oneOf_i0) |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_previousVersion_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_previousVersion_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation`
+
+**Title:** qualified relation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Qualified relationship with role of the dataset with another resource
+
+| Any of(Option) |
+| --------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------ |
+| [Relationship](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship`
+
+**Title:** Relationship
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/relationship |
+
+**Description:** inline description of Relationship
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------- | ------ | ----------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [hadRole](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_hadRole ) | string | role |
+| + [relation](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_relation ) | string | relation |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Relationship"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to a dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > relation`
+
+**Title:** relation
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Link to the entity related to the dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Relationship
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Spatial resolution in meters
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Temporal resolution using xsd:duration syntax
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of themes of the dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------- |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The version indicator (name or identifier) of a resource
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution describing the Data Dictionary for this dataset
+
+| One of(Option) |
+| --------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i0) |
+| [Distribution](#servesDataset_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of WGS84 Geographic Bounding Boxes for this dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------- |
+| [GeographicBoundingBox](#servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [GeographicBoundingBox](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of GeographicBoundingBox
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement`
+
+**Title:** liability statement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A liability statement about the dataset
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i0) |
+| [LiabilityStatement](#servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement`
+
+**Title:** LiabilityStatement
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/liabilitystatement |
+
+**Description:** inline description of LiabilityStatement
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------ | -------------- | --------------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_@type ) | string | - |
+| - [label](#servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_label ) | null or string | liability statement text |
+| - [labelMap](#servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_labelMap ) | null or object | Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LiabilityStatement"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > label`
+
+**Title:** liability statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the liability statement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LiabilityStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution`
+
+**Title:** metadata distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Distribution to "original" metadata document
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [Distribution](#servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > purpose`
+
+**Title:** purpose
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The purpose of the dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > purposeMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information that indicates whether the Dataset is open data, has access restrictions or is public
+
+| One of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset is updated
+
+| One of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i0) |
+| [frequency](#servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of standards to which the described Dataset conforms
+
+| Any of(Option) |
+| -------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------- |
+| [Standard](#servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor`
+
+**Title:** contributor
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents contributing to the Dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Dataset was first created
+
+| Any of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity responsible for producing the dataset
+
+| One of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_creator_oneOf_i0) |
+| [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_creator_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart`
+
+**Title:** has part
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related datasets that are part of the described dataset
+
+| Any of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------- |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The unique identifier for the Dataset, e.g. the URI or other unique identifier in the context of the Catalog
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy`
+
+**Title:** is referenced by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to related resources, such as publications, that reference, cite, or otherwise point to the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------ | ------------------------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy_anyOf_i1_items) | reference iri of Resource |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Date of formal issuance (e.g., publication) of the dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages used in the Dataset. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------ | ----------- |
+| [item 2 items](#servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance`
+
+**Title:** provenance
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements about the lineage of a Dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------ |
+| [ProvenanceStatement](#servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement`
+
+**Title:** ProvenanceStatement
+
+| | |
+| ------------------------- | ---------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/provenancestatement |
+
+**Description:** inline description of ProvenanceStatement
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------- | -------------- | ---------------------------------------------------------------------------------------------- |
+| - [@id](#servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [label](#servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_label ) | null or string | provenance statement text |
+| - [labelMap](#servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > @type`
+
+| | |
+| ------------ | ----------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ProvenanceStatement"` |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > label`
+
+**Title:** provenance statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The text of the Provenance Statement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ProvenanceStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An organization responsible for making the Dataset available
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation`
+
+**Title:** related resource
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of references to a related resource
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_relation_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_relation_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------ | ------------------------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_relation_anyOf_i1_items) | reference iri of Resource |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces`
+
+**Title:** replaces
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Datasets replaced by this Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements concerning all rights for the Dataset not addressed with license or accessRights, such as copyright statements
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_rights_oneOf_i0) |
+| [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_rights_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_rights_oneOf_i2) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents (organizations) holding rights on the Dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------- |
+| [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source`
+
+**Title:** data source
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets from which the described Dataset is derived
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------- |
+| [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region or regions that are covered by the Dataset
+
+| One of(Option) |
+| ------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i0) |
+| [Location](#servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i1) |
+| [item 2](#servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i2) |
+| [item 3](#servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------- | ----------- |
+| [item 3 items](#servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [Location](#servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject`
+
+**Title:** subject
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of primary subjects of the dataset
+
+| Any of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------- |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of temporal periods that the dataset covers
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------- |
+| [PeriodOfTime](#servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of categories of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of quality measurements for the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of pages or documents about this dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------- |
+| [Document](#servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Document
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents having some form of responsibility for the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [Attribution](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Attribution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Attribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo`
+
+**Title:** attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents attributed to this dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy`
+
+**Title:** was generated by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that generated, or provide the business context for the creation of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------- |
+| [Activity](#servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy`
+
+**Title:** used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items) | - |
+
+###### DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [Activity](#servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Link to a thumbnail picture illustrating the content of the dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#servesDataset_anyOf_i1_items_oneOf_i0_image_anyOf_i0) |
+| [item 1](#servesDataset_anyOf_i1_items_oneOf_i0_image_anyOf_i1) |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > scopeNote`
+
+**Title:** usage note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** usage note for the dataset
+
+###### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > scopeNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+## Property `DataService > spatialResolutionInMeters`
+
+**Title:** spatial resolution in meters
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum spatial separation resolvable in a Data Service, measured in meters
+
+| Any of(Option) |
+| --------------------------------------------- |
+| [item 0](#spatialResolutionInMeters_anyOf_i0) |
+| [item 1](#spatialResolutionInMeters_anyOf_i1) |
+
+### Property `DataService > spatialResolutionInMeters > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > spatialResolutionInMeters > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------- | ----------- |
+| [item 1 items](#spatialResolutionInMeters_anyOf_i1_items) | - |
+
+#### DataService > spatialResolutionInMeters > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `DataService > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum time period resolvable by the Data Service
+
+| Any of(Option) |
+| -------------------------------------- |
+| [item 0](#temporalResolution_anyOf_i0) |
+| [item 1](#temporalResolution_anyOf_i1) |
+
+### Property `DataService > temporalResolution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > temporalResolution > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------- | ----------- |
+| [item 1 items](#temporalResolution_anyOf_i1_items) | - |
+
+#### DataService > temporalResolution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `DataService > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of themes of the Data Service. A Data Service may be associated with multiple themes
+
+| Any of(Option) |
+| ------------------------- |
+| [item 0](#theme_anyOf_i0) |
+| [item 1](#theme_anyOf_i1) |
+
+### Property `DataService > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------- | ----------- |
+| [item 1 items](#theme_anyOf_i1_items) | - |
+
+#### DataService > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------- |
+| [Concept](#theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#theme_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+##### Property `DataService > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+## Property `DataService > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The spatial extent of domain of application of an data service and is standardized in WGS 84 Lat/Long coordinate system
+
+| Any of(Option) |
+| ----------------------------------------- |
+| [item 0](#geographicBoundingBox_anyOf_i0) |
+| [item 1](#geographicBoundingBox_anyOf_i1) |
+
+### Property `DataService > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------- | ----------- |
+| [item 1 items](#geographicBoundingBox_anyOf_i1_items) | - |
+
+#### DataService > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------- |
+| [GeographicBoundingBox](#geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [GeographicBoundingBox](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of GeographicBoundingBox
+
+##### Property `DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+## Property `DataService > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| ----------------------------------------- |
+| [item 0](#accessRights_oneOf_i0) |
+| [RightsStatement](#accessRights_oneOf_i1) |
+| [item 2](#accessRights_oneOf_i2) |
+
+### Property `DataService > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of access rights
+
+### Property `DataService > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of access rights
+
+## Property `DataService > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of general standards or specifications that the Data Service endpoints implement
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#conformsTo_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1) |
+
+### Property `DataService > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#conformsTo_anyOf_i1_items) | - |
+
+#### DataService > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------- |
+| [Standard](#conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+##### Property `DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+## Property `DataService > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Data Service has been first created
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#created_anyOf_i0) |
+| [item 1](#created_anyOf_i1) |
+
+### Property `DataService > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#created_anyOf_i1_oneOf_i0) |
+| [item 1](#created_anyOf_i1_oneOf_i1) |
+| [item 2](#created_anyOf_i1_oneOf_i2) |
+| [item 3](#created_anyOf_i1_oneOf_i3) |
+
+#### Property `DataService > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DataService > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DataService > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `DataService > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `DataService > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents primarily responsible for producing the Data Service
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#creator_anyOf_i0) |
+| [item 1](#creator_anyOf_i1) |
+
+### Property `DataService > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#creator_anyOf_i1_items) | - |
+
+#### DataService > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------ |
+| [Agent](#creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#creator_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+##### Property `DataService > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+## Property `DataService > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Data Service
+
+## Property `DataService > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `DataService > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of the main identifiers for the Data Service, e.g. the URI or other unique identifier in the context of the Catalog
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#identifier_anyOf_i0) |
+| [item 1](#identifier_anyOf_i1) |
+
+### Property `DataService > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#identifier_anyOf_i1_items) | - |
+
+#### DataService > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `DataService > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages supported by the Data Service. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#language_anyOf_i0) |
+| [item 1](#language_anyOf_i1) |
+| [item 2](#language_anyOf_i2) |
+
+### Property `DataService > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+### Property `DataService > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 2 items](#language_anyOf_i2_items) | - |
+
+#### DataService > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+## Property `DataService > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The license under which the Data Service is made available
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#license_oneOf_i0) |
+| [LicenseDocument](#license_oneOf_i1) |
+| [item 2](#license_oneOf_i2) |
+
+### Property `DataService > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [LicenseDocument](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+
+**Description:** inline description of LicenseDocument
+
+### Property `DataService > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+## Property `DataService > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Data Service was changed or modified
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#modified_anyOf_i0) |
+| [item 1](#modified_anyOf_i1) |
+
+### Property `DataService > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------- |
+| [item 0](#modified_anyOf_i1_oneOf_i0) |
+| [item 1](#modified_anyOf_i1_oneOf_i1) |
+| [item 2](#modified_anyOf_i1_oneOf_i2) |
+| [item 3](#modified_anyOf_i1_oneOf_i3) |
+
+#### Property `DataService > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DataService > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DataService > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `DataService > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `DataService > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for making the Data Service available
+
+| One of(Option) |
+| ----------------------------- |
+| [Agent](#publisher_oneOf_i0) |
+| [item 1](#publisher_oneOf_i1) |
+
+### Property `DataService > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+### Property `DataService > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+## Property `DataService > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of statements concerning all rights for the Data Service not addressed with license or accessRights, such as copyright statements
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#rights_anyOf_i0) |
+| [item 1](#rights_anyOf_i1) |
+
+### Property `DataService > rights > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > rights > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------- | ----------- |
+| [item 1 items](#rights_anyOf_i1_items) | - |
+
+#### DataService > rights > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------- |
+| [RightsStatement](#rights_anyOf_i1_items_oneOf_i0) |
+| [item 1](#rights_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > rights > anyOf > item 1 > item 1 items > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+##### Property `DataService > rights > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+## Property `DataService > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of Agents (organizations) holding rights on the Data Service
+
+| Any of(Option) |
+| -------------------------------- |
+| [item 0](#rightsHolder_anyOf_i0) |
+| [item 1](#rightsHolder_anyOf_i1) |
+
+### Property `DataService > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------- | ----------- |
+| [item 1 items](#rightsHolder_anyOf_i1_items) | - |
+
+#### DataService > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [Organization](#rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+##### Property `DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+## Property `DataService > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Data Service
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#spatial_anyOf_i0) |
+| [item 1](#spatial_anyOf_i1) |
+
+### Property `DataService > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#spatial_anyOf_i1_items) | - |
+
+#### DataService > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------- |
+| [Location](#spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#spatial_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+##### Property `DataService > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+## Property `DataService > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the DataService covers
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#temporal_anyOf_i0) |
+| [item 1](#temporal_anyOf_i1) |
+
+### Property `DataService > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 1 items](#temporal_anyOf_i1_items) | - |
+
+#### DataService > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------- |
+| [PeriodOfTime](#temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#temporal_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+##### Property `DataService > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+## Property `DataService > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the data service in the indicated language
+
+## Property `DataService > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `DataService > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the data service
+
+| One of(Option) |
+| ----------------------------- |
+| [item 0](#category_oneOf_i0) |
+| [Concept](#category_oneOf_i1) |
+| [item 2](#category_oneOf_i2) |
+
+### Property `DataService > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+### Property `DataService > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+## Property `DataService > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Refers to the performed quality measurements
+
+| Any of(Option) |
+| ----------------------------------------- |
+| [item 0](#hasQualityMeasurement_anyOf_i0) |
+| [item 1](#hasQualityMeasurement_anyOf_i1) |
+
+### Property `DataService > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------- | ----------- |
+| [item 1 items](#hasQualityMeasurement_anyOf_i1_items) | - |
+
+#### DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------- |
+| [QualityMeasurement](#hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+##### Property `DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+## Property `DataService > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An Agent having some form of responsibility for the DataService
+
+| Any of(Option) |
+| ---------------------------------------- |
+| [item 0](#qualifiedAttribution_anyOf_i0) |
+| [item 1](#qualifiedAttribution_anyOf_i1) |
+
+### Property `DataService > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------- | ----------- |
+| [item 1 items](#qualifiedAttribution_anyOf_i1_items) | - |
+
+#### DataService > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------ |
+| [Attribution](#qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Attribution](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Attribution
+
+##### Property `DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+## Property `DataService > wasUsedBy`
+
+**Title:** was used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Data Service
+
+| Any of(Option) |
+| ----------------------------- |
+| [item 0](#wasUsedBy_anyOf_i0) |
+| [item 1](#wasUsedBy_anyOf_i1) |
+
+### Property `DataService > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DataService > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------- | ----------- |
+| [item 1 items](#wasUsedBy_anyOf_i1_items) | - |
+
+#### DataService > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------- |
+| [Activity](#wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+##### Property `DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Dataset.md b/jsonschema/docs/Dataset.md
new file mode 100644
index 0000000..003eacb
--- /dev/null
+++ b/jsonschema/docs/Dataset.md
@@ -0,0 +1,14259 @@
+# Dataset
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information about a set of data
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [otherIdentifier](#otherIdentifier ) | Combination | other identifier |
+| - [sample](#sample ) | Combination | sample |
+| - [status](#status ) | Combination | lifecycle status |
+| - [supportedSchema](#supportedSchema ) | Combination | supported schema |
+| - [versionNotes](#versionNotes ) | null or string | version notes |
+| - [contactPoint](#contactPoint ) | Combination | contact point |
+| - [distribution](#distribution ) | Combination | dataset distribution |
+| - [first](#first ) | Combination | first |
+| - [hasCurrentVersion](#hasCurrentVersion ) | Combination | current version |
+| - [hasVersion](#hasVersion ) | Combination | has version |
+| - [inSeries](#inSeries ) | Combination | in series |
+| - [keyword](#keyword ) | Combination | keyword/tag |
+| - [keywordMap](#keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [landingPage](#landingPage ) | Combination | landing page |
+| - [previousVersion](#previousVersion ) | Combination | previous version |
+| - [qualifiedRelation](#qualifiedRelation ) | Combination | qualified relation |
+| - [spatialResolutionInMeters](#spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#temporalResolution ) | null or string | temporal resolution |
+| - [theme](#theme ) | Combination | theme/category |
+| - [version](#version ) | null or string | version |
+| - [describedBy](#describedBy ) | Combination | data dictionary |
+| - [geographicBoundingBox](#geographicBoundingBox ) | Combination | geographic bounding box |
+| - [liabilityStatement](#liabilityStatement ) | Combination | liability statement |
+| - [metadataDistribution](#metadataDistribution ) | Combination | metadata distribution |
+| - [purpose](#purpose ) | null or string | purpose |
+| - [purposeMap](#purposeMap ) | null or object | Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [accessRights](#accessRights ) | Combination | access rights |
+| - [accrualPeriodicity](#accrualPeriodicity ) | Combination | frequency |
+| - [conformsTo](#conformsTo ) | Combination | conforms to |
+| - [contributor](#contributor ) | Combination | contributor |
+| - [created](#created ) | Combination | creation date |
+| - [creator](#creator ) | Combination | creator |
+| + [description](#description ) | string | description |
+| - [descriptionMap](#descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasPart](#hasPart ) | Combination | has part |
+| - [identifier](#identifier ) | null or string | identifier |
+| - [isReferencedBy](#isReferencedBy ) | Combination | is referenced by |
+| - [issued](#issued ) | Combination | release date |
+| - [language](#language ) | Combination | language |
+| - [modified](#modified ) | Combination | last modified |
+| - [provenance](#provenance ) | Combination | provenance |
+| + [publisher](#publisher ) | Combination | publisher |
+| - [relation](#relation ) | Combination | related resource |
+| - [replaces](#replaces ) | Combination | replaces |
+| - [rights](#rights ) | Combination | rights |
+| - [rightsHolder](#rightsHolder ) | Combination | rights holder |
+| - [source](#source ) | Combination | data source |
+| - [spatial](#spatial ) | Combination | spatial/geographic coverage |
+| - [subject](#subject ) | Combination | subject |
+| - [temporal](#temporal ) | Combination | temporal coverage |
+| + [title](#title ) | string | title |
+| - [titleMap](#titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#category ) | Combination | category |
+| - [hasQualityMeasurement](#hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#page ) | Combination | documentation |
+| - [qualifiedAttribution](#qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasAttributedTo](#wasAttributedTo ) | Combination | attribution |
+| - [wasGeneratedBy](#wasGeneratedBy ) | Combination | was generated by |
+| - [wasUsedBy](#wasUsedBy ) | Combination | used by |
+| - [image](#image ) | Combination | image |
+| - [scopeNote](#scopeNote ) | null or string | usage note |
+| - [scopeNoteMap](#scopeNoteMap ) | null or object | Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `Dataset > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Dataset > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Dataset"` |
+
+## Property `Dataset > otherIdentifier`
+
+**Title:** other identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of structure identifiers
+
+| Any of(Option) |
+| ----------------------------------- |
+| [item 0](#otherIdentifier_anyOf_i0) |
+| [item 1](#otherIdentifier_anyOf_i1) |
+
+### Property `Dataset > otherIdentifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > otherIdentifier > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------- | ----------- |
+| [item 1 items](#otherIdentifier_anyOf_i1_items) | - |
+
+#### Dataset > otherIdentifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------ |
+| [Identifier](#otherIdentifier_anyOf_i1_items_oneOf_i0) |
+| [item 1](#otherIdentifier_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier`
+
+**Title:** Identifier
+
+| | |
+| ------------------------- | ------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/identifier |
+
+**Description:** inline description of other identifier
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------ | -------------- | ----------------- |
+| - [@id](#otherIdentifier_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#otherIdentifier_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [schemaAgency](#otherIdentifier_anyOf_i1_items_oneOf_i0_schemaAgency ) | null or string | schema agency |
+| - [creator](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| - [issued](#otherIdentifier_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [version](#otherIdentifier_anyOf_i1_items_oneOf_i0_version ) | null or string | version |
+| - [notation](#otherIdentifier_anyOf_i1_items_oneOf_i0_notation ) | null or string | notation |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > @type`
+
+| | |
+| ------------ | -------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Identifier"` |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > schemaAgency`
+
+**Title:** schema agency
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the agency that issued the identifier
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the agency that manages the identifier scheme
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i0) |
+| [Organization](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+| [item 2](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i2) |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/organization |
+
+**Description:** inline description of the creator
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------- |
+| - [@id](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_@id ) | string | - |
+| - [@type](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_@type ) | string | - |
+| + [name](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_name ) | string | name |
+| - [subOrganizationOf](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf ) | Combination | suborganization of |
+| - [altLabel](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_altLabel ) | null or string | alternative label |
+| - [altLabelMap](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_altLabelMap ) | null or object | Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [notation](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation ) | Combination | notation |
+| - [prefLabel](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_prefLabel ) | null or string | preferred label |
+| - [prefLabelMap](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Organization"` |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The full name of the Organization
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf`
+
+**Title:** suborganization of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------- |
+| [item 0](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i0) |
+| [item 1](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1) |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items) | - |
+
+###### Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i0) |
+| [item 1](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > altLabel`
+
+**Title:** alternative label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** alternative name (trading name, colloquial name) for an organization
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization (e.g. DOI, DOD)
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------- |
+| [item 0](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred or legal name of the organization
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the creator
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Identifier
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------- |
+| [item 0](#otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version of the identifier scheme
+
+###### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > notation`
+
+**Title:** notation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** abbreviation or code from code lists for an identifier
+
+##### Property `Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of other identifier
+
+## Property `Dataset > sample`
+
+**Title:** sample
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to samples of a Dataset
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#sample_anyOf_i0) |
+| [item 1](#sample_anyOf_i1) |
+
+### Property `Dataset > sample > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > sample > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items) | - |
+
+#### Dataset > sample > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------- |
+| [Distribution](#sample_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/distribution |
+
+**Description:** inline description of Distribution
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [representationTechnique](#sample_anyOf_i1_items_oneOf_i0_representationTechnique ) | Combination | representation technique |
+| - [status](#sample_anyOf_i1_items_oneOf_i0_status ) | Combination | lifecycle status |
+| - [characterEncoding](#sample_anyOf_i1_items_oneOf_i0_characterEncoding ) | Combination | character encoding |
+| - [accessService](#sample_anyOf_i1_items_oneOf_i0_accessService ) | Combination | access service |
+| - [accessURL](#sample_anyOf_i1_items_oneOf_i0_accessURL ) | Combination | access URL |
+| - [byteSize](#sample_anyOf_i1_items_oneOf_i0_byteSize ) | null or string | byte size |
+| - [compressFormat](#sample_anyOf_i1_items_oneOf_i0_compressFormat ) | Combination | compression format |
+| - [downloadURL](#sample_anyOf_i1_items_oneOf_i0_downloadURL ) | Combination | download URL |
+| - [mediaType](#sample_anyOf_i1_items_oneOf_i0_mediaType ) | Combination | media type |
+| - [packageFormat](#sample_anyOf_i1_items_oneOf_i0_packageFormat ) | Combination | packaging format |
+| - [spatialResolutionInMeters](#sample_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#sample_anyOf_i1_items_oneOf_i0_temporalResolution ) | null or string | termporal resolution |
+| - [availability](#sample_anyOf_i1_items_oneOf_i0_availability ) | Combination | availability |
+| - [accessRestriction](#sample_anyOf_i1_items_oneOf_i0_accessRestriction ) | Combination | access restriction |
+| - [cuiRestriction](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction ) | Combination | CUI restriction |
+| - [describedBy](#sample_anyOf_i1_items_oneOf_i0_describedBy ) | Combination | data dictionary |
+| - [useRestriction](#sample_anyOf_i1_items_oneOf_i0_useRestriction ) | Combination | use restriction |
+| - [accessRights](#sample_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [conformsTo](#sample_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | linked schemas |
+| - [description](#sample_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#sample_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [format](#sample_anyOf_i1_items_oneOf_i0_format ) | Combination | format |
+| - [identifier](#sample_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#sample_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [language](#sample_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [license](#sample_anyOf_i1_items_oneOf_i0_license ) | Combination | license |
+| - [modified](#sample_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [rights](#sample_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [title](#sample_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#sample_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasQualityMeasurement](#sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#sample_anyOf_i1_items_oneOf_i0_page ) | Combination | documentation |
+| - [image](#sample_anyOf_i1_items_oneOf_i0_image ) | Combination | image |
+| - [checksum](#sample_anyOf_i1_items_oneOf_i0_checksum ) | Combination | checksum |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Distribution"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique`
+
+**Title:** representation technique
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique). In DCAT-US profile, this property SHOULD be used to express the spatial representation type (grid, vector, tin), by using the URIs of the corresponding code list operated by an approved registry
+
+| One of(Option) |
+| --------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of Concept
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_@type ) | string | - |
+| - [altLabel](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [ConceptScheme](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the distribution in the context of maturity lifecycle
+
+| One of(Option) |
+| ---------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_status_oneOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_status_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_status_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding`
+
+**Title:** character encoding
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The list of character encodings of the Distribution, by using as value the character set names in the IANA registerÂ
+
+| Any of(Option) |
+| -------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService`
+
+**Title:** access service
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A data service that gives access to the distribution of the dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [DataService](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService`
+
+**Title:** DataService
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/dataservice |
+
+**Description:** inline description of DataService
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [contactPoint](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint ) | array | contact point |
+| - [endpointDescription](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription ) | Combination | endpoint description |
+| + [endpointURL](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointURL ) | array of string | endpoint URL |
+| - [keyword](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_keyword ) | null or string | keyword/tag |
+| - [keywordMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [servesDataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset ) | Combination | serves dataset |
+| - [spatialResolutionInMeters](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | Combination | spatial resolution in meters |
+| - [temporalResolution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution ) | Combination | temporal resolution |
+| - [theme](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme ) | Combination | theme/category |
+| - [geographicBoundingBox](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox ) | Combination | geographic bounding box |
+| - [accessRights](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [conformsTo](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to |
+| - [created](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [creator](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| - [description](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [language](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [license](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license ) | Combination | license |
+| - [modified](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| + [publisher](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [rights](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [rightsHolder](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder ) | Combination | rights holder |
+| - [spatial](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [hasQualityMeasurement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [qualifiedAttribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasUsedBy](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy ) | Combination | was used by |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DataService"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | Yes |
+
+**Description:** Contact information that can be used for sending comments about the Data Service
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------- | ----------- |
+| [contactPoint items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------- |
+| [Kind](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | ------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/kind |
+
+**Description:** inline description of Kind
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_@type ) | string | - |
+| - [address](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address ) | Combination | address |
+| + [hasEmail](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_hasEmail ) | string | Email |
+| - [family-name](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_family-name ) | null or string | family name |
+| + [fn](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_fn ) | string | formatted name |
+| - [given-name](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_given-name ) | null or string | given name |
+| - [organization-name](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_organization-name ) | null or string | organization name |
+| - [tel](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_tel ) | null or string | telephone |
+| - [title](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_title ) | null or string | position title |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > @type`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Kind"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address`
+
+**Title:** address
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The address of the contact
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Address](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address`
+
+**Title:** Address
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/address |
+
+**Description:** inline address information
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [country-name](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_country-name ) | null or string | country |
+| - [locality](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_locality ) | null or string | locality |
+| - [postal-code](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_postal-code ) | null or string | postal code |
+| - [region](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_region ) | null or string | administrative area |
+| - [street-address](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_street-address ) | null or string | street address |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Address"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > country-name`
+
+**Title:** country
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The country of the Address
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > locality`
+
+**Title:** locality
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The city of the Address
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > postal-code`
+
+**Title:** postal code
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The postal code of the Address
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > region`
+
+**Title:** administrative area
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The administrative area of the Address. Depending on the country, this corresponds to a province, a county, a region, or a state
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > street-address`
+
+**Title:** street address
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The street name and civic number of an Address
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Address
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > hasEmail`
+
+**Title:** Email
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Email address for the contact
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^mailto:[\w\_\~\!\$\&\'\(\)\*\+\,\;\=\:.-]+@[\w.-]+\.[\w.-]+?$``` [Test](https://regex101.com/?regex=%5Emailto%3A%5B%5Cw%5C_%5C~%5C%21%5C%24%5C%26%5C%27%5C%28%5C%29%5C%2A%5C%2B%5C%2C%5C%3B%5C%3D%5C%3A.-%5D%2B%40%5B%5Cw.-%5D%2B%5C.%5B%5Cw.-%5D%2B%3F%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > family-name`
+
+**Title:** family name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The family name of the contact
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > fn`
+
+**Title:** formatted name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The formatted text of the name of the contact
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > given-name`
+
+**Title:** given name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The given name of the contact
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > organization-name`
+
+**Title:** organization name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the organization to contact
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > tel`
+
+**Title:** telephone
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The telephone number for the contact
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > title`
+
+**Title:** position title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The position role of the person to contact
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription`
+
+**Title:** endpoint description
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of descriptions of the services available via the end-points, including their operations, parameters etc
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 0`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** An in-line description of the endpoint description
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the endpoint description
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointURL`
+
+**Title:** endpoint URL
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | Yes |
+
+**Description:** A list of root locations or primary endpoints of the service (a Web-resolvable IRI)
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------- |
+| [endpointURL items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointURL_items) | The root location or primary endpoint of the service (a Web-resolvable IRI) |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointURL > endpointURL items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The root location or primary endpoint of the service (a Web-resolvable IRI)
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A keyword or tag describing the Data Service
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset`
+
+**Title:** serves dataset
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of datasets that are served by this data service
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/dataset |
+
+**Description:** inline description of Dataset
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [otherIdentifier](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier ) | Combination | other identifier |
+| - [sample](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample ) | Combination | sample |
+| - [status](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_status ) | Combination | lifecycle status |
+| - [supportedSchema](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema ) | Combination | supported schema |
+| - [versionNotes](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_versionNotes ) | null or string | version notes |
+| - [contactPoint](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint ) | Combination | contact point |
+| - [distribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution ) | Combination | dataset distribution |
+| - [first](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_first ) | Combination | first |
+| - [hasCurrentVersion](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion ) | Combination | current version |
+| - [hasVersion](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion ) | Combination | has version |
+| - [inSeries](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries ) | Combination | in series |
+| - [keyword](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_keyword ) | Combination | keyword/tag |
+| - [keywordMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [landingPage](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage ) | Combination | landing page |
+| - [previousVersion](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_previousVersion ) | Combination | previous version |
+| - [qualifiedRelation](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation ) | Combination | qualified relation |
+| - [spatialResolutionInMeters](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporalResolution ) | null or string | temporal resolution |
+| - [theme](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme ) | Combination | theme/category |
+| - [version](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_version ) | null or string | version |
+| - [describedBy](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_describedBy ) | Combination | data dictionary |
+| - [geographicBoundingBox](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox ) | Combination | geographic bounding box |
+| - [liabilityStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement ) | Combination | liability statement |
+| - [metadataDistribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution ) | Combination | metadata distribution |
+| - [purpose](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_purpose ) | null or string | purpose |
+| - [purposeMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_purposeMap ) | null or object | Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [accessRights](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [accrualPeriodicity](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity ) | Combination | frequency |
+| - [conformsTo](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to |
+| - [contributor](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor ) | Combination | contributor |
+| - [created](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [creator](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| + [description](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_description ) | string | description |
+| - [descriptionMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasPart](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart ) | Combination | has part |
+| - [identifier](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_identifier ) | null or string | identifier |
+| - [isReferencedBy](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy ) | Combination | is referenced by |
+| - [issued](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [language](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [modified](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [provenance](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance ) | Combination | provenance |
+| + [publisher](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [relation](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_relation ) | Combination | related resource |
+| - [replaces](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces ) | Combination | replaces |
+| - [rights](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [rightsHolder](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder ) | Combination | rights holder |
+| - [source](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source ) | Combination | data source |
+| - [spatial](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [subject](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject ) | Combination | subject |
+| - [temporal](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [hasQualityMeasurement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page ) | Combination | documentation |
+| - [qualifiedAttribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasAttributedTo](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo ) | Combination | attribution |
+| - [wasGeneratedBy](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy ) | Combination | was generated by |
+| - [wasUsedBy](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy ) | Combination | used by |
+| - [image](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_image ) | Combination | image |
+| - [scopeNote](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_scopeNote ) | null or string | usage note |
+| - [scopeNoteMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_scopeNoteMap ) | null or object | Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Dataset"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier`
+
+**Title:** other identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of structure identifiers
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Identifier](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier`
+
+**Title:** Identifier
+
+| | |
+| ------------------------- | ------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Identifier](#otherIdentifier_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of other identifier
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of other identifier
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample`
+
+**Title:** sample
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to samples of a Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Distribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ----------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the dataset in the context of maturity lifecycle
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_status_oneOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_status_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_status_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema`
+
+**Title:** supported schema
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** supported schema for this dataset
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema_oneOf_i0) |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the supported schema
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the supported schema
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > versionNotes`
+
+**Title:** version notes
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version notes for this dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contact information that can be used for sending comments about the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Kind](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0) |
+
+**Description:** inline description of Kind
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution`
+
+**Title:** dataset distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of available distributions for the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Distribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ----------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the first item of the sequence the dataset belongs to
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_first_oneOf_i0) |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_first_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_first_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion`
+
+**Title:** current version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the current (latest) version of a dataset
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion_oneOf_i0) |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion`
+
+**Title:** has version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets that are a version, edition, or adaptation of the described Dataset
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries`
+
+**Title:** in series
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Dataset Series this dataset belongs to
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [DatasetSeries](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries`
+
+**Title:** DatasetSeries
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/datasetseries |
+
+**Description:** inline description of DatasetSeries
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [contactPoint](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint ) | Combination | contact point |
+| - [first](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first ) | Combination | first |
+| - [last](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last ) | Combination | last |
+| - [seriesMember](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember ) | Combination | series member |
+| - [accrualPeriodicity](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity ) | Combination | frequency |
+| + [description](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_description ) | string | description |
+| - [descriptionMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [modified](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| - [publisher](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [spatial](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DatasetSeries"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contacts that can be used for sending comments about the Dataset Series
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Kind](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0) |
+
+**Description:** inline description of the contact
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the contact
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The first dataset in an ordered dataset series
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i0) |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the first dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the first dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last`
+
+**Title:** last
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The last dataset in an ordered dataset series
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i0) |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the last dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the last dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember`
+
+**Title:** series member
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of members of the Dataset Series
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the member dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the member dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset Series is updated
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i0) |
+| [frequency](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset Series
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g.,publication) of the Dataset Series
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset Series was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for ensuring the coherency of the Dataset Series
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | -------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/agent |
+
+**Description:** inline description of publisher
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_@type ) | string | - |
+| - [category](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_category ) | Combination | category |
+| + [name](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_name ) | string | name |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > @type`
+
+| | |
+| ------------ | --------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Agent"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the agent that makes the item available
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_category_oneOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_category_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_category_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the agent type
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the agent type
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The name of the agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Dataset Series
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Location](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/location |
+
+**Description:** inline description of Location
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [bbox](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox ) | Combination | bounding box |
+| - [centroid](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid ) | Combination | centroid |
+| - [identifier](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [geometry](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry ) | Combination | geometry |
+| - [inScheme](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | gazetteer |
+| - [altLabel](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_altLabel ) | null or string | alternative name |
+| - [altLabelMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_altLabelMap ) | null or object | Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [prefLabel](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_prefLabel ) | null or string | geographic name |
+| - [prefLabelMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_prefLabelMap ) | null or object | Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Location"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox`
+
+**Title:** bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** bounding box of a location (in any coordinate system)
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Bounding box represented in some string format
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid`
+
+**Title:** centroid
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The geographic center (centroid) of a location
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Center point in some string format
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of geographic identifiers for the location, e.g., the URI or other unique identifier in the context of the relevant gazetteer
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry`
+
+**Title:** geometry
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Associates a location with a corresponding geometry
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** String format of the full geometry of the location
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme`
+
+**Title:** gazetteer
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The gazetteer to which the location belongs
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of the gazetteer
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the gazetteer
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > altLabel`
+
+**Title:** alternative name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** An alternative name for a location
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > prefLabel`
+
+**Title:** geographic name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred label of the Location
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the Dataset Series covers
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [PeriodOfTime](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/periodoftime |
+
+**Description:** inline description of PeriodOfTime
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [endDate](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate ) | Combination | end date |
+| - [startDate](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate ) | Combination | start date |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"PeriodOfTime"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate`
+
+**Title:** end date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The end date of the period of time
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate`
+
+**Title:** start date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The start date of the period of time
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset Series
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DatasetSeries
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of keywords or tags describing the Dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_keyword_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_keyword_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_keyword_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Min length** | 1 |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage`
+
+**Title:** landing page
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A web page that provides access to the Dataset, its Distributions and/or additional information
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i0) |
+| [Document](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/document |
+
+**Description:** inline description of Document
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_@type ) | string | - |
+| - [creators](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_creators ) | Combination | authors |
+| - [publishers](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_publishers ) | null or string | publisher |
+| - [mediaType](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType ) | Combination | media type |
+| - [abstract](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_abstract ) | null or string | abstract |
+| - [abstractMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_abstractMap ) | null or object | Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [bibliographicCitation](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_bibliographicCitation ) | null or string | bibliographic citation |
+| - [conformsTo](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo ) | Combination | conforms to standard |
+| - [creator](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_creator ) | Combination | corporate author |
+| - [description](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_description ) | null or string | description |
+| - [descriptionMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_identifier ) | Combination | identifier |
+| - [issued](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_issued ) | Combination | publication date |
+| - [publisher](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_publisher ) | Combination | publisher |
+| + [title](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_title ) | string | title |
+| - [titleMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_category ) | Combination | category |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Document"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > creators`
+
+**Title:** authors
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of authors
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_creators_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_creators_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > creators > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > creators > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_creators_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > creators > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > publishers`
+
+**Title:** publisher
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Publisher
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of file formats of the Document
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > mediaType > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > mediaType > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > mediaType > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [MediaType](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/mediatype |
+
+**Description:** inline description of MediaType
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | -------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [label](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items_oneOf_i0_label ) | null or string | label |
+| - [labelMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType > @type`
+
+| | |
+| ------------ | ------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"MediaType"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The denomination of the Media Type
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > abstract`
+
+**Title:** abstract
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Text abstract of the document
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > abstractMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > bibliographicCitation`
+
+**Title:** bibliographic citation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Bibliographic citation as text
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo`
+
+**Title:** conforms to standard
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A standard to which the document conforms
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/standard |
+
+**Description:** inline description of Standard
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [created](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [description](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [modified](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [title](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [inScheme](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | in scheme |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Standard"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Standard has been first created
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Standard
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Standard
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Standard was changed or modified
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Standard
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the Standard. A controlled vocabulary for the values has not been established
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The reference register to which the Standard belongs
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of ConceptScheme
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > creator`
+
+**Title:** corporate author
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The organization responsible for creating the resource
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_creator_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_creator_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_creator_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_creator_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of corporate author
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of corporate author
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Document
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of unique identifiers for the Document (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_identifier_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_identifier_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_identifier_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Publication date of the document
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_issued_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_issued_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** publisher organization of the document
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_publisher_oneOf_i0) |
+| [Organization](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_publisher_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_publisher_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of publisher organization
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher organization
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the document in the indicated language
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the document
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_category_oneOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_category_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_category_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion`
+
+**Title:** previous version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the previous dataset version
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_previousVersion_oneOf_i0) |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_previousVersion_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_previousVersion_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation`
+
+**Title:** qualified relation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Qualified relationship with role of the dataset with another resource
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Relationship](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship`
+
+**Title:** Relationship
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/relationship |
+
+**Description:** inline description of Relationship
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ----------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [hadRole](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_hadRole ) | string | role |
+| + [relation](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_relation ) | string | relation |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Relationship"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to a dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > relation`
+
+**Title:** relation
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Link to the entity related to the dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Relationship
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Spatial resolution in meters
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Temporal resolution using xsd:duration syntax
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of themes of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The version indicator (name or identifier) of a resource
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution describing the Data Dictionary for this dataset
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i0) |
+| [Distribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ----------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of WGS84 Geographic Bounding Boxes for this dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GeographicBoundingBox](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/geographicboundingbox |
+
+**Description:** inline description of GeographicBoundingBox
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ----------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [eastBoundingLongitude](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_eastBoundingLongitude ) | string | east bounding longitude |
+| + [northBoundingLatitude](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_northBoundingLatitude ) | string | north bounding latitude |
+| + [southBoundingLatitude](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_southBoundingLatitude ) | string | south bouding latitude |
+| + [westBoundingLongitude](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_westBoundingLongitude ) | string | west bounding longitude |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > @type`
+
+| | |
+| ------------ | ------------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"GeographicBoundingBox"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > eastBoundingLongitude`
+
+**Title:** east bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** East bound longitude in decimal degrees
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > northBoundingLatitude`
+
+**Title:** north bounding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** North bound latitude in decimal degrees
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > southBoundingLatitude`
+
+**Title:** south bouding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** South bound latitude in decimal degrees
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > westBoundingLongitude`
+
+**Title:** west bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** West bound longitude in decimal degrees
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement`
+
+**Title:** liability statement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A liability statement about the dataset
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i0) |
+| [LiabilityStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement`
+
+**Title:** LiabilityStatement
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/liabilitystatement |
+
+**Description:** inline description of LiabilityStatement
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | --------------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_@type ) | string | - |
+| - [label](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_label ) | null or string | liability statement text |
+| - [labelMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_labelMap ) | null or object | Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LiabilityStatement"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > label`
+
+**Title:** liability statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the liability statement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LiabilityStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution`
+
+**Title:** metadata distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Distribution to "original" metadata document
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [Distribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ----------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > purpose`
+
+**Title:** purpose
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The purpose of the dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > purposeMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information that indicates whether the Dataset is open data, has access restrictions or is public
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/rightsstatement |
+
+**Description:** inline description of RightsStatement
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_@type ) | string | - |
+| - [attributionText](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_attributionText ) | null or string | attribution text |
+| - [attributionTextMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_attributionTextMap ) | null or object | Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > RightsStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > RightsStatement > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"RightsStatement"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > RightsStatement > attributionText`
+
+**Title:** attribution text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The custom attribution text for the rights statement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > RightsStatement > attributionTextMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset is updated
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i0) |
+| [frequency](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of standards to which the described Dataset conforms
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor`
+
+**Title:** contributor
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents contributing to the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Dataset was first created
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity responsible for producing the dataset
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_creator_oneOf_i0) |
+| [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_creator_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart`
+
+**Title:** has part
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related datasets that are part of the described dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The unique identifier for the Dataset, e.g. the URI or other unique identifier in the context of the Catalog
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy`
+
+**Title:** is referenced by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to related resources, such as publications, that reference, cite, or otherwise point to the Dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy_anyOf_i1_items) | reference iri of Resource |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Date of formal issuance (e.g., publication) of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages used in the Dataset. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 2 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset was changed or modified
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance`
+
+**Title:** provenance
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements about the lineage of a Dataset
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [ProvenanceStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement`
+
+**Title:** ProvenanceStatement
+
+| | |
+| ------------------------- | ---------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/provenancestatement |
+
+**Description:** inline description of ProvenanceStatement
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ---------------------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [label](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_label ) | null or string | provenance statement text |
+| - [labelMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > @type`
+
+| | |
+| ------------ | ----------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ProvenanceStatement"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > label`
+
+**Title:** provenance statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The text of the Provenance Statement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ProvenanceStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An organization responsible for making the Dataset available
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation`
+
+**Title:** related resource
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of references to a related resource
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_relation_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_relation_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_relation_anyOf_i1_items) | reference iri of Resource |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces`
+
+**Title:** replaces
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Datasets replaced by this Dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements concerning all rights for the Dataset not addressed with license or accessRights, such as copyright statements
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rights_oneOf_i0) |
+| [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rights_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rights_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents (organizations) holding rights on the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source`
+
+**Title:** data source
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets from which the described Dataset is derived
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region or regions that are covered by the Dataset
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i0) |
+| [Location](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 3 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Location](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject`
+
+**Title:** subject
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of primary subjects of the dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of temporal periods that the dataset covers
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [PeriodOfTime](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of categories of the dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of quality measurements for the dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/qualitymeasurement |
+
+**Description:** inline description of QualityMeasurement
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [isMeasurementOf](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf ) | Combination | is measurement of |
+| + [value](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_value ) | string | value |
+| - [unitMeasure](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_unitMeasure ) | null or string | unit of measure |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"QualityMeasurement"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf`
+
+**Title:** is measurement of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The metric being observed
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Metric](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric`
+
+**Title:** Metric
+
+| | |
+| ------------------------- | --------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/metric |
+
+**Description:** inline description of Metric
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_@type ) | string | - |
+| + [expectedDataType](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_expectedDataType ) | string | expected datatype |
+| + [inDimension](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_inDimension ) | string | in dimension |
+| - [definition](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_definition ) | null or string | definition |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > @type`
+
+| | |
+| ------------ | ---------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Metric"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > expectedDataType`
+
+**Title:** expected datatype
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > inDimension`
+
+**Title:** in dimension
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Represents the dimensions a quality metric, certificate and annotation allow a measurement of.
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the metric.
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Metric
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > value`
+
+**Title:** value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The value computed by metric
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > unitMeasure`
+
+**Title:** unit of measure
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Unit of measure associated with the value
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of pages or documents about this dataset
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Document](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1) |
+
+**Description:** inline description of Document
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents having some form of responsibility for the dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Attribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/attribution |
+
+**Description:** inline description of Attribution
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- | ----------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [hadRole](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_hadRole ) | string | role |
+| + [agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent ) | Combination | agent |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Attribution"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to another entity or resource
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent`
+
+**Title:** agent
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The agent that plays a role in the resource
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo`
+
+**Title:** attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents attributed to this dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy`
+
+**Title:** was generated by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that generated, or provide the business context for the creation of the dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Activity](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/activity |
+
+**Description:** inline description of Activity
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------ |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [category](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [label](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_label ) | null or string | label |
+| - [labelMap](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Activity"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The category of the Activity
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the category
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the category
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A human-readable label for the activity
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy`
+
+**Title:** used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Activity](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Link to a thumbnail picture illustrating the content of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_image_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_image_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > scopeNote`
+
+**Title:** usage note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** usage note for the dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > scopeNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters`
+
+**Title:** spatial resolution in meters
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum spatial separation resolvable in a Data Service, measured in meters
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum time period resolvable by the Data Service
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of themes of the Data Service. A Data Service may be associated with multiple themes
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The spatial extent of domain of application of an data service and is standardized in WGS 84 Lat/Long coordinate system
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GeographicBoundingBox](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [GeographicBoundingBox](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of GeographicBoundingBox
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of access rights
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of access rights
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of general standards or specifications that the Data Service endpoints implement
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Data Service has been first created
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents primarily responsible for producing the Data Service
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Data Service
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of the main identifiers for the Data Service, e.g. the URI or other unique identifier in the context of the Catalog
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages supported by the Data Service. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 2 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The license under which the Data Service is made available
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i0) |
+| [LicenseDocument](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/licensedocument |
+
+**Description:** inline description of LicenseDocument
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_@type ) | string | - |
+| - [licenseText](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_licenseText ) | null or string | license text |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LicenseDocument"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > licenseText`
+
+**Title:** license text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the license
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Data Service was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for making the Data Service available
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of statements concerning all rights for the Data Service not addressed with license or accessRights, such as copyright statements
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------- |
+| [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of Agents (organizations) holding rights on the Data Service
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Data Service
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [Location](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the DataService covers
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------- |
+| [PeriodOfTime](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the data service in the indicated language
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the data service
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Refers to the performed quality measurements
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An Agent having some form of responsibility for the DataService
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------- |
+| [Attribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Attribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Attribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy`
+
+**Title:** was used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Data Service
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------- |
+| [Activity](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DataService
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL`
+
+**Title:** access URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that gives access to a Distribution of the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessURL_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessURL_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > byteSize`
+
+**Title:** byte size
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The size of a Distribution in bytes
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat`
+
+**Title:** compression format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file
+
+| One of(Option) |
+| -------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i0) |
+| [MediaType](#sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of MediaType
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL`
+
+**Title:** download URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that is a direct link to a downloadable file of the Distribution in a given format
+
+| Any of(Option) |
+| -------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_downloadURL_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_downloadURL_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The media type of the Distribution as defined in the official register of media types managed by IANA
+
+| One of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i0) |
+| [MediaType](#sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of MediaType
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat`
+
+**Title:** packaging format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together
+
+| One of(Option) |
+| ------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i0) |
+| [MediaType](#sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of MediaType
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum spatial separation resolvable in a dataset distribution, measured in meters
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > temporalResolution`
+
+**Title:** termporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum time period resolvable in the dataset distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability`
+
+**Title:** availability
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An indication how long it is planned to keep the Distribution of the Dataset available
+
+| One of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction`
+
+**Title:** access restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of access restrictions related to the distribution
+
+| Any of(Option) |
+| -------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------- |
+| [AccessRestriction](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction`
+
+**Title:** AccessRestriction
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/accessrestriction |
+
+**Description:** inline description of AccessRestriction
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [restrictionNote](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction ) | Combination | specific restriction |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > @type`
+
+| | |
+| ------------ | --------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"AccessRestriction"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A note related to the access restriction
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The indication of whether or not there are access restrictions on the item
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of restriction status
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with this restriction
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the specific restriction
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of AccessRestriction
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction`
+
+**Title:** CUI restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Controlled Unclassified Information restriction related to the distribution
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i0) |
+| [CUIRestriction](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction`
+
+**Title:** CUIRestriction
+
+| | |
+| ------------------------- | ----------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/cuirestriction |
+
+**Description:** inline description of CUIRestriction
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_@type ) | string | - |
+| + [cuiBannerMarking](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_cuiBannerMarking ) | string | CUI banner marking |
+| + [designationIndicator](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_designationIndicator ) | string | CUI designation indicator |
+| - [requiredIndicatorPerAuthority](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority ) | Combination | required indicator per authority |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"CUIRestriction"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > cuiBannerMarking`
+
+**Title:** CUI banner marking
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** CUI (Controlled Unclassified Information) banner marking is required for any unclassified information that is deemed sensitive and requires protection
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > designationIndicator`
+
+**Title:** CUI designation indicator
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Designation Indicator shows which agency made the document CUI
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority`
+
+**Title:** required indicator per authority
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of free text of the required indicator
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of CUIRestriction
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution containing the Data Dictionary for this distribution
+
+| One of(Option) |
+| -------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i0) |
+| [Distribution](#sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ----------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the data dictionary
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the data dictionary
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction`
+
+**Title:** use restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Use restriction related to the distribution
+
+| Any of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [UseRestriction](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction`
+
+**Title:** UseRestriction
+
+| | |
+| ------------------------- | ----------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/userestriction |
+
+**Description:** inline description of UseRestriction
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [restrictionNote](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction ) | Combination | specific restriction |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"UseRestriction"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Significant information pertaining to the use or reproduction of the data
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Indication of whether or not there are use restrictions on the archival materials
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------ |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of restriction status
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with the use restriction
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i0) |
+| [Concept](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the specific restriction
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of UseRestriction
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo`
+
+**Title:** linked schemas
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of established schemas or reference systems to which the described Distribution conforms
+
+| Any of(Option) |
+| ------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------ |
+| [Standard](#sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format`
+
+**Title:** format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The file format of the Distribution
+
+| One of(Option) |
+| ------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_format_oneOf_i0) |
+| [MediaType](#sample_anyOf_i1_items_oneOf_i0_format_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_format_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_mediaType_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the format
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the format
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of unique identifiers for the Distribution (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| ------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Distribution
+
+| Any of(Option) |
+| --------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A language or languages used in the Distribution. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ----------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------- | ----------- |
+| [item 2 items](#sample_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A license under which the Distribution is made available
+
+| One of(Option) |
+| ------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_license_oneOf_i0) |
+| [LicenseDocument](#sample_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_license_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [LicenseDocument](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+
+**Description:** inline description of LicenseDocument
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Distribution was changed or modified
+
+| Any of(Option) |
+| ----------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A statement that specifies rights associated with the Distribution
+
+| One of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i0) |
+| [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Distribution
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of quality measurements for the distribution
+
+| Any of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A page or document about this Distribution
+
+| Any of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_page_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------- | ----------- |
+| [item 1 items](#sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items) | - |
+
+###### Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------ |
+| [Document](#sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1) |
+
+**Description:** inline description of Document
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A link to a thumbnail picture illustrating the content of the distribution
+
+| Any of(Option) |
+| -------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_image_anyOf_i0) |
+| [item 1](#sample_anyOf_i1_items_oneOf_i0_image_anyOf_i1) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum`
+
+**Title:** checksum
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A mechanism that can be used to verify that the contents of a distribution have not changed
+
+| One of(Option) |
+| ------------------------------------------------------------- |
+| [item 0](#sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i0) |
+| [Checksum](#sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1) |
+| [item 2](#sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i2) |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum`
+
+**Title:** Checksum
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/checksum |
+
+**Description:** inline description of Checksum
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------- | ------ | ----------------- |
+| - [@id](#sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_@id ) | string | - |
+| - [@type](#sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_@type ) | string | - |
+| + [algorithm](#sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_algorithm ) | string | algorithm |
+| + [checksumValue](#sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_checksumValue ) | string | checksum value |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Checksum"` |
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > algorithm`
+
+**Title:** algorithm
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The algorithm used to produce the checksum
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > checksumValue`
+
+**Title:** checksum value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A lower case hexadecimal encoded digest value produced using a specific algorithm
+
+###### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Checksum
+
+##### Property `Dataset > sample > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+## Property `Dataset > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the dataset in the context of maturity lifecycle
+
+| One of(Option) |
+| --------------------------- |
+| [item 0](#status_oneOf_i0) |
+| [Concept](#status_oneOf_i1) |
+| [item 2](#status_oneOf_i2) |
+
+### Property `Dataset > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+### Property `Dataset > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+## Property `Dataset > supportedSchema`
+
+**Title:** supported schema
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** supported schema for this dataset
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#supportedSchema_oneOf_i0) |
+| [Dataset](#supportedSchema_oneOf_i1) |
+| [item 2](#supportedSchema_oneOf_i2) |
+
+### Property `Dataset > supportedSchema > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > supportedSchema > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the supported schema
+
+### Property `Dataset > supportedSchema > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the supported schema
+
+## Property `Dataset > versionNotes`
+
+**Title:** version notes
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version notes for this dataset
+
+## Property `Dataset > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contact information that can be used for sending comments about the Dataset
+
+| Any of(Option) |
+| -------------------------------- |
+| [item 0](#contactPoint_anyOf_i0) |
+| [item 1](#contactPoint_anyOf_i1) |
+
+### Property `Dataset > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------- | ----------- |
+| [item 1 items](#contactPoint_anyOf_i1_items) | - |
+
+#### Dataset > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------- |
+| [Kind](#contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#contactPoint_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0) |
+
+**Description:** inline description of Kind
+
+##### Property `Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+## Property `Dataset > distribution`
+
+**Title:** dataset distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of available distributions for the Dataset
+
+| Any of(Option) |
+| -------------------------------- |
+| [item 0](#distribution_anyOf_i0) |
+| [item 1](#distribution_anyOf_i1) |
+
+### Property `Dataset > distribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > distribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------- | ----------- |
+| [item 1 items](#distribution_anyOf_i1_items) | - |
+
+#### Dataset > distribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [Distribution](#distribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#distribution_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ----------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+##### Property `Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+## Property `Dataset > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the first item of the sequence the dataset belongs to
+
+| One of(Option) |
+| -------------------------- |
+| [item 0](#first_oneOf_i0) |
+| [Dataset](#first_oneOf_i1) |
+| [item 2](#first_oneOf_i2) |
+
+### Property `Dataset > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+### Property `Dataset > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+## Property `Dataset > hasCurrentVersion`
+
+**Title:** current version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the current (latest) version of a dataset
+
+| One of(Option) |
+| -------------------------------------- |
+| [item 0](#hasCurrentVersion_oneOf_i0) |
+| [Dataset](#hasCurrentVersion_oneOf_i1) |
+| [item 2](#hasCurrentVersion_oneOf_i2) |
+
+### Property `Dataset > hasCurrentVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > hasCurrentVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+### Property `Dataset > hasCurrentVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+## Property `Dataset > hasVersion`
+
+**Title:** has version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets that are a version, edition, or adaptation of the described Dataset
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#hasVersion_anyOf_i0) |
+| [item 1](#hasVersion_anyOf_i1) |
+
+### Property `Dataset > hasVersion > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > hasVersion > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#hasVersion_anyOf_i1_items) | - |
+
+#### Dataset > hasVersion > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------- |
+| [Dataset](#hasVersion_anyOf_i1_items_oneOf_i0) |
+| [item 1](#hasVersion_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+##### Property `Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+## Property `Dataset > inSeries`
+
+**Title:** in series
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Dataset Series this dataset belongs to
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#inSeries_anyOf_i0) |
+| [item 1](#inSeries_anyOf_i1) |
+
+### Property `Dataset > inSeries > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > inSeries > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 1 items](#inSeries_anyOf_i1_items) | - |
+
+#### Dataset > inSeries > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------- |
+| [DatasetSeries](#inSeries_anyOf_i1_items_oneOf_i0) |
+| [item 1](#inSeries_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries`
+
+**Title:** DatasetSeries
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [DatasetSeries](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of DatasetSeries
+
+##### Property `Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DatasetSeries
+
+## Property `Dataset > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of keywords or tags describing the Dataset
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#keyword_anyOf_i0) |
+| [item 1](#keyword_anyOf_i1) |
+
+### Property `Dataset > keyword > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > keyword > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#keyword_anyOf_i1_items) | - |
+
+#### Dataset > keyword > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Min length** | 1 |
+
+## Property `Dataset > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Dataset > landingPage`
+
+**Title:** landing page
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A web page that provides access to the Dataset, its Distributions and/or additional information
+
+| One of(Option) |
+| --------------------------------- |
+| [item 0](#landingPage_oneOf_i0) |
+| [Document](#landingPage_oneOf_i1) |
+| [item 2](#landingPage_oneOf_i2) |
+
+### Property `Dataset > landingPage > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > landingPage > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1) |
+
+**Description:** inline description of Document
+
+### Property `Dataset > landingPage > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+## Property `Dataset > previousVersion`
+
+**Title:** previous version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the previous dataset version
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#previousVersion_oneOf_i0) |
+| [Dataset](#previousVersion_oneOf_i1) |
+| [item 2](#previousVersion_oneOf_i2) |
+
+### Property `Dataset > previousVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > previousVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+### Property `Dataset > previousVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+## Property `Dataset > qualifiedRelation`
+
+**Title:** qualified relation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Qualified relationship with role of the dataset with another resource
+
+| Any of(Option) |
+| ------------------------------------- |
+| [item 0](#qualifiedRelation_anyOf_i0) |
+| [item 1](#qualifiedRelation_anyOf_i1) |
+
+### Property `Dataset > qualifiedRelation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > qualifiedRelation > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------- | ----------- |
+| [item 1 items](#qualifiedRelation_anyOf_i1_items) | - |
+
+#### Dataset > qualifiedRelation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------- |
+| [Relationship](#qualifiedRelation_anyOf_i1_items_oneOf_i0) |
+| [item 1](#qualifiedRelation_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship`
+
+**Title:** Relationship
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Relationship](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Relationship
+
+##### Property `Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Relationship
+
+## Property `Dataset > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Spatial resolution in meters
+
+## Property `Dataset > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Temporal resolution using xsd:duration syntax
+
+## Property `Dataset > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of themes of the dataset
+
+| Any of(Option) |
+| ------------------------- |
+| [item 0](#theme_anyOf_i0) |
+| [item 1](#theme_anyOf_i1) |
+
+### Property `Dataset > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------- | ----------- |
+| [item 1 items](#theme_anyOf_i1_items) | - |
+
+#### Dataset > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------- |
+| [Concept](#theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#theme_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+##### Property `Dataset > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+## Property `Dataset > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The version indicator (name or identifier) of a resource
+
+## Property `Dataset > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution describing the Data Dictionary for this dataset
+
+| One of(Option) |
+| ------------------------------------- |
+| [item 0](#describedBy_oneOf_i0) |
+| [Distribution](#describedBy_oneOf_i1) |
+| [item 2](#describedBy_oneOf_i2) |
+
+### Property `Dataset > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ----------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+### Property `Dataset > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+## Property `Dataset > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of WGS84 Geographic Bounding Boxes for this dataset
+
+| Any of(Option) |
+| ----------------------------------------- |
+| [item 0](#geographicBoundingBox_anyOf_i0) |
+| [item 1](#geographicBoundingBox_anyOf_i1) |
+
+### Property `Dataset > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------- | ----------- |
+| [item 1 items](#geographicBoundingBox_anyOf_i1_items) | - |
+
+#### Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------- |
+| [GeographicBoundingBox](#geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [GeographicBoundingBox](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of GeographicBoundingBox
+
+##### Property `Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+## Property `Dataset > liabilityStatement`
+
+**Title:** liability statement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A liability statement about the dataset
+
+| One of(Option) |
+| -------------------------------------------------- |
+| [item 0](#liabilityStatement_oneOf_i0) |
+| [LiabilityStatement](#liabilityStatement_oneOf_i1) |
+| [item 2](#liabilityStatement_oneOf_i2) |
+
+### Property `Dataset > liabilityStatement > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > liabilityStatement > oneOf > LiabilityStatement`
+
+**Title:** LiabilityStatement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [LiabilityStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1) |
+
+**Description:** inline description of LiabilityStatement
+
+### Property `Dataset > liabilityStatement > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LiabilityStatement
+
+## Property `Dataset > metadataDistribution`
+
+**Title:** metadata distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Distribution to "original" metadata document
+
+| Any of(Option) |
+| ---------------------------------------- |
+| [item 0](#metadataDistribution_anyOf_i0) |
+| [item 1](#metadataDistribution_anyOf_i1) |
+
+### Property `Dataset > metadataDistribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > metadataDistribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------- | ----------- |
+| [item 1 items](#metadataDistribution_anyOf_i1_items) | - |
+
+#### Dataset > metadataDistribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------- |
+| [Distribution](#metadataDistribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#metadataDistribution_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ----------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+##### Property `Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+## Property `Dataset > purpose`
+
+**Title:** purpose
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The purpose of the dataset
+
+## Property `Dataset > purposeMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Dataset > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information that indicates whether the Dataset is open data, has access restrictions or is public
+
+| One of(Option) |
+| ----------------------------------------- |
+| [item 0](#accessRights_oneOf_i0) |
+| [RightsStatement](#accessRights_oneOf_i1) |
+| [item 2](#accessRights_oneOf_i2) |
+
+### Property `Dataset > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+### Property `Dataset > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+## Property `Dataset > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset is updated
+
+| One of(Option) |
+| ----------------------------------------- |
+| [item 0](#accrualPeriodicity_oneOf_i0) |
+| [frequency](#accrualPeriodicity_oneOf_i1) |
+| [item 2](#accrualPeriodicity_oneOf_i2) |
+
+### Property `Dataset > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+### Property `Dataset > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+## Property `Dataset > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of standards to which the described Dataset conforms
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#conformsTo_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1) |
+
+### Property `Dataset > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#conformsTo_anyOf_i1_items) | - |
+
+#### Dataset > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------- |
+| [Standard](#conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+##### Property `Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+## Property `Dataset > contributor`
+
+**Title:** contributor
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents contributing to the Dataset
+
+| Any of(Option) |
+| ------------------------------- |
+| [item 0](#contributor_anyOf_i0) |
+| [item 1](#contributor_anyOf_i1) |
+
+### Property `Dataset > contributor > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > contributor > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------- | ----------- |
+| [item 1 items](#contributor_anyOf_i1_items) | - |
+
+#### Dataset > contributor > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------- |
+| [Agent](#contributor_anyOf_i1_items_oneOf_i0) |
+| [item 1](#contributor_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+##### Property `Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+## Property `Dataset > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Dataset was first created
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#created_anyOf_i0) |
+| [item 1](#created_anyOf_i1) |
+
+### Property `Dataset > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#created_anyOf_i1_oneOf_i0) |
+| [item 1](#created_anyOf_i1_oneOf_i1) |
+| [item 2](#created_anyOf_i1_oneOf_i2) |
+| [item 3](#created_anyOf_i1_oneOf_i3) |
+
+#### Property `Dataset > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Dataset > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Dataset > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `Dataset > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `Dataset > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity responsible for producing the dataset
+
+| One of(Option) |
+| --------------------------- |
+| [item 0](#creator_oneOf_i0) |
+| [Agent](#creator_oneOf_i1) |
+| [item 2](#creator_oneOf_i2) |
+
+### Property `Dataset > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > creator > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+### Property `Dataset > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+## Property `Dataset > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset
+
+## Property `Dataset > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Dataset > hasPart`
+
+**Title:** has part
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related datasets that are part of the described dataset
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#hasPart_anyOf_i0) |
+| [item 1](#hasPart_anyOf_i1) |
+
+### Property `Dataset > hasPart > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > hasPart > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#hasPart_anyOf_i1_items) | - |
+
+#### Dataset > hasPart > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------- |
+| [Dataset](#hasPart_anyOf_i1_items_oneOf_i0) |
+| [item 1](#hasPart_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+##### Property `Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+## Property `Dataset > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The unique identifier for the Dataset, e.g. the URI or other unique identifier in the context of the Catalog
+
+## Property `Dataset > isReferencedBy`
+
+**Title:** is referenced by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to related resources, such as publications, that reference, cite, or otherwise point to the Dataset
+
+| Any of(Option) |
+| ---------------------------------- |
+| [item 0](#isReferencedBy_anyOf_i0) |
+| [item 1](#isReferencedBy_anyOf_i1) |
+
+### Property `Dataset > isReferencedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > isReferencedBy > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------- | ------------------------- |
+| [item 1 items](#isReferencedBy_anyOf_i1_items) | reference iri of Resource |
+
+#### Dataset > isReferencedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+## Property `Dataset > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Date of formal issuance (e.g., publication) of the dataset
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#issued_anyOf_i0) |
+| [item 1](#issued_anyOf_i1) |
+
+### Property `Dataset > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#issued_anyOf_i1_oneOf_i0) |
+| [item 1](#issued_anyOf_i1_oneOf_i1) |
+| [item 2](#issued_anyOf_i1_oneOf_i2) |
+| [item 3](#issued_anyOf_i1_oneOf_i3) |
+
+#### Property `Dataset > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Dataset > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Dataset > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `Dataset > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `Dataset > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages used in the Dataset. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#language_anyOf_i0) |
+| [item 1](#language_anyOf_i1) |
+| [item 2](#language_anyOf_i2) |
+
+### Property `Dataset > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+### Property `Dataset > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 2 items](#language_anyOf_i2_items) | - |
+
+#### Dataset > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+## Property `Dataset > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset was changed or modified
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#modified_anyOf_i0) |
+| [item 1](#modified_anyOf_i1) |
+
+### Property `Dataset > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------- |
+| [item 0](#modified_anyOf_i1_oneOf_i0) |
+| [item 1](#modified_anyOf_i1_oneOf_i1) |
+| [item 2](#modified_anyOf_i1_oneOf_i2) |
+| [item 3](#modified_anyOf_i1_oneOf_i3) |
+
+#### Property `Dataset > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Dataset > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Dataset > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `Dataset > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `Dataset > provenance`
+
+**Title:** provenance
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements about the lineage of a Dataset
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#provenance_anyOf_i0) |
+| [item 1](#provenance_anyOf_i1) |
+
+### Property `Dataset > provenance > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > provenance > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#provenance_anyOf_i1_items) | - |
+
+#### Dataset > provenance > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------- |
+| [ProvenanceStatement](#provenance_anyOf_i1_items_oneOf_i0) |
+| [item 1](#provenance_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement`
+
+**Title:** ProvenanceStatement
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ProvenanceStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of ProvenanceStatement
+
+##### Property `Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ProvenanceStatement
+
+## Property `Dataset > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An organization responsible for making the Dataset available
+
+| One of(Option) |
+| ----------------------------------- |
+| [Organization](#publisher_oneOf_i0) |
+| [item 1](#publisher_oneOf_i1) |
+
+### Property `Dataset > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+### Property `Dataset > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+## Property `Dataset > relation`
+
+**Title:** related resource
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of references to a related resource
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#relation_anyOf_i0) |
+| [item 1](#relation_anyOf_i1) |
+
+### Property `Dataset > relation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > relation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ------------------------- |
+| [item 1 items](#relation_anyOf_i1_items) | reference iri of Resource |
+
+#### Dataset > relation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+## Property `Dataset > replaces`
+
+**Title:** replaces
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Datasets replaced by this Dataset
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#replaces_anyOf_i0) |
+| [item 1](#replaces_anyOf_i1) |
+
+### Property `Dataset > replaces > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > replaces > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 1 items](#replaces_anyOf_i1_items) | - |
+
+#### Dataset > replaces > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------- |
+| [Dataset](#replaces_anyOf_i1_items_oneOf_i0) |
+| [item 1](#replaces_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+##### Property `Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+## Property `Dataset > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements concerning all rights for the Dataset not addressed with license or accessRights, such as copyright statements
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#rights_oneOf_i0) |
+| [RightsStatement](#rights_oneOf_i1) |
+| [item 2](#rights_oneOf_i2) |
+
+### Property `Dataset > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+### Property `Dataset > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+## Property `Dataset > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents (organizations) holding rights on the Dataset
+
+| Any of(Option) |
+| -------------------------------- |
+| [item 0](#rightsHolder_anyOf_i0) |
+| [item 1](#rightsHolder_anyOf_i1) |
+
+### Property `Dataset > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------- | ----------- |
+| [item 1 items](#rightsHolder_anyOf_i1_items) | - |
+
+#### Dataset > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [Organization](#rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+##### Property `Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+## Property `Dataset > source`
+
+**Title:** data source
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets from which the described Dataset is derived
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#source_anyOf_i0) |
+| [item 1](#source_anyOf_i1) |
+
+### Property `Dataset > source > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > source > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------- | ----------- |
+| [item 1 items](#source_anyOf_i1_items) | - |
+
+#### Dataset > source > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------ |
+| [Dataset](#source_anyOf_i1_items_oneOf_i0) |
+| [item 1](#source_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > source > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+##### Property `Dataset > source > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+## Property `Dataset > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region or regions that are covered by the Dataset
+
+| One of(Option) |
+| ----------------------------- |
+| [item 0](#spatial_oneOf_i0) |
+| [Location](#spatial_oneOf_i1) |
+| [item 2](#spatial_oneOf_i2) |
+| [item 3](#spatial_oneOf_i3) |
+
+### Property `Dataset > spatial > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > spatial > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+### Property `Dataset > spatial > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+### Property `Dataset > spatial > oneOf > item 3`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 3 items](#spatial_oneOf_i3_items) | - |
+
+#### Dataset > spatial > oneOf > item 3 > item 3 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------- |
+| [Location](#spatial_oneOf_i3_items_oneOf_i0) |
+| [item 1](#spatial_oneOf_i3_items_oneOf_i1) |
+
+##### Property `Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+##### Property `Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+## Property `Dataset > subject`
+
+**Title:** subject
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of primary subjects of the dataset
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#subject_anyOf_i0) |
+| [item 1](#subject_anyOf_i1) |
+
+### Property `Dataset > subject > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > subject > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#subject_anyOf_i1_items) | - |
+
+#### Dataset > subject > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------- |
+| [Concept](#subject_anyOf_i1_items_oneOf_i0) |
+| [item 1](#subject_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > subject > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+##### Property `Dataset > subject > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+## Property `Dataset > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of temporal periods that the dataset covers
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#temporal_anyOf_i0) |
+| [item 1](#temporal_anyOf_i1) |
+
+### Property `Dataset > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 1 items](#temporal_anyOf_i1_items) | - |
+
+#### Dataset > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------- |
+| [PeriodOfTime](#temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#temporal_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+##### Property `Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+## Property `Dataset > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset
+
+## Property `Dataset > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Dataset > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of categories of the dataset
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#category_anyOf_i0) |
+| [item 1](#category_anyOf_i1) |
+
+### Property `Dataset > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > category > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 1 items](#category_anyOf_i1_items) | - |
+
+#### Dataset > category > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------- |
+| [Concept](#category_anyOf_i1_items_oneOf_i0) |
+| [item 1](#category_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > category > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+##### Property `Dataset > category > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+## Property `Dataset > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of quality measurements for the dataset
+
+| Any of(Option) |
+| ----------------------------------------- |
+| [item 0](#hasQualityMeasurement_anyOf_i0) |
+| [item 1](#hasQualityMeasurement_anyOf_i1) |
+
+### Property `Dataset > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------- | ----------- |
+| [item 1 items](#hasQualityMeasurement_anyOf_i1_items) | - |
+
+#### Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------- |
+| [QualityMeasurement](#hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+##### Property `Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+## Property `Dataset > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of pages or documents about this dataset
+
+| Any of(Option) |
+| ------------------------ |
+| [item 0](#page_anyOf_i0) |
+| [item 1](#page_anyOf_i1) |
+
+### Property `Dataset > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------ | ----------- |
+| [item 1 items](#page_anyOf_i1_items) | - |
+
+#### Dataset > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------- |
+| [Document](#page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#page_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1) |
+
+**Description:** inline description of Document
+
+##### Property `Dataset > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+## Property `Dataset > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents having some form of responsibility for the dataset
+
+| Any of(Option) |
+| ---------------------------------------- |
+| [item 0](#qualifiedAttribution_anyOf_i0) |
+| [item 1](#qualifiedAttribution_anyOf_i1) |
+
+### Property `Dataset > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------- | ----------- |
+| [item 1 items](#qualifiedAttribution_anyOf_i1_items) | - |
+
+#### Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------ |
+| [Attribution](#qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Attribution](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Attribution
+
+##### Property `Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+## Property `Dataset > wasAttributedTo`
+
+**Title:** attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents attributed to this dataset
+
+| Any of(Option) |
+| ----------------------------------- |
+| [item 0](#wasAttributedTo_anyOf_i0) |
+| [item 1](#wasAttributedTo_anyOf_i1) |
+
+### Property `Dataset > wasAttributedTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > wasAttributedTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------- | ----------- |
+| [item 1 items](#wasAttributedTo_anyOf_i1_items) | - |
+
+#### Dataset > wasAttributedTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------- |
+| [Agent](#wasAttributedTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#wasAttributedTo_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+##### Property `Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+## Property `Dataset > wasGeneratedBy`
+
+**Title:** was generated by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that generated, or provide the business context for the creation of the dataset
+
+| Any of(Option) |
+| ---------------------------------- |
+| [item 0](#wasGeneratedBy_anyOf_i0) |
+| [item 1](#wasGeneratedBy_anyOf_i1) |
+
+### Property `Dataset > wasGeneratedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > wasGeneratedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------- | ----------- |
+| [item 1 items](#wasGeneratedBy_anyOf_i1_items) | - |
+
+#### Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------- |
+| [Activity](#wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#wasGeneratedBy_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+##### Property `Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+## Property `Dataset > wasUsedBy`
+
+**Title:** used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Dataset
+
+| Any of(Option) |
+| ----------------------------- |
+| [item 0](#wasUsedBy_anyOf_i0) |
+| [item 1](#wasUsedBy_anyOf_i1) |
+
+### Property `Dataset > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------- | ----------- |
+| [item 1 items](#wasUsedBy_anyOf_i1_items) | - |
+
+#### Dataset > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------- |
+| [Activity](#wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+##### Property `Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+## Property `Dataset > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Link to a thumbnail picture illustrating the content of the dataset
+
+| Any of(Option) |
+| ------------------------- |
+| [item 0](#image_anyOf_i0) |
+| [item 1](#image_anyOf_i1) |
+
+### Property `Dataset > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Dataset > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+## Property `Dataset > scopeNote`
+
+**Title:** usage note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** usage note for the dataset
+
+## Property `Dataset > scopeNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/DatasetSeries.md b/jsonschema/docs/DatasetSeries.md
new file mode 100644
index 0000000..4dd488d
--- /dev/null
+++ b/jsonschema/docs/DatasetSeries.md
@@ -0,0 +1,11713 @@
+# DatasetSeries
+
+**Title:** DatasetSeries
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An ordered series of datasets
+
+| Property | Type | Title/Description |
+| -------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [contactPoint](#contactPoint ) | Combination | contact point |
+| - [first](#first ) | Combination | first |
+| - [last](#last ) | Combination | last |
+| - [seriesMember](#seriesMember ) | Combination | series member |
+| - [accrualPeriodicity](#accrualPeriodicity ) | Combination | frequency |
+| + [description](#description ) | string | description |
+| - [descriptionMap](#descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#issued ) | Combination | release date |
+| - [modified](#modified ) | Combination | update/modification date |
+| - [publisher](#publisher ) | Combination | publisher |
+| - [spatial](#spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#temporal ) | Combination | temporal coverage |
+| + [title](#title ) | string | title |
+| - [titleMap](#titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `DatasetSeries > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `DatasetSeries > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DatasetSeries"` |
+
+## Property `DatasetSeries > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contacts that can be used for sending comments about the Dataset Series
+
+| Any of(Option) |
+| -------------------------------- |
+| [item 0](#contactPoint_anyOf_i0) |
+| [item 1](#contactPoint_anyOf_i1) |
+
+### Property `DatasetSeries > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DatasetSeries > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------- | ----------- |
+| [item 1 items](#contactPoint_anyOf_i1_items) | - |
+
+#### DatasetSeries > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------- |
+| [Kind](#contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#contactPoint_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | ------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/kind |
+
+**Description:** inline description of the contact
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#contactPoint_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#contactPoint_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [address](#contactPoint_anyOf_i1_items_oneOf_i0_address ) | Combination | address |
+| + [hasEmail](#contactPoint_anyOf_i1_items_oneOf_i0_hasEmail ) | string | Email |
+| - [family-name](#contactPoint_anyOf_i1_items_oneOf_i0_family-name ) | null or string | family name |
+| + [fn](#contactPoint_anyOf_i1_items_oneOf_i0_fn ) | string | formatted name |
+| - [given-name](#contactPoint_anyOf_i1_items_oneOf_i0_given-name ) | null or string | given name |
+| - [organization-name](#contactPoint_anyOf_i1_items_oneOf_i0_organization-name ) | null or string | organization name |
+| - [tel](#contactPoint_anyOf_i1_items_oneOf_i0_tel ) | null or string | telephone |
+| - [title](#contactPoint_anyOf_i1_items_oneOf_i0_title ) | null or string | position title |
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > @type`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Kind"` |
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address`
+
+**Title:** address
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The address of the contact
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i0) |
+| [item 1](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1) |
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items) | - |
+
+###### DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------- |
+| [Address](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0) |
+| [item 1](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address`
+
+**Title:** Address
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/address |
+
+**Description:** inline address information
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------- | -------------- | ------------------- |
+| - [@id](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [country-name](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_country-name ) | null or string | country |
+| - [locality](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_locality ) | null or string | locality |
+| - [postal-code](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_postal-code ) | null or string | postal code |
+| - [region](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_region ) | null or string | administrative area |
+| - [street-address](#contactPoint_anyOf_i1_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_street-address ) | null or string | street address |
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Address"` |
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > country-name`
+
+**Title:** country
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The country of the Address
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > locality`
+
+**Title:** locality
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The city of the Address
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > postal-code`
+
+**Title:** postal code
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The postal code of the Address
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > region`
+
+**Title:** administrative area
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The administrative area of the Address. Depending on the country, this corresponds to a province, a county, a region, or a state
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > street-address`
+
+**Title:** street address
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The street name and civic number of an Address
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Address
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > hasEmail`
+
+**Title:** Email
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Email address for the contact
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^mailto:[\w\_\~\!\$\&\'\(\)\*\+\,\;\=\:.-]+@[\w.-]+\.[\w.-]+?$``` [Test](https://regex101.com/?regex=%5Emailto%3A%5B%5Cw%5C_%5C~%5C%21%5C%24%5C%26%5C%27%5C%28%5C%29%5C%2A%5C%2B%5C%2C%5C%3B%5C%3D%5C%3A.-%5D%2B%40%5B%5Cw.-%5D%2B%5C.%5B%5Cw.-%5D%2B%3F%24) |
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > family-name`
+
+**Title:** family name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The family name of the contact
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > fn`
+
+**Title:** formatted name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The formatted text of the name of the contact
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > given-name`
+
+**Title:** given name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The given name of the contact
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > organization-name`
+
+**Title:** organization name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the organization to contact
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > tel`
+
+**Title:** telephone
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The telephone number for the contact
+
+###### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind > title`
+
+**Title:** position title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The position role of the person to contact
+
+##### Property `DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the contact
+
+## Property `DatasetSeries > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The first dataset in an ordered dataset series
+
+| One of(Option) |
+| -------------------------- |
+| [item 0](#first_oneOf_i0) |
+| [Dataset](#first_oneOf_i1) |
+| [item 2](#first_oneOf_i2) |
+
+### Property `DatasetSeries > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DatasetSeries > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/dataset |
+
+**Description:** inline description of the first dataset
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_@id ) | string | - |
+| - [@type](#first_oneOf_i1_@type ) | string | - |
+| - [otherIdentifier](#first_oneOf_i1_otherIdentifier ) | Combination | other identifier |
+| - [sample](#first_oneOf_i1_sample ) | Combination | sample |
+| - [status](#first_oneOf_i1_status ) | Combination | lifecycle status |
+| - [supportedSchema](#first_oneOf_i1_supportedSchema ) | Combination | supported schema |
+| - [versionNotes](#first_oneOf_i1_versionNotes ) | null or string | version notes |
+| - [contactPoint](#first_oneOf_i1_contactPoint ) | Combination | contact point |
+| - [distribution](#first_oneOf_i1_distribution ) | Combination | dataset distribution |
+| - [first](#first_oneOf_i1_first ) | Combination | first |
+| - [hasCurrentVersion](#first_oneOf_i1_hasCurrentVersion ) | Combination | current version |
+| - [hasVersion](#first_oneOf_i1_hasVersion ) | Combination | has version |
+| - [inSeries](#first_oneOf_i1_inSeries ) | Combination | in series |
+| - [keyword](#first_oneOf_i1_keyword ) | Combination | keyword/tag |
+| - [keywordMap](#first_oneOf_i1_keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [landingPage](#first_oneOf_i1_landingPage ) | Combination | landing page |
+| - [previousVersion](#first_oneOf_i1_previousVersion ) | Combination | previous version |
+| - [qualifiedRelation](#first_oneOf_i1_qualifiedRelation ) | Combination | qualified relation |
+| - [spatialResolutionInMeters](#first_oneOf_i1_spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#first_oneOf_i1_temporalResolution ) | null or string | temporal resolution |
+| - [theme](#first_oneOf_i1_theme ) | Combination | theme/category |
+| - [version](#first_oneOf_i1_version ) | null or string | version |
+| - [describedBy](#first_oneOf_i1_describedBy ) | Combination | data dictionary |
+| - [geographicBoundingBox](#first_oneOf_i1_geographicBoundingBox ) | Combination | geographic bounding box |
+| - [liabilityStatement](#first_oneOf_i1_liabilityStatement ) | Combination | liability statement |
+| - [metadataDistribution](#first_oneOf_i1_metadataDistribution ) | Combination | metadata distribution |
+| - [purpose](#first_oneOf_i1_purpose ) | null or string | purpose |
+| - [purposeMap](#first_oneOf_i1_purposeMap ) | null or object | Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [accessRights](#first_oneOf_i1_accessRights ) | Combination | access rights |
+| - [accrualPeriodicity](#first_oneOf_i1_accrualPeriodicity ) | Combination | frequency |
+| - [conformsTo](#first_oneOf_i1_conformsTo ) | Combination | conforms to |
+| - [contributor](#first_oneOf_i1_contributor ) | Combination | contributor |
+| - [created](#first_oneOf_i1_created ) | Combination | creation date |
+| - [creator](#first_oneOf_i1_creator ) | Combination | creator |
+| + [description](#first_oneOf_i1_description ) | string | description |
+| - [descriptionMap](#first_oneOf_i1_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasPart](#first_oneOf_i1_hasPart ) | Combination | has part |
+| - [identifier](#first_oneOf_i1_identifier ) | null or string | identifier |
+| - [isReferencedBy](#first_oneOf_i1_isReferencedBy ) | Combination | is referenced by |
+| - [issued](#first_oneOf_i1_issued ) | Combination | release date |
+| - [language](#first_oneOf_i1_language ) | Combination | language |
+| - [modified](#first_oneOf_i1_modified ) | Combination | last modified |
+| - [provenance](#first_oneOf_i1_provenance ) | Combination | provenance |
+| + [publisher](#first_oneOf_i1_publisher ) | Combination | publisher |
+| - [relation](#first_oneOf_i1_relation ) | Combination | related resource |
+| - [replaces](#first_oneOf_i1_replaces ) | Combination | replaces |
+| - [rights](#first_oneOf_i1_rights ) | Combination | rights |
+| - [rightsHolder](#first_oneOf_i1_rightsHolder ) | Combination | rights holder |
+| - [source](#first_oneOf_i1_source ) | Combination | data source |
+| - [spatial](#first_oneOf_i1_spatial ) | Combination | spatial/geographic coverage |
+| - [subject](#first_oneOf_i1_subject ) | Combination | subject |
+| - [temporal](#first_oneOf_i1_temporal ) | Combination | temporal coverage |
+| + [title](#first_oneOf_i1_title ) | string | title |
+| - [titleMap](#first_oneOf_i1_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#first_oneOf_i1_category ) | Combination | category |
+| - [hasQualityMeasurement](#first_oneOf_i1_hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#first_oneOf_i1_page ) | Combination | documentation |
+| - [qualifiedAttribution](#first_oneOf_i1_qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasAttributedTo](#first_oneOf_i1_wasAttributedTo ) | Combination | attribution |
+| - [wasGeneratedBy](#first_oneOf_i1_wasGeneratedBy ) | Combination | was generated by |
+| - [wasUsedBy](#first_oneOf_i1_wasUsedBy ) | Combination | used by |
+| - [image](#first_oneOf_i1_image ) | Combination | image |
+| - [scopeNote](#first_oneOf_i1_scopeNote ) | null or string | usage note |
+| - [scopeNoteMap](#first_oneOf_i1_scopeNoteMap ) | null or object | Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `DatasetSeries > first > oneOf > Dataset > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `DatasetSeries > first > oneOf > Dataset > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Dataset"` |
+
+#### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier`
+
+**Title:** other identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of structure identifiers
+
+| Any of(Option) |
+| -------------------------------------------------- |
+| [item 0](#first_oneOf_i1_otherIdentifier_anyOf_i0) |
+| [item 1](#first_oneOf_i1_otherIdentifier_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_otherIdentifier_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------- |
+| [Identifier](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier`
+
+**Title:** Identifier
+
+| | |
+| ------------------------- | ------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/identifier |
+
+**Description:** inline description of other identifier
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [schemaAgency](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_schemaAgency ) | null or string | schema agency |
+| - [creator](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| - [issued](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [version](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_version ) | null or string | version |
+| - [notation](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_notation ) | null or string | notation |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > @type`
+
+| | |
+| ------------ | -------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Identifier"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > schemaAgency`
+
+**Title:** schema agency
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the agency that issued the identifier
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the agency that manages the identifier scheme
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i0) |
+| [Organization](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+| [item 2](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/organization |
+
+**Description:** inline description of the creator
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------ | -------------- | -------------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_@id ) | string | - |
+| - [@type](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_@type ) | string | - |
+| + [name](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_name ) | string | name |
+| - [subOrganizationOf](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf ) | Combination | suborganization of |
+| - [altLabel](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_altLabel ) | null or string | alternative label |
+| - [altLabelMap](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_altLabelMap ) | null or object | Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [notation](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation ) | Combination | notation |
+| - [prefLabel](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_prefLabel ) | null or string | preferred label |
+| - [prefLabelMap](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Organization"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The full name of the Organization
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf`
+
+**Title:** suborganization of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i0) |
+| [item 1](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > altLabel`
+
+**Title:** alternative label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** alternative name (trading name, colloquial name) for an organization
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization (e.g. DOI, DOD)
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred or legal name of the organization
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the creator
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Identifier
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version of the identifier scheme
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > notation`
+
+**Title:** notation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** abbreviation or code from code lists for an identifier
+
+###### Property `DatasetSeries > first > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of other identifier
+
+#### Property `DatasetSeries > first > oneOf > Dataset > sample`
+
+**Title:** sample
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to samples of a Dataset
+
+| Any of(Option) |
+| ----------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------- |
+| [Distribution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/distribution |
+
+**Description:** inline description of Distribution
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [representationTechnique](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique ) | Combination | representation technique |
+| - [status](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_status ) | Combination | lifecycle status |
+| - [characterEncoding](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_characterEncoding ) | Combination | character encoding |
+| - [accessService](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService ) | Combination | access service |
+| - [accessURL](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessURL ) | Combination | access URL |
+| - [byteSize](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_byteSize ) | null or string | byte size |
+| - [compressFormat](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat ) | Combination | compression format |
+| - [downloadURL](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_downloadURL ) | Combination | download URL |
+| - [mediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_mediaType ) | Combination | media type |
+| - [packageFormat](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_packageFormat ) | Combination | packaging format |
+| - [spatialResolutionInMeters](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_temporalResolution ) | null or string | termporal resolution |
+| - [availability](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_availability ) | Combination | availability |
+| - [accessRestriction](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction ) | Combination | access restriction |
+| - [cuiRestriction](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction ) | Combination | CUI restriction |
+| - [describedBy](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_describedBy ) | Combination | data dictionary |
+| - [useRestriction](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction ) | Combination | use restriction |
+| - [accessRights](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [conformsTo](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | linked schemas |
+| - [description](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [format](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_format ) | Combination | format |
+| - [identifier](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [language](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [license](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_license ) | Combination | license |
+| - [modified](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [rights](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [title](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasQualityMeasurement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page ) | Combination | documentation |
+| - [image](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_image ) | Combination | image |
+| - [checksum](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_checksum ) | Combination | checksum |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Distribution"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique`
+
+**Title:** representation technique
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique). In DCAT-US profile, this property SHOULD be used to express the spatial representation type (grid, vector, tin), by using the URIs of the corresponding code list operated by an approved registry
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i0) |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of Concept
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_@type ) | string | - |
+| - [altLabel](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------ |
+| [ConceptScheme](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the distribution in the context of maturity lifecycle
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i0) |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding`
+
+**Title:** character encoding
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The list of character encodings of the Distribution, by using as value the character set names in the IANA registerÂ
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService`
+
+**Title:** access service
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A data service that gives access to the distribution of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [DataService](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService`
+
+**Title:** DataService
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/dataservice |
+
+**Description:** inline description of DataService
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [contactPoint](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint ) | array | contact point |
+| - [endpointDescription](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription ) | Combination | endpoint description |
+| + [endpointURL](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointURL ) | array of string | endpoint URL |
+| - [keyword](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_keyword ) | null or string | keyword/tag |
+| - [keywordMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [servesDataset](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset ) | Combination | serves dataset |
+| - [spatialResolutionInMeters](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | Combination | spatial resolution in meters |
+| - [temporalResolution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution ) | Combination | temporal resolution |
+| - [theme](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme ) | Combination | theme/category |
+| - [geographicBoundingBox](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox ) | Combination | geographic bounding box |
+| - [accessRights](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [conformsTo](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to |
+| - [created](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [creator](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| - [description](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [language](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [license](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license ) | Combination | license |
+| - [modified](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| + [publisher](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [rights](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [rightsHolder](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder ) | Combination | rights holder |
+| - [spatial](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [hasQualityMeasurement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [qualifiedAttribution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasUsedBy](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy ) | Combination | was used by |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DataService"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | Yes |
+
+**Description:** Contact information that can be used for sending comments about the Data Service
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [contactPoint items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [Kind](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#contactPoint_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Kind
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription`
+
+**Title:** endpoint description
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of descriptions of the services available via the end-points, including their operations, parameters etc
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 0`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** An in-line description of the endpoint description
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the endpoint description
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointURL`
+
+**Title:** endpoint URL
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | Yes |
+
+**Description:** A list of root locations or primary endpoints of the service (a Web-resolvable IRI)
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
+| [endpointURL items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_endpointURL_items) | The root location or primary endpoint of the service (a Web-resolvable IRI) |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointURL > endpointURL items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The root location or primary endpoint of the service (a Web-resolvable IRI)
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A keyword or tag describing the Data Service
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset`
+
+**Title:** serves dataset
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of datasets that are served by this data service
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of Dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters`
+
+**Title:** spatial resolution in meters
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum spatial separation resolvable in a Data Service, measured in meters
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum time period resolvable by the Data Service
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of themes of the Data Service. A Data Service may be associated with multiple themes
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The spatial extent of domain of application of an data service and is standardized in WGS 84 Lat/Long coordinate system
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GeographicBoundingBox](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/geographicboundingbox |
+
+**Description:** inline description of GeographicBoundingBox
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------ | ----------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [eastBoundingLongitude](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_eastBoundingLongitude ) | string | east bounding longitude |
+| + [northBoundingLatitude](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_northBoundingLatitude ) | string | north bounding latitude |
+| + [southBoundingLatitude](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_southBoundingLatitude ) | string | south bouding latitude |
+| + [westBoundingLongitude](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_westBoundingLongitude ) | string | west bounding longitude |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > @type`
+
+| | |
+| ------------ | ------------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"GeographicBoundingBox"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > eastBoundingLongitude`
+
+**Title:** east bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** East bound longitude in decimal degrees
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > northBoundingLatitude`
+
+**Title:** north bounding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** North bound latitude in decimal degrees
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > southBoundingLatitude`
+
+**Title:** south bouding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** South bound latitude in decimal degrees
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > westBoundingLongitude`
+
+**Title:** west bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** West bound longitude in decimal degrees
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/rightsstatement |
+
+**Description:** inline description of access rights
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ------------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_@type ) | string | - |
+| - [attributionText](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_attributionText ) | null or string | attribution text |
+| - [attributionTextMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_attributionTextMap ) | null or object | Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"RightsStatement"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > attributionText`
+
+**Title:** attribution text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The custom attribution text for the rights statement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement > attributionTextMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of access rights
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of general standards or specifications that the Data Service endpoints implement
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/standard |
+
+**Description:** inline description of Standard
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [created](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [description](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [modified](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [title](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [inScheme](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | in scheme |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Standard"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Standard has been first created
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Standard
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Standard
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Standard was changed or modified
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Standard
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the Standard. A controlled vocabulary for the values has not been established
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The reference register to which the Standard belongs
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of ConceptScheme
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Data Service has been first created
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents primarily responsible for producing the Data Service
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------ |
+| [Agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | -------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/agent |
+
+**Description:** inline description of Agent
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [category](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| + [name](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_name ) | string | name |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > @type`
+
+| | |
+| ------------ | --------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Agent"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the agent that makes the item available
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the agent type
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the agent type
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The name of the agent
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Data Service
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of the main identifiers for the Data Service, e.g. the URI or other unique identifier in the context of the Catalog
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages supported by the Data Service. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 2 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The license under which the Data Service is made available
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i0) |
+| [LicenseDocument](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/licensedocument |
+
+**Description:** inline description of LicenseDocument
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_@type ) | string | - |
+| - [licenseText](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1_licenseText ) | null or string | license text |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LicenseDocument"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument > licenseText`
+
+**Title:** license text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the license
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Data Service was changed or modified
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for making the Data Service available
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [Agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of statements concerning all rights for the Data Service not addressed with license or accessRights, such as copyright statements
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [RightsStatement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of Agents (organizations) holding rights on the Data Service
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Data Service
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------- |
+| [Location](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/location |
+
+**Description:** inline description of Location
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [bbox](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox ) | Combination | bounding box |
+| - [centroid](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid ) | Combination | centroid |
+| - [identifier](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [geometry](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry ) | Combination | geometry |
+| - [inScheme](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | gazetteer |
+| - [altLabel](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_altLabel ) | null or string | alternative name |
+| - [altLabelMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_altLabelMap ) | null or object | Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [prefLabel](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_prefLabel ) | null or string | geographic name |
+| - [prefLabelMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_prefLabelMap ) | null or object | Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Location"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox`
+
+**Title:** bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** bounding box of a location (in any coordinate system)
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Bounding box represented in some string format
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid`
+
+**Title:** centroid
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The geographic center (centroid) of a location
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Center point in some string format
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of geographic identifiers for the location, e.g., the URI or other unique identifier in the context of the relevant gazetteer
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry`
+
+**Title:** geometry
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Associates a location with a corresponding geometry
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** String format of the full geometry of the location
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme`
+
+**Title:** gazetteer
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The gazetteer to which the location belongs
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of the gazetteer
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the gazetteer
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > altLabel`
+
+**Title:** alternative name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** An alternative name for a location
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > prefLabel`
+
+**Title:** geographic name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred label of the Location
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the DataService covers
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [PeriodOfTime](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/periodoftime |
+
+**Description:** inline description of PeriodOfTime
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [endDate](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate ) | Combination | end date |
+| - [startDate](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate ) | Combination | start date |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"PeriodOfTime"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate`
+
+**Title:** end date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The end date of the period of time
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate`
+
+**Title:** start date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The start date of the period of time
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the data service in the indicated language
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the data service
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Refers to the performed quality measurements
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/qualitymeasurement |
+
+**Description:** inline description of QualityMeasurement
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ----------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [isMeasurementOf](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf ) | Combination | is measurement of |
+| + [value](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_value ) | string | value |
+| - [unitMeasure](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_unitMeasure ) | null or string | unit of measure |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"QualityMeasurement"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf`
+
+**Title:** is measurement of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The metric being observed
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Metric](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric`
+
+**Title:** Metric
+
+| | |
+| ------------------------- | --------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/metric |
+
+**Description:** inline description of Metric
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_@type ) | string | - |
+| + [expectedDataType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_expectedDataType ) | string | expected datatype |
+| + [inDimension](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_inDimension ) | string | in dimension |
+| - [definition](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_definition ) | null or string | definition |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > @type`
+
+| | |
+| ------------ | ---------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Metric"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > expectedDataType`
+
+**Title:** expected datatype
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > inDimension`
+
+**Title:** in dimension
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Represents the dimensions a quality metric, certificate and annotation allow a measurement of.
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the metric.
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Metric
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > value`
+
+**Title:** value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The value computed by metric
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > unitMeasure`
+
+**Title:** unit of measure
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Unit of measure associated with the value
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An Agent having some form of responsibility for the DataService
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [Attribution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/attribution |
+
+**Description:** inline description of Attribution
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [hadRole](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_hadRole ) | string | role |
+| + [agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent ) | Combination | agent |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Attribution"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to another entity or resource
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent`
+
+**Title:** agent
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The agent that plays a role in the resource
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy`
+
+**Title:** was used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Data Service
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------- |
+| [Activity](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/activity |
+
+**Description:** inline description of Activity
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------ |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [category](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [label](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_label ) | null or string | label |
+| - [labelMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Activity"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The category of the Activity
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i0) |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the category
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the category
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A human-readable label for the activity
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DataService
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL`
+
+**Title:** access URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that gives access to a Distribution of the Dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessURL_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessURL_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > byteSize`
+
+**Title:** byte size
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The size of a Distribution in bytes
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat`
+
+**Title:** compression format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i0) |
+| [MediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/mediatype |
+
+**Description:** inline description of MediaType
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_@type ) | string | - |
+| - [label](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_label ) | null or string | label |
+| - [labelMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_labelMap ) | null or object | Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > @type`
+
+| | |
+| ------------ | ------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"MediaType"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The denomination of the Media Type
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL`
+
+**Title:** download URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that is a direct link to a downloadable file of the Distribution in a given format
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_downloadURL_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_downloadURL_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The media type of the Distribution as defined in the official register of media types managed by IANA
+
+| One of(Option) |
+| ------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i0) |
+| [MediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat`
+
+**Title:** packaging format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i0) |
+| [MediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum spatial separation resolvable in a dataset distribution, measured in meters
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > temporalResolution`
+
+**Title:** termporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum time period resolvable in the dataset distribution
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability`
+
+**Title:** availability
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An indication how long it is planned to keep the Distribution of the Dataset available
+
+| One of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i0) |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction`
+
+**Title:** access restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of access restrictions related to the distribution
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------- |
+| [AccessRestriction](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction`
+
+**Title:** AccessRestriction
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/accessrestriction |
+
+**Description:** inline description of AccessRestriction
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [restrictionNote](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction ) | Combination | specific restriction |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > @type`
+
+| | |
+| ------------ | --------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"AccessRestriction"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A note related to the access restriction
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The indication of whether or not there are access restrictions on the item
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------ |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of restriction status
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with this restriction
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i0) |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the specific restriction
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of AccessRestriction
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction`
+
+**Title:** CUI restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Controlled Unclassified Information restriction related to the distribution
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i0) |
+| [CUIRestriction](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction`
+
+**Title:** CUIRestriction
+
+| | |
+| ------------------------- | ----------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/cuirestriction |
+
+**Description:** inline description of CUIRestriction
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_@type ) | string | - |
+| + [cuiBannerMarking](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_cuiBannerMarking ) | string | CUI banner marking |
+| + [designationIndicator](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_designationIndicator ) | string | CUI designation indicator |
+| - [requiredIndicatorPerAuthority](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority ) | Combination | required indicator per authority |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"CUIRestriction"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > cuiBannerMarking`
+
+**Title:** CUI banner marking
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** CUI (Controlled Unclassified Information) banner marking is required for any unclassified information that is deemed sensitive and requires protection
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > designationIndicator`
+
+**Title:** CUI designation indicator
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Designation Indicator shows which agency made the document CUI
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority`
+
+**Title:** required indicator per authority
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of free text of the required indicator
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of CUIRestriction
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution containing the Data Dictionary for this distribution
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i0) |
+| [Distribution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | -------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the data dictionary
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the data dictionary
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction`
+
+**Title:** use restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Use restriction related to the distribution
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [UseRestriction](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction`
+
+**Title:** UseRestriction
+
+| | |
+| ------------------------- | ----------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/userestriction |
+
+**Description:** inline description of UseRestriction
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [restrictionNote](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction ) | Combination | specific restriction |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"UseRestriction"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Significant information pertaining to the use or reproduction of the data
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Indication of whether or not there are use restrictions on the archival materials
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of restriction status
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with the use restriction
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i0) |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the specific restriction
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of UseRestriction
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo`
+
+**Title:** linked schemas
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of established schemas or reference systems to which the described Distribution conforms
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------- |
+| [Standard](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Distribution
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format`
+
+**Title:** format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The file format of the Distribution
+
+| One of(Option) |
+| --------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i0) |
+| [MediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of the format
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the format
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of unique identifiers for the Distribution (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Distribution
+
+| Any of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A language or languages used in the Distribution. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| -------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------- | ----------- |
+| [item 2 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A license under which the Distribution is made available
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i0) |
+| [LicenseDocument](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [LicenseDocument](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+
+**Description:** inline description of LicenseDocument
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Distribution was changed or modified
+
+| Any of(Option) |
+| -------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A statement that specifies rights associated with the Distribution
+
+| One of(Option) |
+| --------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i0) |
+| [RightsStatement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Distribution
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of quality measurements for the distribution
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------ |
+| [QualityMeasurement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A page or document about this Distribution
+
+| Any of(Option) |
+| ---------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------- |
+| [Document](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/document |
+
+**Description:** inline description of Document
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [creators](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators ) | Combination | authors |
+| - [publishers](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publishers ) | null or string | publisher |
+| - [mediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType ) | Combination | media type |
+| - [abstract](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_abstract ) | null or string | abstract |
+| - [abstractMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_abstractMap ) | null or object | Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [bibliographicCitation](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_bibliographicCitation ) | null or string | bibliographic citation |
+| - [conformsTo](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to standard |
+| - [creator](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator ) | Combination | corporate author |
+| - [description](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued ) | Combination | publication date |
+| - [publisher](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| + [title](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Document"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators`
+
+**Title:** authors
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of authors
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publishers`
+
+**Title:** publisher
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Publisher
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of file formats of the Document
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [MediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > abstract`
+
+**Title:** abstract
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Text abstract of the document
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > abstractMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > bibliographicCitation`
+
+**Title:** bibliographic citation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Bibliographic citation as text
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo`
+
+**Title:** conforms to standard
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A standard to which the document conforms
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator`
+
+**Title:** corporate author
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The organization responsible for creating the resource
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------ |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of corporate author
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of corporate author
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Document
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of unique identifiers for the Document (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Publication date of the document
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** publisher organization of the document
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [Organization](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of publisher organization
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher organization
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the document in the indicated language
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the document
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A link to a thumbnail picture illustrating the content of the distribution
+
+| Any of(Option) |
+| ----------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_image_anyOf_i0) |
+| [item 1](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_image_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum`
+
+**Title:** checksum
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A mechanism that can be used to verify that the contents of a distribution have not changed
+
+| One of(Option) |
+| ---------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i0) |
+| [Checksum](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1) |
+| [item 2](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum`
+
+**Title:** Checksum
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/checksum |
+
+**Description:** inline description of Checksum
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------- | ------ | ----------------- |
+| - [@id](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_@id ) | string | - |
+| - [@type](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_@type ) | string | - |
+| + [algorithm](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_algorithm ) | string | algorithm |
+| + [checksumValue](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_checksumValue ) | string | checksum value |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Checksum"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > algorithm`
+
+**Title:** algorithm
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The algorithm used to produce the checksum
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > checksumValue`
+
+**Title:** checksum value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A lower case hexadecimal encoded digest value produced using a specific algorithm
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Checksum
+
+###### Property `DatasetSeries > first > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+#### Property `DatasetSeries > first > oneOf > Dataset > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the dataset in the context of maturity lifecycle
+
+| One of(Option) |
+| ------------------------------------------ |
+| [item 0](#first_oneOf_i1_status_oneOf_i0) |
+| [Concept](#first_oneOf_i1_status_oneOf_i1) |
+| [item 2](#first_oneOf_i1_status_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+##### Property `DatasetSeries > first > oneOf > Dataset > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+#### Property `DatasetSeries > first > oneOf > Dataset > supportedSchema`
+
+**Title:** supported schema
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** supported schema for this dataset
+
+| One of(Option) |
+| --------------------------------------------------- |
+| [item 0](#first_oneOf_i1_supportedSchema_oneOf_i0) |
+| [Dataset](#first_oneOf_i1_supportedSchema_oneOf_i1) |
+| [item 2](#first_oneOf_i1_supportedSchema_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > supportedSchema > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > supportedSchema > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of the supported schema
+
+##### Property `DatasetSeries > first > oneOf > Dataset > supportedSchema > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the supported schema
+
+#### Property `DatasetSeries > first > oneOf > Dataset > versionNotes`
+
+**Title:** version notes
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version notes for this dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contact information that can be used for sending comments about the Dataset
+
+| Any of(Option) |
+| ----------------------------------------------- |
+| [item 0](#first_oneOf_i1_contactPoint_anyOf_i0) |
+| [item 1](#first_oneOf_i1_contactPoint_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_contactPoint_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------- |
+| [Kind](#first_oneOf_i1_contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_contactPoint_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#contactPoint_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Kind
+
+###### Property `DatasetSeries > first > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+#### Property `DatasetSeries > first > oneOf > Dataset > distribution`
+
+**Title:** dataset distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of available distributions for the Dataset
+
+| Any of(Option) |
+| ----------------------------------------------- |
+| [item 0](#first_oneOf_i1_distribution_anyOf_i0) |
+| [item 1](#first_oneOf_i1_distribution_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > distribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > distribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_distribution_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------- |
+| [Distribution](#first_oneOf_i1_distribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_distribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | -------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `DatasetSeries > first > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+#### Property `DatasetSeries > first > oneOf > Dataset > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the first item of the sequence the dataset belongs to
+
+| One of(Option) |
+| ----------------------------------------- |
+| [item 0](#first_oneOf_i1_first_oneOf_i0) |
+| [Dataset](#first_oneOf_i1_first_oneOf_i1) |
+| [item 2](#first_oneOf_i1_first_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of Dataset
+
+##### Property `DatasetSeries > first > oneOf > Dataset > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > hasCurrentVersion`
+
+**Title:** current version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the current (latest) version of a dataset
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [item 0](#first_oneOf_i1_hasCurrentVersion_oneOf_i0) |
+| [Dataset](#first_oneOf_i1_hasCurrentVersion_oneOf_i1) |
+| [item 2](#first_oneOf_i1_hasCurrentVersion_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > hasCurrentVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > hasCurrentVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of Dataset
+
+##### Property `DatasetSeries > first > oneOf > Dataset > hasCurrentVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > hasVersion`
+
+**Title:** has version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets that are a version, edition, or adaptation of the described Dataset
+
+| Any of(Option) |
+| --------------------------------------------- |
+| [item 0](#first_oneOf_i1_hasVersion_anyOf_i0) |
+| [item 1](#first_oneOf_i1_hasVersion_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > hasVersion > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > hasVersion > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_hasVersion_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------- |
+| [Dataset](#first_oneOf_i1_hasVersion_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_hasVersion_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of Dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > inSeries`
+
+**Title:** in series
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Dataset Series this dataset belongs to
+
+| Any of(Option) |
+| ------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_inSeries_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------- |
+| [DatasetSeries](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries`
+
+**Title:** DatasetSeries
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/datasetseries |
+
+**Description:** inline description of DatasetSeries
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [contactPoint](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_contactPoint ) | Combination | contact point |
+| - [first](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_first ) | Combination | first |
+| - [last](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_last ) | Combination | last |
+| - [seriesMember](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_seriesMember ) | Combination | series member |
+| - [accrualPeriodicity](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity ) | Combination | frequency |
+| + [description](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_description ) | string | description |
+| - [descriptionMap](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [modified](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| - [publisher](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [spatial](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DatasetSeries"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contacts that can be used for sending comments about the Dataset Series
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------- |
+| [Kind](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#contactPoint_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the contact
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the contact
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The first dataset in an ordered dataset series
+
+| One of(Option) |
+| -------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i0) |
+| [Dataset](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i1) |
+| [item 2](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of the first dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the first dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last`
+
+**Title:** last
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The last dataset in an ordered dataset series
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i0) |
+| [Dataset](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i1) |
+| [item 2](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of the last dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the last dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember`
+
+**Title:** series member
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of members of the Dataset Series
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------ |
+| [Dataset](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of the member dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the member dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset Series is updated
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i0) |
+| [frequency](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i1) |
+| [item 2](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset Series
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g.,publication) of the Dataset Series
+
+| Any of(Option) |
+| -------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset Series was changed or modified
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for ensuring the coherency of the Dataset Series
+
+| One of(Option) |
+| ----------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [Agent](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+| [item 2](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i2) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of publisher
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Dataset Series
+
+| Any of(Option) |
+| --------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------- |
+| [Location](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the Dataset Series covers
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------- |
+| [PeriodOfTime](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset Series
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DatasetSeries
+
+#### Property `DatasetSeries > first > oneOf > Dataset > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of keywords or tags describing the Dataset
+
+| Any of(Option) |
+| ------------------------------------------ |
+| [item 0](#first_oneOf_i1_keyword_anyOf_i0) |
+| [item 1](#first_oneOf_i1_keyword_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > keyword > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > keyword > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------ | ----------- |
+| [item 1 items](#first_oneOf_i1_keyword_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > keyword > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Min length** | 1 |
+
+#### Property `DatasetSeries > first > oneOf > Dataset > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `DatasetSeries > first > oneOf > Dataset > landingPage`
+
+**Title:** landing page
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A web page that provides access to the Dataset, its Distributions and/or additional information
+
+| One of(Option) |
+| ------------------------------------------------ |
+| [item 0](#first_oneOf_i1_landingPage_oneOf_i0) |
+| [Document](#first_oneOf_i1_landingPage_oneOf_i1) |
+| [item 2](#first_oneOf_i1_landingPage_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > landingPage > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > landingPage > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Document
+
+##### Property `DatasetSeries > first > oneOf > Dataset > landingPage > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+#### Property `DatasetSeries > first > oneOf > Dataset > previousVersion`
+
+**Title:** previous version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the previous dataset version
+
+| One of(Option) |
+| --------------------------------------------------- |
+| [item 0](#first_oneOf_i1_previousVersion_oneOf_i0) |
+| [Dataset](#first_oneOf_i1_previousVersion_oneOf_i1) |
+| [item 2](#first_oneOf_i1_previousVersion_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > previousVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > previousVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of Dataset
+
+##### Property `DatasetSeries > first > oneOf > Dataset > previousVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > qualifiedRelation`
+
+**Title:** qualified relation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Qualified relationship with role of the dataset with another resource
+
+| Any of(Option) |
+| ---------------------------------------------------- |
+| [item 0](#first_oneOf_i1_qualifiedRelation_anyOf_i0) |
+| [item 1](#first_oneOf_i1_qualifiedRelation_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > qualifiedRelation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > qualifiedRelation > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_qualifiedRelation_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [Relationship](#first_oneOf_i1_qualifiedRelation_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_qualifiedRelation_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship`
+
+**Title:** Relationship
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/relationship |
+
+**Description:** inline description of Relationship
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------- | ------ | ----------------- |
+| - [@id](#first_oneOf_i1_qualifiedRelation_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_qualifiedRelation_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [hadRole](#first_oneOf_i1_qualifiedRelation_anyOf_i1_items_oneOf_i0_hadRole ) | string | role |
+| + [relation](#first_oneOf_i1_qualifiedRelation_anyOf_i1_items_oneOf_i0_relation ) | string | relation |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Relationship"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to a dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > relation`
+
+**Title:** relation
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Link to the entity related to the dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Relationship
+
+#### Property `DatasetSeries > first > oneOf > Dataset > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Spatial resolution in meters
+
+#### Property `DatasetSeries > first > oneOf > Dataset > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Temporal resolution using xsd:duration syntax
+
+#### Property `DatasetSeries > first > oneOf > Dataset > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of themes of the dataset
+
+| Any of(Option) |
+| ---------------------------------------- |
+| [item 0](#first_oneOf_i1_theme_anyOf_i0) |
+| [item 1](#first_oneOf_i1_theme_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_theme_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------- |
+| [Concept](#first_oneOf_i1_theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_theme_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+#### Property `DatasetSeries > first > oneOf > Dataset > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The version indicator (name or identifier) of a resource
+
+#### Property `DatasetSeries > first > oneOf > Dataset > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution describing the Data Dictionary for this dataset
+
+| One of(Option) |
+| ---------------------------------------------------- |
+| [item 0](#first_oneOf_i1_describedBy_oneOf_i0) |
+| [Distribution](#first_oneOf_i1_describedBy_oneOf_i1) |
+| [item 2](#first_oneOf_i1_describedBy_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | -------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+##### Property `DatasetSeries > first > oneOf > Dataset > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+#### Property `DatasetSeries > first > oneOf > Dataset > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of WGS84 Geographic Bounding Boxes for this dataset
+
+| Any of(Option) |
+| -------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_geographicBoundingBox_anyOf_i0) |
+| [item 1](#first_oneOf_i1_geographicBoundingBox_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_geographicBoundingBox_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------- |
+| [GeographicBoundingBox](#first_oneOf_i1_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [GeographicBoundingBox](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of GeographicBoundingBox
+
+###### Property `DatasetSeries > first > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+#### Property `DatasetSeries > first > oneOf > Dataset > liabilityStatement`
+
+**Title:** liability statement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A liability statement about the dataset
+
+| One of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_liabilityStatement_oneOf_i0) |
+| [LiabilityStatement](#first_oneOf_i1_liabilityStatement_oneOf_i1) |
+| [item 2](#first_oneOf_i1_liabilityStatement_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > liabilityStatement > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement`
+
+**Title:** LiabilityStatement
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/liabilitystatement |
+
+**Description:** inline description of LiabilityStatement
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------- | -------------- | --------------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_liabilityStatement_oneOf_i1_@id ) | string | - |
+| - [@type](#first_oneOf_i1_liabilityStatement_oneOf_i1_@type ) | string | - |
+| - [label](#first_oneOf_i1_liabilityStatement_oneOf_i1_label ) | null or string | liability statement text |
+| - [labelMap](#first_oneOf_i1_liabilityStatement_oneOf_i1_labelMap ) | null or object | Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LiabilityStatement"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > label`
+
+**Title:** liability statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the liability statement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `DatasetSeries > first > oneOf > Dataset > liabilityStatement > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LiabilityStatement
+
+#### Property `DatasetSeries > first > oneOf > Dataset > metadataDistribution`
+
+**Title:** metadata distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Distribution to "original" metadata document
+
+| Any of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_metadataDistribution_anyOf_i0) |
+| [item 1](#first_oneOf_i1_metadataDistribution_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > metadataDistribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > metadataDistribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_metadataDistribution_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------- |
+| [Distribution](#first_oneOf_i1_metadataDistribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_metadataDistribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | -------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `DatasetSeries > first > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+#### Property `DatasetSeries > first > oneOf > Dataset > purpose`
+
+**Title:** purpose
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The purpose of the dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > purposeMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `DatasetSeries > first > oneOf > Dataset > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information that indicates whether the Dataset is open data, has access restrictions or is public
+
+| One of(Option) |
+| -------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_accessRights_oneOf_i0) |
+| [RightsStatement](#first_oneOf_i1_accessRights_oneOf_i1) |
+| [item 2](#first_oneOf_i1_accessRights_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+##### Property `DatasetSeries > first > oneOf > Dataset > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+#### Property `DatasetSeries > first > oneOf > Dataset > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset is updated
+
+| One of(Option) |
+| -------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_accrualPeriodicity_oneOf_i0) |
+| [frequency](#first_oneOf_i1_accrualPeriodicity_oneOf_i1) |
+| [item 2](#first_oneOf_i1_accrualPeriodicity_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+##### Property `DatasetSeries > first > oneOf > Dataset > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+#### Property `DatasetSeries > first > oneOf > Dataset > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of standards to which the described Dataset conforms
+
+| Any of(Option) |
+| --------------------------------------------- |
+| [item 0](#first_oneOf_i1_conformsTo_anyOf_i0) |
+| [item 1](#first_oneOf_i1_conformsTo_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_conformsTo_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------- |
+| [Standard](#first_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `DatasetSeries > first > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+#### Property `DatasetSeries > first > oneOf > Dataset > contributor`
+
+**Title:** contributor
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents contributing to the Dataset
+
+| Any of(Option) |
+| ---------------------------------------------- |
+| [item 0](#first_oneOf_i1_contributor_anyOf_i0) |
+| [item 1](#first_oneOf_i1_contributor_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > contributor > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > contributor > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_contributor_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------- |
+| [Agent](#first_oneOf_i1_contributor_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_contributor_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DatasetSeries > first > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+#### Property `DatasetSeries > first > oneOf > Dataset > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Dataset was first created
+
+| Any of(Option) |
+| ------------------------------------------ |
+| [item 0](#first_oneOf_i1_created_anyOf_i0) |
+| [item 1](#first_oneOf_i1_created_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------- |
+| [item 0](#first_oneOf_i1_created_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_created_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_created_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_created_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `DatasetSeries > first > oneOf > Dataset > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity responsible for producing the dataset
+
+| One of(Option) |
+| ------------------------------------------ |
+| [item 0](#first_oneOf_i1_creator_oneOf_i0) |
+| [Agent](#first_oneOf_i1_creator_oneOf_i1) |
+| [item 2](#first_oneOf_i1_creator_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > creator > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+##### Property `DatasetSeries > first > oneOf > Dataset > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+#### Property `DatasetSeries > first > oneOf > Dataset > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `DatasetSeries > first > oneOf > Dataset > hasPart`
+
+**Title:** has part
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related datasets that are part of the described dataset
+
+| Any of(Option) |
+| ------------------------------------------ |
+| [item 0](#first_oneOf_i1_hasPart_anyOf_i0) |
+| [item 1](#first_oneOf_i1_hasPart_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > hasPart > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > hasPart > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------ | ----------- |
+| [item 1 items](#first_oneOf_i1_hasPart_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------- |
+| [Dataset](#first_oneOf_i1_hasPart_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_hasPart_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of Dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The unique identifier for the Dataset, e.g. the URI or other unique identifier in the context of the Catalog
+
+#### Property `DatasetSeries > first > oneOf > Dataset > isReferencedBy`
+
+**Title:** is referenced by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to related resources, such as publications, that reference, cite, or otherwise point to the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------- |
+| [item 0](#first_oneOf_i1_isReferencedBy_anyOf_i0) |
+| [item 1](#first_oneOf_i1_isReferencedBy_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > isReferencedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > isReferencedBy > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------- | ------------------------- |
+| [item 1 items](#first_oneOf_i1_isReferencedBy_anyOf_i1_items) | reference iri of Resource |
+
+###### DatasetSeries > first > oneOf > Dataset > isReferencedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+#### Property `DatasetSeries > first > oneOf > Dataset > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Date of formal issuance (e.g., publication) of the dataset
+
+| Any of(Option) |
+| ----------------------------------------- |
+| [item 0](#first_oneOf_i1_issued_anyOf_i0) |
+| [item 1](#first_oneOf_i1_issued_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------- |
+| [item 0](#first_oneOf_i1_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `DatasetSeries > first > oneOf > Dataset > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages used in the Dataset. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ------------------------------------------- |
+| [item 0](#first_oneOf_i1_language_anyOf_i0) |
+| [item 1](#first_oneOf_i1_language_anyOf_i1) |
+| [item 2](#first_oneOf_i1_language_anyOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------- | ----------- |
+| [item 2 items](#first_oneOf_i1_language_anyOf_i2_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+#### Property `DatasetSeries > first > oneOf > Dataset > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------- |
+| [item 0](#first_oneOf_i1_modified_anyOf_i0) |
+| [item 1](#first_oneOf_i1_modified_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------- |
+| [item 0](#first_oneOf_i1_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#first_oneOf_i1_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#first_oneOf_i1_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#first_oneOf_i1_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `DatasetSeries > first > oneOf > Dataset > provenance`
+
+**Title:** provenance
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements about the lineage of a Dataset
+
+| Any of(Option) |
+| --------------------------------------------- |
+| [item 0](#first_oneOf_i1_provenance_anyOf_i0) |
+| [item 1](#first_oneOf_i1_provenance_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > provenance > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > provenance > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_provenance_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [ProvenanceStatement](#first_oneOf_i1_provenance_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_provenance_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement`
+
+**Title:** ProvenanceStatement
+
+| | |
+| ------------------------- | ---------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/provenancestatement |
+
+**Description:** inline description of ProvenanceStatement
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------- | -------------- | ---------------------------------------------------------------------------------------------- |
+| - [@id](#first_oneOf_i1_provenance_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#first_oneOf_i1_provenance_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [label](#first_oneOf_i1_provenance_anyOf_i1_items_oneOf_i0_label ) | null or string | provenance statement text |
+| - [labelMap](#first_oneOf_i1_provenance_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > @type`
+
+| | |
+| ------------ | ----------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ProvenanceStatement"` |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > label`
+
+**Title:** provenance statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The text of the Provenance Statement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `DatasetSeries > first > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ProvenanceStatement
+
+#### Property `DatasetSeries > first > oneOf > Dataset > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An organization responsible for making the Dataset available
+
+| One of(Option) |
+| -------------------------------------------------- |
+| [Organization](#first_oneOf_i1_publisher_oneOf_i0) |
+| [item 1](#first_oneOf_i1_publisher_oneOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+##### Property `DatasetSeries > first > oneOf > Dataset > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+#### Property `DatasetSeries > first > oneOf > Dataset > relation`
+
+**Title:** related resource
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of references to a related resource
+
+| Any of(Option) |
+| ------------------------------------------- |
+| [item 0](#first_oneOf_i1_relation_anyOf_i0) |
+| [item 1](#first_oneOf_i1_relation_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > relation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > relation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------- | ------------------------- |
+| [item 1 items](#first_oneOf_i1_relation_anyOf_i1_items) | reference iri of Resource |
+
+###### DatasetSeries > first > oneOf > Dataset > relation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+#### Property `DatasetSeries > first > oneOf > Dataset > replaces`
+
+**Title:** replaces
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Datasets replaced by this Dataset
+
+| Any of(Option) |
+| ------------------------------------------- |
+| [item 0](#first_oneOf_i1_replaces_anyOf_i0) |
+| [item 1](#first_oneOf_i1_replaces_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > replaces > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > replaces > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_replaces_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------- |
+| [Dataset](#first_oneOf_i1_replaces_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_replaces_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of Dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements concerning all rights for the Dataset not addressed with license or accessRights, such as copyright statements
+
+| One of(Option) |
+| -------------------------------------------------- |
+| [item 0](#first_oneOf_i1_rights_oneOf_i0) |
+| [RightsStatement](#first_oneOf_i1_rights_oneOf_i1) |
+| [item 2](#first_oneOf_i1_rights_oneOf_i2) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+##### Property `DatasetSeries > first > oneOf > Dataset > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+#### Property `DatasetSeries > first > oneOf > Dataset > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents (organizations) holding rights on the Dataset
+
+| Any of(Option) |
+| ----------------------------------------------- |
+| [item 0](#first_oneOf_i1_rightsHolder_anyOf_i0) |
+| [item 1](#first_oneOf_i1_rightsHolder_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_rightsHolder_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------- |
+| [Organization](#first_oneOf_i1_rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#first_oneOf_i1_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `DatasetSeries > first > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+#### Property `DatasetSeries > first > oneOf > Dataset > source`
+
+**Title:** data source
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets from which the described Dataset is derived
+
+| Any of(Option) |
+| ----------------------------------------- |
+| [item 0](#first_oneOf_i1_source_anyOf_i0) |
+| [item 1](#first_oneOf_i1_source_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > source > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > source > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_source_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > source > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------- |
+| [Dataset](#first_oneOf_i1_source_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_source_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > source > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of Dataset
+
+###### Property `DatasetSeries > first > oneOf > Dataset > source > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region or regions that are covered by the Dataset
+
+| One of(Option) |
+| -------------------------------------------- |
+| [item 0](#first_oneOf_i1_spatial_oneOf_i0) |
+| [Location](#first_oneOf_i1_spatial_oneOf_i1) |
+| [item 2](#first_oneOf_i1_spatial_oneOf_i2) |
+| [item 3](#first_oneOf_i1_spatial_oneOf_i3) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > spatial > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > spatial > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+##### Property `DatasetSeries > first > oneOf > Dataset > spatial > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+##### Property `DatasetSeries > first > oneOf > Dataset > spatial > oneOf > item 3`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------ | ----------- |
+| [item 3 items](#first_oneOf_i1_spatial_oneOf_i3_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------- |
+| [Location](#first_oneOf_i1_spatial_oneOf_i3_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_spatial_oneOf_i3_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `DatasetSeries > first > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+#### Property `DatasetSeries > first > oneOf > Dataset > subject`
+
+**Title:** subject
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of primary subjects of the dataset
+
+| Any of(Option) |
+| ------------------------------------------ |
+| [item 0](#first_oneOf_i1_subject_anyOf_i0) |
+| [item 1](#first_oneOf_i1_subject_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > subject > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > subject > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------ | ----------- |
+| [item 1 items](#first_oneOf_i1_subject_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > subject > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------- |
+| [Concept](#first_oneOf_i1_subject_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_subject_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > subject > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > subject > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+#### Property `DatasetSeries > first > oneOf > Dataset > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of temporal periods that the dataset covers
+
+| Any of(Option) |
+| ------------------------------------------- |
+| [item 0](#first_oneOf_i1_temporal_anyOf_i0) |
+| [item 1](#first_oneOf_i1_temporal_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_temporal_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------- |
+| [PeriodOfTime](#first_oneOf_i1_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+###### Property `DatasetSeries > first > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+#### Property `DatasetSeries > first > oneOf > Dataset > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `DatasetSeries > first > oneOf > Dataset > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of categories of the dataset
+
+| Any of(Option) |
+| ------------------------------------------- |
+| [item 0](#first_oneOf_i1_category_anyOf_i0) |
+| [item 1](#first_oneOf_i1_category_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > category > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_category_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > category > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------- |
+| [Concept](#first_oneOf_i1_category_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_category_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > category > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `DatasetSeries > first > oneOf > Dataset > category > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+#### Property `DatasetSeries > first > oneOf > Dataset > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of quality measurements for the dataset
+
+| Any of(Option) |
+| -------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#first_oneOf_i1_hasQualityMeasurement_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [QualityMeasurement](#first_oneOf_i1_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+###### Property `DatasetSeries > first > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+#### Property `DatasetSeries > first > oneOf > Dataset > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of pages or documents about this dataset
+
+| Any of(Option) |
+| --------------------------------------- |
+| [item 0](#first_oneOf_i1_page_anyOf_i0) |
+| [item 1](#first_oneOf_i1_page_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_page_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------- |
+| [Document](#first_oneOf_i1_page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_page_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Document
+
+###### Property `DatasetSeries > first > oneOf > Dataset > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+#### Property `DatasetSeries > first > oneOf > Dataset > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents having some form of responsibility for the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#first_oneOf_i1_qualifiedAttribution_anyOf_i0) |
+| [item 1](#first_oneOf_i1_qualifiedAttribution_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_qualifiedAttribution_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------- |
+| [Attribution](#first_oneOf_i1_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Attribution](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Attribution
+
+###### Property `DatasetSeries > first > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+#### Property `DatasetSeries > first > oneOf > Dataset > wasAttributedTo`
+
+**Title:** attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents attributed to this dataset
+
+| Any of(Option) |
+| -------------------------------------------------- |
+| [item 0](#first_oneOf_i1_wasAttributedTo_anyOf_i0) |
+| [item 1](#first_oneOf_i1_wasAttributedTo_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > wasAttributedTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > wasAttributedTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_wasAttributedTo_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------- |
+| [Agent](#first_oneOf_i1_wasAttributedTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_wasAttributedTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Agent
+
+###### Property `DatasetSeries > first > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+#### Property `DatasetSeries > first > oneOf > Dataset > wasGeneratedBy`
+
+**Title:** was generated by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that generated, or provide the business context for the creation of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------- |
+| [item 0](#first_oneOf_i1_wasGeneratedBy_anyOf_i0) |
+| [item 1](#first_oneOf_i1_wasGeneratedBy_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > wasGeneratedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > wasGeneratedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_wasGeneratedBy_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------ |
+| [Activity](#first_oneOf_i1_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_wasGeneratedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+###### Property `DatasetSeries > first > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+#### Property `DatasetSeries > first > oneOf > Dataset > wasUsedBy`
+
+**Title:** used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Dataset
+
+| Any of(Option) |
+| -------------------------------------------- |
+| [item 0](#first_oneOf_i1_wasUsedBy_anyOf_i0) |
+| [item 1](#first_oneOf_i1_wasUsedBy_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------- | ----------- |
+| [item 1 items](#first_oneOf_i1_wasUsedBy_anyOf_i1_items) | - |
+
+###### DatasetSeries > first > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------- |
+| [Activity](#first_oneOf_i1_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#first_oneOf_i1_wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `DatasetSeries > first > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+###### Property `DatasetSeries > first > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+#### Property `DatasetSeries > first > oneOf > Dataset > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Link to a thumbnail picture illustrating the content of the dataset
+
+| Any of(Option) |
+| ---------------------------------------- |
+| [item 0](#first_oneOf_i1_image_anyOf_i0) |
+| [item 1](#first_oneOf_i1_image_anyOf_i1) |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `DatasetSeries > first > oneOf > Dataset > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+#### Property `DatasetSeries > first > oneOf > Dataset > scopeNote`
+
+**Title:** usage note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** usage note for the dataset
+
+#### Property `DatasetSeries > first > oneOf > Dataset > scopeNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `DatasetSeries > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the first dataset
+
+## Property `DatasetSeries > last`
+
+**Title:** last
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The last dataset in an ordered dataset series
+
+| One of(Option) |
+| ------------------------- |
+| [item 0](#last_oneOf_i0) |
+| [Dataset](#last_oneOf_i1) |
+| [item 2](#last_oneOf_i2) |
+
+### Property `DatasetSeries > last > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DatasetSeries > last > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of the last dataset
+
+### Property `DatasetSeries > last > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the last dataset
+
+## Property `DatasetSeries > seriesMember`
+
+**Title:** series member
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of members of the Dataset Series
+
+| Any of(Option) |
+| -------------------------------- |
+| [item 0](#seriesMember_anyOf_i0) |
+| [item 1](#seriesMember_anyOf_i1) |
+
+### Property `DatasetSeries > seriesMember > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DatasetSeries > seriesMember > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------- | ----------- |
+| [item 1 items](#seriesMember_anyOf_i1_items) | - |
+
+#### DatasetSeries > seriesMember > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------ |
+| [Dataset](#seriesMember_anyOf_i1_items_oneOf_i0) |
+| [item 1](#seriesMember_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | -------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#first_oneOf_i1) |
+
+**Description:** inline description of the member dataset
+
+##### Property `DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the member dataset
+
+## Property `DatasetSeries > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset Series is updated
+
+| One of(Option) |
+| ----------------------------------------- |
+| [item 0](#accrualPeriodicity_oneOf_i0) |
+| [frequency](#accrualPeriodicity_oneOf_i1) |
+| [item 2](#accrualPeriodicity_oneOf_i2) |
+
+### Property `DatasetSeries > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DatasetSeries > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+### Property `DatasetSeries > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+## Property `DatasetSeries > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset Series
+
+## Property `DatasetSeries > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `DatasetSeries > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g.,publication) of the Dataset Series
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#issued_anyOf_i0) |
+| [item 1](#issued_anyOf_i1) |
+
+### Property `DatasetSeries > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DatasetSeries > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#issued_anyOf_i1_oneOf_i0) |
+| [item 1](#issued_anyOf_i1_oneOf_i1) |
+| [item 2](#issued_anyOf_i1_oneOf_i2) |
+| [item 3](#issued_anyOf_i1_oneOf_i3) |
+
+#### Property `DatasetSeries > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DatasetSeries > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DatasetSeries > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `DatasetSeries > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `DatasetSeries > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset Series was changed or modified
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#modified_anyOf_i0) |
+| [item 1](#modified_anyOf_i1) |
+
+### Property `DatasetSeries > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DatasetSeries > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------- |
+| [item 0](#modified_anyOf_i1_oneOf_i0) |
+| [item 1](#modified_anyOf_i1_oneOf_i1) |
+| [item 2](#modified_anyOf_i1_oneOf_i2) |
+| [item 3](#modified_anyOf_i1_oneOf_i3) |
+
+#### Property `DatasetSeries > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DatasetSeries > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `DatasetSeries > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `DatasetSeries > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `DatasetSeries > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for ensuring the coherency of the Dataset Series
+
+| One of(Option) |
+| ----------------------------- |
+| [item 0](#publisher_oneOf_i0) |
+| [Agent](#publisher_oneOf_i1) |
+| [item 2](#publisher_oneOf_i2) |
+
+### Property `DatasetSeries > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DatasetSeries > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of publisher
+
+### Property `DatasetSeries > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher
+
+## Property `DatasetSeries > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Dataset Series
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#spatial_anyOf_i0) |
+| [item 1](#spatial_anyOf_i1) |
+
+### Property `DatasetSeries > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DatasetSeries > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#spatial_anyOf_i1_items) | - |
+
+#### DatasetSeries > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------- |
+| [Location](#spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#spatial_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+##### Property `DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+## Property `DatasetSeries > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the Dataset Series covers
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#temporal_anyOf_i0) |
+| [item 1](#temporal_anyOf_i1) |
+
+### Property `DatasetSeries > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `DatasetSeries > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 1 items](#temporal_anyOf_i1_items) | - |
+
+#### DatasetSeries > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------- |
+| [PeriodOfTime](#temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#temporal_anyOf_i1_items_oneOf_i1) |
+
+##### Property `DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#first_oneOf_i1_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+##### Property `DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+## Property `DatasetSeries > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset Series
+
+## Property `DatasetSeries > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Distribution.md b/jsonschema/docs/Distribution.md
new file mode 100644
index 0000000..6441ea9
--- /dev/null
+++ b/jsonschema/docs/Distribution.md
@@ -0,0 +1,12586 @@
+# Distribution
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A file that distributes the dataset
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [representationTechnique](#representationTechnique ) | Combination | representation technique |
+| - [status](#status ) | Combination | lifecycle status |
+| - [characterEncoding](#characterEncoding ) | Combination | character encoding |
+| - [accessService](#accessService ) | Combination | access service |
+| - [accessURL](#accessURL ) | Combination | access URL |
+| - [byteSize](#byteSize ) | null or string | byte size |
+| - [compressFormat](#compressFormat ) | Combination | compression format |
+| - [downloadURL](#downloadURL ) | Combination | download URL |
+| - [mediaType](#mediaType ) | Combination | media type |
+| - [packageFormat](#packageFormat ) | Combination | packaging format |
+| - [spatialResolutionInMeters](#spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#temporalResolution ) | null or string | termporal resolution |
+| - [availability](#availability ) | Combination | availability |
+| - [accessRestriction](#accessRestriction ) | Combination | access restriction |
+| - [cuiRestriction](#cuiRestriction ) | Combination | CUI restriction |
+| - [describedBy](#describedBy ) | Combination | data dictionary |
+| - [useRestriction](#useRestriction ) | Combination | use restriction |
+| - [accessRights](#accessRights ) | Combination | access rights |
+| - [conformsTo](#conformsTo ) | Combination | linked schemas |
+| - [description](#description ) | null or string | description |
+| - [descriptionMap](#descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [format](#format ) | Combination | format |
+| - [identifier](#identifier ) | Combination | identifier |
+| - [issued](#issued ) | Combination | release date |
+| - [language](#language ) | Combination | language |
+| - [license](#license ) | Combination | license |
+| - [modified](#modified ) | Combination | last modified |
+| - [rights](#rights ) | Combination | rights |
+| - [title](#title ) | null or string | title |
+| - [titleMap](#titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasQualityMeasurement](#hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#page ) | Combination | documentation |
+| - [image](#image ) | Combination | image |
+| - [checksum](#checksum ) | Combination | checksum |
+
+## Property `Distribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Distribution > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Distribution"` |
+
+## Property `Distribution > representationTechnique`
+
+**Title:** representation technique
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique). In DCAT-US profile, this property SHOULD be used to express the spatial representation type (grid, vector, tin), by using the URIs of the corresponding code list operated by an approved registry
+
+| One of(Option) |
+| -------------------------------------------- |
+| [item 0](#representationTechnique_oneOf_i0) |
+| [Concept](#representationTechnique_oneOf_i1) |
+| [item 2](#representationTechnique_oneOf_i2) |
+
+### Property `Distribution > representationTechnique > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > representationTechnique > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of Concept
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#representationTechnique_oneOf_i1_@id ) | string | - |
+| - [@type](#representationTechnique_oneOf_i1_@type ) | string | - |
+| - [altLabel](#representationTechnique_oneOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#representationTechnique_oneOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#representationTechnique_oneOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#representationTechnique_oneOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#representationTechnique_oneOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#representationTechnique_oneOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#representationTechnique_oneOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#representationTechnique_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `Distribution > representationTechnique > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `Distribution > representationTechnique > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+#### Property `Distribution > representationTechnique > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+#### Property `Distribution > representationTechnique > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Distribution > representationTechnique > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+#### Property `Distribution > representationTechnique > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Distribution > representationTechnique > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| -------------------------------------------------------------------- |
+| [ConceptScheme](#representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+| [item 1](#representationTechnique_oneOf_i1_inScheme_oneOf_i1) |
+
+##### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------ |
+| [item 0](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------- |
+| [item 0](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------- |
+| [item 0](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------- |
+| [item 0](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [item 0](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#representationTechnique_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `Distribution > representationTechnique > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+#### Property `Distribution > representationTechnique > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ------------------------------------------------------------- |
+| [item 0](#representationTechnique_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#representationTechnique_oneOf_i1_notation_anyOf_i1) |
+
+##### Property `Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#representationTechnique_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### Distribution > representationTechnique > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+#### Property `Distribution > representationTechnique > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+#### Property `Distribution > representationTechnique > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `Distribution > representationTechnique > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+## Property `Distribution > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the distribution in the context of maturity lifecycle
+
+| One of(Option) |
+| --------------------------- |
+| [item 0](#status_oneOf_i0) |
+| [Concept](#status_oneOf_i1) |
+| [item 2](#status_oneOf_i2) |
+
+### Property `Distribution > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+### Property `Distribution > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+## Property `Distribution > characterEncoding`
+
+**Title:** character encoding
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The list of character encodings of the Distribution, by using as value the character set names in the IANA registerÂ
+
+| Any of(Option) |
+| ------------------------------------- |
+| [item 0](#characterEncoding_anyOf_i0) |
+| [item 1](#characterEncoding_anyOf_i1) |
+
+### Property `Distribution > characterEncoding > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > characterEncoding > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------- | ----------- |
+| [item 1 items](#characterEncoding_anyOf_i1_items) | - |
+
+#### Distribution > characterEncoding > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `Distribution > accessService`
+
+**Title:** access service
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A data service that gives access to the distribution of the dataset
+
+| Any of(Option) |
+| --------------------------------- |
+| [item 0](#accessService_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1) |
+
+### Property `Distribution > accessService > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > accessService > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items) | - |
+
+#### Distribution > accessService > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [DataService](#accessService_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService`
+
+**Title:** DataService
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/dataservice |
+
+**Description:** inline description of DataService
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------ | --------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [contactPoint](#accessService_anyOf_i1_items_oneOf_i0_contactPoint ) | array | contact point |
+| - [endpointDescription](#accessService_anyOf_i1_items_oneOf_i0_endpointDescription ) | Combination | endpoint description |
+| + [endpointURL](#accessService_anyOf_i1_items_oneOf_i0_endpointURL ) | array of string | endpoint URL |
+| - [keyword](#accessService_anyOf_i1_items_oneOf_i0_keyword ) | null or string | keyword/tag |
+| - [keywordMap](#accessService_anyOf_i1_items_oneOf_i0_keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [servesDataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset ) | Combination | serves dataset |
+| - [spatialResolutionInMeters](#accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | Combination | spatial resolution in meters |
+| - [temporalResolution](#accessService_anyOf_i1_items_oneOf_i0_temporalResolution ) | Combination | temporal resolution |
+| - [theme](#accessService_anyOf_i1_items_oneOf_i0_theme ) | Combination | theme/category |
+| - [geographicBoundingBox](#accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox ) | Combination | geographic bounding box |
+| - [accessRights](#accessService_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [conformsTo](#accessService_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to |
+| - [created](#accessService_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [creator](#accessService_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| - [description](#accessService_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#accessService_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#accessService_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [language](#accessService_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [license](#accessService_anyOf_i1_items_oneOf_i0_license ) | Combination | license |
+| - [modified](#accessService_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| + [publisher](#accessService_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [rights](#accessService_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [rightsHolder](#accessService_anyOf_i1_items_oneOf_i0_rightsHolder ) | Combination | rights holder |
+| - [spatial](#accessService_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#accessService_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#accessService_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#accessService_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#accessService_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [hasQualityMeasurement](#accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [qualifiedAttribution](#accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasUsedBy](#accessService_anyOf_i1_items_oneOf_i0_wasUsedBy ) | Combination | was used by |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DataService"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | Yes |
+
+**Description:** Contact information that can be used for sending comments about the Data Service
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------- | ----------- |
+| [contactPoint items](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------- |
+| [Kind](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | ------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/kind |
+
+**Description:** inline description of Kind
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------ | -------------- | ----------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_@type ) | string | - |
+| - [address](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address ) | Combination | address |
+| + [hasEmail](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_hasEmail ) | string | Email |
+| - [family-name](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_family-name ) | null or string | family name |
+| + [fn](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_fn ) | string | formatted name |
+| - [given-name](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_given-name ) | null or string | given name |
+| - [organization-name](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_organization-name ) | null or string | organization name |
+| - [tel](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_tel ) | null or string | telephone |
+| - [title](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_title ) | null or string | position title |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > @type`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Kind"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address`
+
+**Title:** address
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The address of the contact
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------- |
+| [Address](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address`
+
+**Title:** Address
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/address |
+
+**Description:** inline address information
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [country-name](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_country-name ) | null or string | country |
+| - [locality](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_locality ) | null or string | locality |
+| - [postal-code](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_postal-code ) | null or string | postal code |
+| - [region](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_region ) | null or string | administrative area |
+| - [street-address](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0_address_anyOf_i1_items_oneOf_i0_street-address ) | null or string | street address |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Address"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > country-name`
+
+**Title:** country
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The country of the Address
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > locality`
+
+**Title:** locality
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The city of the Address
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > postal-code`
+
+**Title:** postal code
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The postal code of the Address
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > region`
+
+**Title:** administrative area
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The administrative area of the Address. Depending on the country, this corresponds to a province, a county, a region, or a state
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > street-address`
+
+**Title:** street address
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The street name and civic number of an Address
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > address > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Address
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > hasEmail`
+
+**Title:** Email
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Email address for the contact
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^mailto:[\w\_\~\!\$\&\'\(\)\*\+\,\;\=\:.-]+@[\w.-]+\.[\w.-]+?$``` [Test](https://regex101.com/?regex=%5Emailto%3A%5B%5Cw%5C_%5C~%5C%21%5C%24%5C%26%5C%27%5C%28%5C%29%5C%2A%5C%2B%5C%2C%5C%3B%5C%3D%5C%3A.-%5D%2B%40%5B%5Cw.-%5D%2B%5C.%5B%5Cw.-%5D%2B%3F%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > family-name`
+
+**Title:** family name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The family name of the contact
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > fn`
+
+**Title:** formatted name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The formatted text of the name of the contact
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > given-name`
+
+**Title:** given name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The given name of the contact
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > organization-name`
+
+**Title:** organization name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the organization to contact
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > tel`
+
+**Title:** telephone
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The telephone number for the contact
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > Kind > title`
+
+**Title:** position title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The position role of the person to contact
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > contactPoint > contactPoint items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription`
+
+**Title:** endpoint description
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of descriptions of the services available via the end-points, including their operations, parameters etc
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_endpointDescription_anyOf_i1_items_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 0`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** An in-line description of the endpoint description
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointDescription > anyOf > item 1 > item 1 items > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the endpoint description
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointURL`
+
+**Title:** endpoint URL
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | Yes |
+
+**Description:** A list of root locations or primary endpoints of the service (a Web-resolvable IRI)
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
+| [endpointURL items](#accessService_anyOf_i1_items_oneOf_i0_endpointURL_items) | The root location or primary endpoint of the service (a Web-resolvable IRI) |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > endpointURL > endpointURL items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The root location or primary endpoint of the service (a Web-resolvable IRI)
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A keyword or tag describing the Data Service
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset`
+
+**Title:** serves dataset
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of datasets that are served by this data service
+
+| Any of(Option) |
+| ----------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------- |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/dataset |
+
+**Description:** inline description of Dataset
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [otherIdentifier](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier ) | Combination | other identifier |
+| - [sample](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample ) | Combination | sample |
+| - [status](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_status ) | Combination | lifecycle status |
+| - [supportedSchema](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema ) | Combination | supported schema |
+| - [versionNotes](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_versionNotes ) | null or string | version notes |
+| - [contactPoint](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint ) | Combination | contact point |
+| - [distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution ) | Combination | dataset distribution |
+| - [first](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_first ) | Combination | first |
+| - [hasCurrentVersion](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion ) | Combination | current version |
+| - [hasVersion](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion ) | Combination | has version |
+| - [inSeries](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries ) | Combination | in series |
+| - [keyword](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_keyword ) | Combination | keyword/tag |
+| - [keywordMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_keywordMap ) | null or object | Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [landingPage](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage ) | Combination | landing page |
+| - [previousVersion](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_previousVersion ) | Combination | previous version |
+| - [qualifiedRelation](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation ) | Combination | qualified relation |
+| - [spatialResolutionInMeters](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporalResolution ) | null or string | temporal resolution |
+| - [theme](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme ) | Combination | theme/category |
+| - [version](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_version ) | null or string | version |
+| - [describedBy](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_describedBy ) | Combination | data dictionary |
+| - [geographicBoundingBox](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox ) | Combination | geographic bounding box |
+| - [liabilityStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement ) | Combination | liability statement |
+| - [metadataDistribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution ) | Combination | metadata distribution |
+| - [purpose](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_purpose ) | null or string | purpose |
+| - [purposeMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_purposeMap ) | null or object | Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [accessRights](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [accrualPeriodicity](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity ) | Combination | frequency |
+| - [conformsTo](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to |
+| - [contributor](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor ) | Combination | contributor |
+| - [created](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [creator](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| + [description](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_description ) | string | description |
+| - [descriptionMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasPart](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart ) | Combination | has part |
+| - [identifier](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_identifier ) | null or string | identifier |
+| - [isReferencedBy](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy ) | Combination | is referenced by |
+| - [issued](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [language](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [modified](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [provenance](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance ) | Combination | provenance |
+| + [publisher](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [relation](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_relation ) | Combination | related resource |
+| - [replaces](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces ) | Combination | replaces |
+| - [rights](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [rightsHolder](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder ) | Combination | rights holder |
+| - [source](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source ) | Combination | data source |
+| - [spatial](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [subject](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject ) | Combination | subject |
+| - [temporal](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [hasQualityMeasurement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page ) | Combination | documentation |
+| - [qualifiedAttribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution ) | Combination | qualified attribution |
+| - [wasAttributedTo](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo ) | Combination | attribution |
+| - [wasGeneratedBy](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy ) | Combination | was generated by |
+| - [wasUsedBy](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy ) | Combination | used by |
+| - [image](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_image ) | Combination | image |
+| - [scopeNote](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_scopeNote ) | null or string | usage note |
+| - [scopeNoteMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_scopeNoteMap ) | null or object | Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Dataset"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier`
+
+**Title:** other identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of structure identifiers
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------- |
+| [Identifier](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier`
+
+**Title:** Identifier
+
+| | |
+| ------------------------- | ------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/identifier |
+
+**Description:** inline description of other identifier
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [schemaAgency](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_schemaAgency ) | null or string | schema agency |
+| - [creator](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator ) | Combination | creator |
+| - [issued](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [version](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_version ) | null or string | version |
+| - [notation](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_notation ) | null or string | notation |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > @type`
+
+| | |
+| ------------ | -------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Identifier"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > schemaAgency`
+
+**Title:** schema agency
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the agency that issued the identifier
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the agency that manages the identifier scheme
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i0) |
+| [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/organization |
+
+**Description:** inline description of the creator
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_@type ) | string | - |
+| + [name](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_name ) | string | name |
+| - [subOrganizationOf](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf ) | Combination | suborganization of |
+| - [altLabel](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_altLabel ) | null or string | alternative label |
+| - [altLabelMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_altLabelMap ) | null or object | Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [notation](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation ) | Combination | notation |
+| - [prefLabel](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_prefLabel ) | null or string | preferred label |
+| - [prefLabelMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Organization"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The full name of the Organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf`
+
+**Title:** suborganization of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > altLabel`
+
+**Title:** alternative label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** alternative name (trading name, colloquial name) for an organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization (e.g. DOI, DOD)
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred or legal name of the organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > Organization > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the creator
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Identifier
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version of the identifier scheme
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > Identifier > notation`
+
+**Title:** notation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** abbreviation or code from code lists for an identifier
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > otherIdentifier > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of other identifier
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample`
+
+**Title:** sample
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to samples of a Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------- |
+| [Distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/distribution |
+
+**Description:** inline description of Distribution
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [representationTechnique](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique ) | Combination | representation technique |
+| - [status](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status ) | Combination | lifecycle status |
+| - [characterEncoding](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding ) | Combination | character encoding |
+| - [accessService](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService ) | Combination | access service |
+| - [accessURL](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessURL ) | Combination | access URL |
+| - [byteSize](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_byteSize ) | null or string | byte size |
+| - [compressFormat](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat ) | Combination | compression format |
+| - [downloadURL](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_downloadURL ) | Combination | download URL |
+| - [mediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType ) | Combination | media type |
+| - [packageFormat](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat ) | Combination | packaging format |
+| - [spatialResolutionInMeters](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters ) | null or string | Spatial resolution (meters) |
+| - [temporalResolution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_temporalResolution ) | null or string | termporal resolution |
+| - [availability](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability ) | Combination | availability |
+| - [accessRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction ) | Combination | access restriction |
+| - [cuiRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction ) | Combination | CUI restriction |
+| - [describedBy](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy ) | Combination | data dictionary |
+| - [useRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction ) | Combination | use restriction |
+| - [accessRights](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights ) | Combination | access rights |
+| - [conformsTo](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | linked schemas |
+| - [description](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [format](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format ) | Combination | format |
+| - [identifier](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [language](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language ) | Combination | language |
+| - [license](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license ) | Combination | license |
+| - [modified](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [rights](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights ) | Combination | rights |
+| - [title](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [hasQualityMeasurement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement ) | Combination | quality measurement |
+| - [page](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page ) | Combination | documentation |
+| - [image](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_image ) | Combination | image |
+| - [checksum](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum ) | Combination | checksum |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Distribution"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique`
+
+**Title:** representation technique
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique). In DCAT-US profile, this property SHOULD be used to express the spatial representation type (grid, vector, tin), by using the URIs of the corresponding code list operated by an approved registry
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_representationTechnique_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > representationTechnique > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the distribution in the context of maturity lifecycle
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_status_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding`
+
+**Title:** character encoding
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The list of character encodings of the Distribution, by using as value the character set names in the IANA registerÂ
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_characterEncoding_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > characterEncoding > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService`
+
+**Title:** access service
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A data service that gives access to the distribution of the dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [DataService](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessService_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService`
+
+**Title:** DataService
+
+| | |
+| ------------------------- | ----------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [DataService](#accessService_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of DataService
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DataService
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL`
+
+**Title:** access URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that gives access to a Distribution of the Dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessURL_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessURL_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > byteSize`
+
+**Title:** byte size
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The size of a Distribution in bytes
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat`
+
+**Title:** compression format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i0) |
+| [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/mediatype |
+
+**Description:** inline description of MediaType
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_@type ) | string | - |
+| - [label](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_label ) | null or string | label |
+| - [labelMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1_labelMap ) | null or object | Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > @type`
+
+| | |
+| ------------ | ------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"MediaType"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The denomination of the Media Type
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > MediaType > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > compressFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL`
+
+**Title:** download URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that is a direct link to a downloadable file of the Distribution in a given format
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_downloadURL_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_downloadURL_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > downloadURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The media type of the Distribution as defined in the official register of media types managed by IANA
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i0) |
+| [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_mediaType_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > mediaType > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat`
+
+**Title:** packaging format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i0) |
+| [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_packageFormat_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > packageFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum spatial separation resolvable in a dataset distribution, measured in meters
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > temporalResolution`
+
+**Title:** termporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum time period resolvable in the dataset distribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability`
+
+**Title:** availability
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An indication how long it is planned to keep the Distribution of the Dataset available
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_availability_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > availability > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction`
+
+**Title:** access restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of access restrictions related to the distribution
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [AccessRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction`
+
+**Title:** AccessRestriction
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/accessrestriction |
+
+**Description:** inline description of AccessRestriction
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [restrictionNote](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction ) | Combination | specific restriction |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > @type`
+
+| | |
+| ------------ | --------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"AccessRestriction"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A note related to the access restriction
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The indication of whether or not there are access restrictions on the item
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of restriction status
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with this restriction
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the specific restriction
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of AccessRestriction
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction`
+
+**Title:** CUI restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Controlled Unclassified Information restriction related to the distribution
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i0) |
+| [CUIRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction`
+
+**Title:** CUIRestriction
+
+| | |
+| ------------------------- | ----------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/cuirestriction |
+
+**Description:** inline description of CUIRestriction
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_@type ) | string | - |
+| + [cuiBannerMarking](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_cuiBannerMarking ) | string | CUI banner marking |
+| + [designationIndicator](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_designationIndicator ) | string | CUI designation indicator |
+| - [requiredIndicatorPerAuthority](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority ) | Combination | required indicator per authority |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"CUIRestriction"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > cuiBannerMarking`
+
+**Title:** CUI banner marking
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** CUI (Controlled Unclassified Information) banner marking is required for any unclassified information that is deemed sensitive and requires protection
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > designationIndicator`
+
+**Title:** CUI designation indicator
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Designation Indicator shows which agency made the document CUI
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority`
+
+**Title:** required indicator per authority
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of free text of the required indicator
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1_requiredIndicatorPerAuthority_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > CUIRestriction > requiredIndicatorPerAuthority > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > cuiRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of CUIRestriction
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution containing the Data Dictionary for this distribution
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i0) |
+| [Distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the data dictionary
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the data dictionary
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction`
+
+**Title:** use restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Use restriction related to the distribution
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [UseRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction`
+
+**Title:** UseRestriction
+
+| | |
+| ------------------------- | ----------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/userestriction |
+
+**Description:** inline description of UseRestriction
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [restrictionNote](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction ) | Combination | specific restriction |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"UseRestriction"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Significant information pertaining to the use or reproduction of the data
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Indication of whether or not there are use restrictions on the archival materials
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_restrictionStatus_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of restriction status
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with the use restriction
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0_specificRestriction_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the specific restriction
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of UseRestriction
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/rightsstatement |
+
+**Description:** inline description of RightsStatement
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_@type ) | string | - |
+| - [attributionText](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_attributionText ) | null or string | attribution text |
+| - [attributionTextMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1_attributionTextMap ) | null or object | Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > RightsStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > RightsStatement > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"RightsStatement"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > RightsStatement > attributionText`
+
+**Title:** attribution text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The custom attribution text for the rights statement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > RightsStatement > attributionTextMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo`
+
+**Title:** linked schemas
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of established schemas or reference systems to which the described Distribution conforms
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/standard |
+
+**Description:** inline description of Standard
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [created](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [description](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [modified](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [title](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [inScheme](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | in scheme |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Standard"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Standard has been first created
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Standard
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Standard
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Standard was changed or modified
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Standard
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the Standard. A controlled vocabulary for the values has not been established
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The reference register to which the Standard belongs
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | -------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of ConceptScheme
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Distribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format`
+
+**Title:** format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The file format of the Distribution
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i0) |
+| [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_format_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of the format
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > format > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the format
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of unique identifiers for the Distribution (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Distribution
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A language or languages used in the Distribution. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 2 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A license under which the Distribution is made available
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i0) |
+| [LicenseDocument](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/licensedocument |
+
+**Description:** inline description of LicenseDocument
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i1_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i1_@type ) | string | - |
+| - [licenseText](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i1_licenseText ) | null or string | license text |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > LicenseDocument > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > LicenseDocument > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LicenseDocument"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > LicenseDocument > licenseText`
+
+**Title:** license text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the license
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Distribution was changed or modified
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A statement that specifies rights associated with the Distribution
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i0) |
+| [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_rights_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Distribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of quality measurements for the distribution
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/qualitymeasurement |
+
+**Description:** inline description of QualityMeasurement
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [isMeasurementOf](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf ) | Combination | is measurement of |
+| + [value](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_value ) | string | value |
+| - [unitMeasure](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_unitMeasure ) | null or string | unit of measure |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"QualityMeasurement"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf`
+
+**Title:** is measurement of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The metric being observed
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Metric](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric`
+
+**Title:** Metric
+
+| | |
+| ------------------------- | --------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/metric |
+
+**Description:** inline description of Metric
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_@type ) | string | - |
+| + [expectedDataType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_expectedDataType ) | string | expected datatype |
+| + [inDimension](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_inDimension ) | string | in dimension |
+| - [definition](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0_isMeasurementOf_oneOf_i0_definition ) | null or string | definition |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > @type`
+
+| | |
+| ------------ | ---------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Metric"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > expectedDataType`
+
+**Title:** expected datatype
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > inDimension`
+
+**Title:** in dimension
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Represents the dimensions a quality metric, certificate and annotation allow a measurement of.
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > Metric > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the metric.
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > isMeasurementOf > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Metric
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > value`
+
+**Title:** value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The value computed by metric
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement > unitMeasure`
+
+**Title:** unit of measure
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Unit of measure associated with the value
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A page or document about this Distribution
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Document](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/document |
+
+**Description:** inline description of Document
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [creators](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators ) | Combination | authors |
+| - [publishers](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publishers ) | null or string | publisher |
+| - [mediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType ) | Combination | media type |
+| - [abstract](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_abstract ) | null or string | abstract |
+| - [abstractMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_abstractMap ) | null or object | Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [bibliographicCitation](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_bibliographicCitation ) | null or string | bibliographic citation |
+| - [conformsTo](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo ) | Combination | conforms to standard |
+| - [creator](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator ) | Combination | corporate author |
+| - [description](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued ) | Combination | publication date |
+| - [publisher](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| + [title](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Document"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators`
+
+**Title:** authors
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of authors
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creators_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creators > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publishers`
+
+**Title:** publisher
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Publisher
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of file formats of the Document
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_mediaType_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > mediaType > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > abstract`
+
+**Title:** abstract
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Text abstract of the document
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > abstractMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > bibliographicCitation`
+
+**Title:** bibliographic citation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Bibliographic citation as text
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo`
+
+**Title:** conforms to standard
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A standard to which the document conforms
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator`
+
+**Title:** corporate author
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The organization responsible for creating the resource
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of corporate author
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of corporate author
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Document
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of unique identifiers for the Document (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Publication date of the document
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** publisher organization of the document
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_publisher_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of publisher organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the document in the indicated language
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the document
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A link to a thumbnail picture illustrating the content of the distribution
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_image_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_image_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum`
+
+**Title:** checksum
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A mechanism that can be used to verify that the contents of a distribution have not changed
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i0) |
+| [Checksum](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum`
+
+**Title:** Checksum
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/checksum |
+
+**Description:** inline description of Checksum
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ----------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_@type ) | string | - |
+| + [algorithm](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_algorithm ) | string | algorithm |
+| + [checksumValue](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1_checksumValue ) | string | checksum value |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Checksum"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > algorithm`
+
+**Title:** algorithm
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The algorithm used to produce the checksum
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > Checksum > checksumValue`
+
+**Title:** checksum value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A lower case hexadecimal encoded digest value produced using a specific algorithm
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > Distribution > checksum > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Checksum
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > sample > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status`
+
+**Title:** lifecycle status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The status of the dataset in the context of maturity lifecycle
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_status_oneOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_status_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_status_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > status > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema`
+
+**Title:** supported schema
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** supported schema for this dataset
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema_oneOf_i0) |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_supportedSchema_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the supported schema
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > supportedSchema > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the supported schema
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > versionNotes`
+
+**Title:** version notes
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version notes for this dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contact information that can be used for sending comments about the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------- |
+| [Kind](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0) |
+
+**Description:** inline description of Kind
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Kind
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution`
+
+**Title:** dataset distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of available distributions for the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------- |
+| [Distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_distribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > distribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the first item of the sequence the dataset belongs to
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_first_oneOf_i0) |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_first_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_first_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion`
+
+**Title:** current version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the current (latest) version of a dataset
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion_oneOf_i0) |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasCurrentVersion_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasCurrentVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion`
+
+**Title:** has version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets that are a version, edition, or adaptation of the described Dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasVersion_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasVersion > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries`
+
+**Title:** in series
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Dataset Series this dataset belongs to
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------ |
+| [DatasetSeries](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries`
+
+**Title:** DatasetSeries
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/datasetseries |
+
+**Description:** inline description of DatasetSeries
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [contactPoint](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint ) | Combination | contact point |
+| - [first](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first ) | Combination | first |
+| - [last](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last ) | Combination | last |
+| - [seriesMember](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember ) | Combination | series member |
+| - [accrualPeriodicity](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity ) | Combination | frequency |
+| + [description](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_description ) | string | description |
+| - [descriptionMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued ) | Combination | release date |
+| - [modified](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified ) | Combination | update/modification date |
+| - [publisher](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher ) | Combination | publisher |
+| - [spatial](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial ) | Combination | spatial/geographic coverage |
+| - [temporal](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal ) | Combination | temporal coverage |
+| + [title](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_title ) | string | title |
+| - [titleMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"DatasetSeries"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint`
+
+**Title:** contact point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of contacts that can be used for sending comments about the Dataset Series
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [Kind](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_contactPoint_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > Kind`
+
+**Title:** Kind
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Kind](#accessService_anyOf_i1_items_oneOf_i0_contactPoint_items_oneOf_i0) |
+
+**Description:** inline description of the contact
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > contactPoint > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the contact
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first`
+
+**Title:** first
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The first dataset in an ordered dataset series
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i0) |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_first_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the first dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > first > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the first dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last`
+
+**Title:** last
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The last dataset in an ordered dataset series
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i0) |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_last_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the last dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > last > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the last dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember`
+
+**Title:** series member
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of members of the Dataset Series
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_seriesMember_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the member dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > seriesMember > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the member dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset Series is updated
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i0) |
+| [frequency](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset Series
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g.,publication) of the Dataset Series
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset Series was changed or modified
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for ensuring the coherency of the Dataset Series
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | -------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/agent |
+
+**Description:** inline description of publisher
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_@type ) | string | - |
+| - [category](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_category ) | Combination | category |
+| + [name](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_name ) | string | name |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > @type`
+
+| | |
+| ------------ | --------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Agent"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the agent that makes the item available
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_category_oneOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_category_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1_category_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the agent type
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the agent type
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > Agent > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The name of the agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Dataset Series
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Location](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/location |
+
+**Description:** inline description of Location
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [bbox](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox ) | Combination | bounding box |
+| - [centroid](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid ) | Combination | centroid |
+| - [identifier](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [geometry](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry ) | Combination | geometry |
+| - [inScheme](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | gazetteer |
+| - [altLabel](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_altLabel ) | null or string | alternative name |
+| - [altLabelMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_altLabelMap ) | null or object | Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [prefLabel](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_prefLabel ) | null or string | geographic name |
+| - [prefLabelMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_prefLabelMap ) | null or object | Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Location"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox`
+
+**Title:** bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** bounding box of a location (in any coordinate system)
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_bbox_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > bbox > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Bounding box represented in some string format
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid`
+
+**Title:** centroid
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The geographic center (centroid) of a location
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_centroid_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > centroid > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Center point in some string format
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of geographic identifiers for the location, e.g., the URI or other unique identifier in the context of the relevant gazetteer
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry`
+
+**Title:** geometry
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Associates a location with a corresponding geometry
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_geometry_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > geometry > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** String format of the full geometry of the location
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme`
+
+**Title:** gazetteer
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The gazetteer to which the location belongs
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | -------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#representationTechnique_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of the gazetteer
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the gazetteer
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > altLabel`
+
+**Title:** alternative name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** An alternative name for a location
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > prefLabel`
+
+**Title:** geographic name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred label of the Location
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > Location > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the Dataset Series covers
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [PeriodOfTime](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/periodoftime |
+
+**Description:** inline description of PeriodOfTime
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- | ----------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [endDate](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate ) | Combination | end date |
+| - [startDate](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate ) | Combination | start date |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"PeriodOfTime"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate`
+
+**Title:** end date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The end date of the period of time
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_endDate_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate`
+
+**Title:** start date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The start date of the period of time
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0_startDate_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset Series
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > DatasetSeries > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > inSeries > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DatasetSeries
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword`
+
+**Title:** keyword/tag
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of keywords or tags describing the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_keyword_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_keyword_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_keyword_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keyword > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Min length** | 1 |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > keywordMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for keyword. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage`
+
+**Title:** landing page
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A web page that provides access to the Dataset, its Distributions and/or additional information
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i0) |
+| [Document](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_landingPage_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Document
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > landingPage > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion`
+
+**Title:** previous version
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** reference to the previous dataset version
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_previousVersion_oneOf_i0) |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_previousVersion_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_previousVersion_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > previousVersion > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation`
+
+**Title:** qualified relation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Qualified relationship with role of the dataset with another resource
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [Relationship](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship`
+
+**Title:** Relationship
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/relationship |
+
+**Description:** inline description of Relationship
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ----------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [hadRole](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_hadRole ) | string | role |
+| + [relation](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedRelation_anyOf_i1_items_oneOf_i0_relation ) | string | relation |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Relationship"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to a dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > Relationship > relation`
+
+**Title:** relation
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Link to the entity related to the dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedRelation > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Relationship
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Spatial resolution in meters
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Temporal resolution using xsd:duration syntax
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of themes of the dataset
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The version indicator (name or identifier) of a resource
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution describing the Data Dictionary for this dataset
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i0) |
+| [Distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_describedBy_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of WGS84 Geographic Bounding Boxes for this dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [GeographicBoundingBox](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/geographicboundingbox |
+
+**Description:** inline description of GeographicBoundingBox
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ----------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [eastBoundingLongitude](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_eastBoundingLongitude ) | string | east bounding longitude |
+| + [northBoundingLatitude](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_northBoundingLatitude ) | string | north bounding latitude |
+| + [southBoundingLatitude](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_southBoundingLatitude ) | string | south bouding latitude |
+| + [westBoundingLongitude](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0_westBoundingLongitude ) | string | west bounding longitude |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > @type`
+
+| | |
+| ------------ | ------------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"GeographicBoundingBox"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > eastBoundingLongitude`
+
+**Title:** east bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** East bound longitude in decimal degrees
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > northBoundingLatitude`
+
+**Title:** north bounding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** North bound latitude in decimal degrees
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > southBoundingLatitude`
+
+**Title:** south bouding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** South bound latitude in decimal degrees
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox > westBoundingLongitude`
+
+**Title:** west bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** West bound longitude in decimal degrees
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement`
+
+**Title:** liability statement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A liability statement about the dataset
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i0) |
+| [LiabilityStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement`
+
+**Title:** LiabilityStatement
+
+| | |
+| ------------------------- | --------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/liabilitystatement |
+
+**Description:** inline description of LiabilityStatement
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------------------------------------------------------------- | -------------- | --------------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_@type ) | string | - |
+| - [label](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_label ) | null or string | liability statement text |
+| - [labelMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_liabilityStatement_oneOf_i1_labelMap ) | null or object | Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LiabilityStatement"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > label`
+
+**Title:** liability statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the liability statement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > LiabilityStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > liabilityStatement > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LiabilityStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution`
+
+**Title:** metadata distribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Distribution to "original" metadata document
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------------------- |
+| [Distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_metadataDistribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Distribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > metadataDistribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Distribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > purpose`
+
+**Title:** purpose
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The purpose of the dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > purposeMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for purpose. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information that indicates whether the Dataset is open data, has access restrictions or is public
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity`
+
+**Title:** frequency
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The frequency at which the Dataset is updated
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i0) |
+| [frequency](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_accrualPeriodicity_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity > oneOf > frequency`
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/frequency |
+
+**Description:** inline description of Frequency
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > accrualPeriodicity > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Frequency
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of standards to which the described Dataset conforms
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------- |
+| [Standard](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor`
+
+**Title:** contributor
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents contributing to the Dataset
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_contributor_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > contributor > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Dataset was first created
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity responsible for producing the dataset
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_creator_oneOf_i0) |
+| [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_creator_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > description`
+
+**Title:** description
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A free-text account of the Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart`
+
+**Title:** has part
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related datasets that are part of the described dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasPart_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasPart > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The unique identifier for the Dataset, e.g. the URI or other unique identifier in the context of the Catalog
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy`
+
+**Title:** is referenced by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of links to related resources, such as publications, that reference, cite, or otherwise point to the Dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_isReferencedBy_anyOf_i1_items) | reference iri of Resource |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > isReferencedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Date of formal issuance (e.g., publication) of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages used in the Dataset. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 2 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Dataset was changed or modified
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance`
+
+**Title:** provenance
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements about the lineage of a Dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------- |
+| [ProvenanceStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement`
+
+**Title:** ProvenanceStatement
+
+| | |
+| ------------------------- | ---------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/provenancestatement |
+
+**Description:** inline description of ProvenanceStatement
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ---------------------------------------------------------------------------------------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [label](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_label ) | null or string | provenance statement text |
+| - [labelMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_provenance_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > @type`
+
+| | |
+| ------------ | ----------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ProvenanceStatement"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > label`
+
+**Title:** provenance statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The text of the Provenance Statement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > ProvenanceStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > provenance > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ProvenanceStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An organization responsible for making the Dataset available
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation`
+
+**Title:** related resource
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of references to a related resource
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_relation_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_relation_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------- | ------------------------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_relation_anyOf_i1_items) | reference iri of Resource |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > relation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces`
+
+**Title:** replaces
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of Datasets replaced by this Dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------ |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_replaces_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > replaces > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of statements concerning all rights for the Dataset not addressed with license or accessRights, such as copyright statements
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rights_oneOf_i0) |
+| [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rights_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rights_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents (organizations) holding rights on the Dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------------------- |
+| [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source`
+
+**Title:** data source
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of related Datasets from which the described Dataset is derived
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------- |
+| [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_source_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1 > item 1 items > oneOf > Dataset`
+
+**Title:** Dataset
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Dataset](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > source > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region or regions that are covered by the Dataset
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i0) |
+| [Location](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 3 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------ |
+| [Location](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_spatial_oneOf_i3_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > spatial > oneOf > item 3 > item 3 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject`
+
+**Title:** subject
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of primary subjects of the dataset
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------- |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_subject_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > subject > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of temporal periods that the dataset covers
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------------------------- |
+| [PeriodOfTime](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A name given to the Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of categories of the dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------ |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_category_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > category > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of quality measurements for the dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [QualityMeasurement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of pages or documents about this dataset
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------------------------------------- |
+| [Document](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Document
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents having some form of responsibility for the dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------------------------------------- |
+| [Attribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/attribution |
+
+**Description:** inline description of Attribution
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [hadRole](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_hadRole ) | string | role |
+| + [agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent ) | Combination | agent |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > @type`
+
+| | |
+| ------------ | --------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Attribution"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to another entity or resource
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent`
+
+**Title:** agent
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The agent that plays a role in the resource
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0_agent_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution > agent > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo`
+
+**Title:** attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents attributed to this dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------ |
+| [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasAttributedTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasAttributedTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy`
+
+**Title:** was generated by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that generated, or provide the business context for the creation of the dataset
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------- |
+| [Activity](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/activity |
+
+**Description:** inline description of Activity
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------ |
+| - [@id](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [category](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [label](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_label ) | null or string | label |
+| - [labelMap](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Activity"` |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The category of the Activity
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0_category_anyOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of the category
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > category > anyOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the category
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A human-readable label for the activity
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > Activity > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasGeneratedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy`
+
+**Title:** used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Dataset
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------------------------------- |
+| [Activity](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Link to a thumbnail picture illustrating the content of the dataset
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_image_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_image_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > scopeNote`
+
+**Title:** usage note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** usage note for the dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > Dataset > scopeNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the scope note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > servesDataset > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Dataset
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters`
+
+**Title:** spatial resolution in meters
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum spatial separation resolvable in a Data Service, measured in meters
+
+| Any of(Option) |
+| ----------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_spatialResolutionInMeters_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatialResolutionInMeters > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution`
+
+**Title:** temporal resolution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The minimum time period resolvable by the Data Service
+
+| Any of(Option) |
+| ---------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_temporalResolution_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporalResolution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme`
+
+**Title:** theme/category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of themes of the Data Service. A Data Service may be associated with multiple themes
+
+| Any of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------- |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_theme_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > theme > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox`
+
+**Title:** geographic bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The spatial extent of domain of application of an data service and is standardized in WGS 84 Lat/Long coordinate system
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------- |
+| [GeographicBoundingBox](#accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > GeographicBoundingBox`
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [GeographicBoundingBox](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_geographicBoundingBox_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of GeographicBoundingBox
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > geographicBoundingBox > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of GeographicBoundingBox
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i0) |
+| [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of access rights
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of access rights
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo`
+
+**Title:** conforms to
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of general standards or specifications that the Data Service endpoints implement
+
+| Any of(Option) |
+| -------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------- |
+| [Standard](#accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Data Service has been first created
+
+| Any of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of agents primarily responsible for producing the Data Service
+
+| Any of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------- |
+| [Agent](#accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_creator_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Data Service
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of the main identifiers for the Data Service, e.g. the URI or other unique identifier in the context of the Catalog
+
+| Any of(Option) |
+| -------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| -------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Language or languages supported by the Data Service. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------ | ----------- |
+| [item 2 items](#accessService_anyOf_i1_items_oneOf_i0_language_anyOf_i2_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The license under which the Data Service is made available
+
+| One of(Option) |
+| -------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i0) |
+| [LicenseDocument](#accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_license_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [LicenseDocument](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+
+**Description:** inline description of LicenseDocument
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Data Service was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#accessService_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** An entity (organization) responsible for making the Data Service available
+
+| One of(Option) |
+| ------------------------------------------------------------------- |
+| [Agent](#accessService_anyOf_i1_items_oneOf_i0_publisher_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher > oneOf > Agent`
+
+**Title:** Agent
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Agent](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_publisher_oneOf_i1) |
+
+**Description:** inline description of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > publisher > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Agent
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of statements concerning all rights for the Data Service not addressed with license or accessRights, such as copyright statements
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_rights_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rights > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder`
+
+**Title:** rights holder
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of Agents (organizations) holding rights on the Data Service
+
+| Any of(Option) |
+| ---------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------- |
+| [Organization](#accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_rightsHolder_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_otherIdentifier_anyOf_i1_items_oneOf_i0_creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > rightsHolder > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial`
+
+**Title:** spatial/geographic coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A geographic region that is covered by the Data Service
+
+| Any of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [Location](#accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > Location`
+
+**Title:** Location
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Location](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_spatial_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Location
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > spatial > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Location
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal`
+
+**Title:** temporal coverage
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of temporal periods that the DataService covers
+
+| Any of(Option) |
+| ------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------------- |
+| [PeriodOfTime](#accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > PeriodOfTime`
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [PeriodOfTime](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_inSeries_anyOf_i1_items_oneOf_i0_temporal_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of PeriodOfTime
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > temporal > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of PeriodOfTime
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the data service in the indicated language
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the data service
+
+| One of(Option) |
+| ------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#accessService_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Refers to the performed quality measurements
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [QualityMeasurement](#accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution`
+
+**Title:** qualified attribution
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An Agent having some form of responsibility for the DataService
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------ |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [Attribution](#accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > Attribution`
+
+**Title:** Attribution
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Attribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_qualifiedAttribution_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Attribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > qualifiedAttribution > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Attribution
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy`
+
+**Title:** was used by
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of activities that used the Data Service
+
+| Any of(Option) |
+| ------------------------------------------------------------------- |
+| [item 0](#accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items) | - |
+
+###### Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------ |
+| [Activity](#accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessService_anyOf_i1_items_oneOf_i0_wasUsedBy_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > Activity`
+
+**Title:** Activity
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Activity](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_wasGeneratedBy_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Activity
+
+###### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > DataService > wasUsedBy > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Activity
+
+##### Property `Distribution > accessService > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of DataService
+
+## Property `Distribution > accessURL`
+
+**Title:** access URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that gives access to a Distribution of the Dataset
+
+| Any of(Option) |
+| ----------------------------- |
+| [item 0](#accessURL_anyOf_i0) |
+| [item 1](#accessURL_anyOf_i1) |
+
+### Property `Distribution > accessURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > accessURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+## Property `Distribution > byteSize`
+
+**Title:** byte size
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The size of a Distribution in bytes
+
+## Property `Distribution > compressFormat`
+
+**Title:** compression format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file
+
+| One of(Option) |
+| ------------------------------------- |
+| [item 0](#compressFormat_oneOf_i0) |
+| [MediaType](#compressFormat_oneOf_i1) |
+| [item 2](#compressFormat_oneOf_i2) |
+
+### Property `Distribution > compressFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > compressFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+### Property `Distribution > compressFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+## Property `Distribution > downloadURL`
+
+**Title:** download URL
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A URL that is a direct link to a downloadable file of the Distribution in a given format
+
+| Any of(Option) |
+| ------------------------------- |
+| [item 0](#downloadURL_anyOf_i0) |
+| [item 1](#downloadURL_anyOf_i1) |
+
+### Property `Distribution > downloadURL > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > downloadURL > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Resource
+
+## Property `Distribution > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The media type of the Distribution as defined in the official register of media types managed by IANA
+
+| One of(Option) |
+| -------------------------------- |
+| [item 0](#mediaType_oneOf_i0) |
+| [MediaType](#mediaType_oneOf_i1) |
+| [item 2](#mediaType_oneOf_i2) |
+
+### Property `Distribution > mediaType > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > mediaType > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+### Property `Distribution > mediaType > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+## Property `Distribution > packageFormat`
+
+**Title:** packaging format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#packageFormat_oneOf_i0) |
+| [MediaType](#packageFormat_oneOf_i1) |
+| [item 2](#packageFormat_oneOf_i2) |
+
+### Property `Distribution > packageFormat > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > packageFormat > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of MediaType
+
+### Property `Distribution > packageFormat > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+## Property `Distribution > spatialResolutionInMeters`
+
+**Title:** Spatial resolution (meters)
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum spatial separation resolvable in a dataset distribution, measured in meters
+
+## Property `Distribution > temporalResolution`
+
+**Title:** termporal resolution
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The minimum time period resolvable in the dataset distribution
+
+## Property `Distribution > availability`
+
+**Title:** availability
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** An indication how long it is planned to keep the Distribution of the Dataset available
+
+| One of(Option) |
+| --------------------------------- |
+| [item 0](#availability_oneOf_i0) |
+| [Concept](#availability_oneOf_i1) |
+| [item 2](#availability_oneOf_i2) |
+
+### Property `Distribution > availability > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > availability > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#representationTechnique_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+### Property `Distribution > availability > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+## Property `Distribution > accessRestriction`
+
+**Title:** access restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of access restrictions related to the distribution
+
+| Any of(Option) |
+| ------------------------------------- |
+| [item 0](#accessRestriction_anyOf_i0) |
+| [item 1](#accessRestriction_anyOf_i1) |
+
+### Property `Distribution > accessRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > accessRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------- | ----------- |
+| [item 1 items](#accessRestriction_anyOf_i1_items) | - |
+
+#### Distribution > accessRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------- |
+| [AccessRestriction](#accessRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#accessRestriction_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > AccessRestriction`
+
+**Title:** AccessRestriction
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [AccessRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRestriction_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of AccessRestriction
+
+##### Property `Distribution > accessRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of AccessRestriction
+
+## Property `Distribution > cuiRestriction`
+
+**Title:** CUI restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Controlled Unclassified Information restriction related to the distribution
+
+| One of(Option) |
+| ------------------------------------------ |
+| [item 0](#cuiRestriction_oneOf_i0) |
+| [CUIRestriction](#cuiRestriction_oneOf_i1) |
+| [item 2](#cuiRestriction_oneOf_i2) |
+
+### Property `Distribution > cuiRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > cuiRestriction > oneOf > CUIRestriction`
+
+**Title:** CUIRestriction
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [CUIRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_cuiRestriction_oneOf_i1) |
+
+**Description:** inline description of CUIRestriction
+
+### Property `Distribution > cuiRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of CUIRestriction
+
+## Property `Distribution > describedBy`
+
+**Title:** data dictionary
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A distribution containing the Data Dictionary for this distribution
+
+| One of(Option) |
+| ------------------------------------- |
+| [item 0](#describedBy_oneOf_i0) |
+| [Distribution](#describedBy_oneOf_i1) |
+| [item 2](#describedBy_oneOf_i2) |
+
+### Property `Distribution > describedBy > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > describedBy > oneOf > Distribution`
+
+**Title:** Distribution
+
+| | |
+| ------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Distribution](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of the data dictionary
+
+### Property `Distribution > describedBy > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the data dictionary
+
+## Property `Distribution > useRestriction`
+
+**Title:** use restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Use restriction related to the distribution
+
+| Any of(Option) |
+| ---------------------------------- |
+| [item 0](#useRestriction_anyOf_i0) |
+| [item 1](#useRestriction_anyOf_i1) |
+
+### Property `Distribution > useRestriction > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > useRestriction > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------- | ----------- |
+| [item 1 items](#useRestriction_anyOf_i1_items) | - |
+
+#### Distribution > useRestriction > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------- |
+| [UseRestriction](#useRestriction_anyOf_i1_items_oneOf_i0) |
+| [item 1](#useRestriction_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > UseRestriction`
+
+**Title:** UseRestriction
+
+| | |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [UseRestriction](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_useRestriction_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of UseRestriction
+
+##### Property `Distribution > useRestriction > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of UseRestriction
+
+## Property `Distribution > accessRights`
+
+**Title:** access rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information regarding access or restrictions based on privacy, security, or other policies
+
+| One of(Option) |
+| ----------------------------------------- |
+| [item 0](#accessRights_oneOf_i0) |
+| [RightsStatement](#accessRights_oneOf_i1) |
+| [item 2](#accessRights_oneOf_i2) |
+
+### Property `Distribution > accessRights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > accessRights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+### Property `Distribution > accessRights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+## Property `Distribution > conformsTo`
+
+**Title:** linked schemas
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of established schemas or reference systems to which the described Distribution conforms
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#conformsTo_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1) |
+
+### Property `Distribution > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#conformsTo_anyOf_i1_items) | - |
+
+#### Distribution > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------- |
+| [Standard](#conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Standard](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_conformsTo_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Standard
+
+##### Property `Distribution > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+## Property `Distribution > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Distribution
+
+## Property `Distribution > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Distribution > format`
+
+**Title:** format
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The file format of the Distribution
+
+| One of(Option) |
+| ----------------------------- |
+| [item 0](#format_oneOf_i0) |
+| [MediaType](#format_oneOf_i1) |
+| [item 2](#format_oneOf_i2) |
+
+### Property `Distribution > format > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > format > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [MediaType](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_compressFormat_oneOf_i1) |
+
+**Description:** inline description of the format
+
+### Property `Distribution > format > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the format
+
+## Property `Distribution > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of unique identifiers for the Distribution (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#identifier_anyOf_i0) |
+| [item 1](#identifier_anyOf_i1) |
+
+### Property `Distribution > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#identifier_anyOf_i1_items) | - |
+
+#### Distribution > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `Distribution > issued`
+
+**Title:** release date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Distribution
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#issued_anyOf_i0) |
+| [item 1](#issued_anyOf_i1) |
+
+### Property `Distribution > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#issued_anyOf_i1_oneOf_i0) |
+| [item 1](#issued_anyOf_i1_oneOf_i1) |
+| [item 2](#issued_anyOf_i1_oneOf_i2) |
+| [item 3](#issued_anyOf_i1_oneOf_i3) |
+
+#### Property `Distribution > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Distribution > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Distribution > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `Distribution > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `Distribution > language`
+
+**Title:** language
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A language or languages used in the Distribution. This should be provided as an ISO 639-1 language code, which can be seen at https://id.loc.gov/vocabulary/iso639-1.html
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#language_anyOf_i0) |
+| [item 1](#language_anyOf_i1) |
+| [item 2](#language_anyOf_i2) |
+
+### Property `Distribution > language > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > language > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+### Property `Distribution > language > anyOf > item 2`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 2 items](#language_anyOf_i2_items) | - |
+
+#### Distribution > language > anyOf > item 2 > item 2 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+| Restrictions | |
+| -------------- | - |
+| **Max length** | 2 |
+
+## Property `Distribution > license`
+
+**Title:** license
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A license under which the Distribution is made available
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#license_oneOf_i0) |
+| [LicenseDocument](#license_oneOf_i1) |
+| [item 2](#license_oneOf_i2) |
+
+### Property `Distribution > license > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > license > oneOf > LicenseDocument`
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [LicenseDocument](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_license_oneOf_i1) |
+
+**Description:** inline description of LicenseDocument
+
+### Property `Distribution > license > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of LicenseDocument
+
+## Property `Distribution > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Distribution was changed or modified
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#modified_anyOf_i0) |
+| [item 1](#modified_anyOf_i1) |
+
+### Property `Distribution > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------- |
+| [item 0](#modified_anyOf_i1_oneOf_i0) |
+| [item 1](#modified_anyOf_i1_oneOf_i1) |
+| [item 2](#modified_anyOf_i1_oneOf_i2) |
+| [item 3](#modified_anyOf_i1_oneOf_i3) |
+
+#### Property `Distribution > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Distribution > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Distribution > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `Distribution > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `Distribution > rights`
+
+**Title:** rights
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A statement that specifies rights associated with the Distribution
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#rights_oneOf_i0) |
+| [RightsStatement](#rights_oneOf_i1) |
+| [item 2](#rights_oneOf_i2) |
+
+### Property `Distribution > rights > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > rights > oneOf > RightsStatement`
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [RightsStatement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_accessRights_oneOf_i1) |
+
+**Description:** inline description of RightsStatement
+
+### Property `Distribution > rights > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of RightsStatement
+
+## Property `Distribution > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Distribution
+
+## Property `Distribution > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Distribution > hasQualityMeasurement`
+
+**Title:** quality measurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of quality measurements for the distribution
+
+| Any of(Option) |
+| ----------------------------------------- |
+| [item 0](#hasQualityMeasurement_anyOf_i0) |
+| [item 1](#hasQualityMeasurement_anyOf_i1) |
+
+### Property `Distribution > hasQualityMeasurement > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > hasQualityMeasurement > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------- | ----------- |
+| [item 1 items](#hasQualityMeasurement_anyOf_i1_items) | - |
+
+#### Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| -------------------------------------------------------------------- |
+| [QualityMeasurement](#hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+| [item 1](#hasQualityMeasurement_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > QualityMeasurement`
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [QualityMeasurement](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_hasQualityMeasurement_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of QualityMeasurement
+
+##### Property `Distribution > hasQualityMeasurement > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of QualityMeasurement
+
+## Property `Distribution > page`
+
+**Title:** documentation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A page or document about this Distribution
+
+| Any of(Option) |
+| ------------------------ |
+| [item 0](#page_anyOf_i0) |
+| [item 1](#page_anyOf_i1) |
+
+### Property `Distribution > page > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > page > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------ | ----------- |
+| [item 1 items](#page_anyOf_i1_items) | - |
+
+#### Distribution > page > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------- |
+| [Document](#page_anyOf_i1_items_oneOf_i0) |
+| [item 1](#page_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Distribution > page > anyOf > item 1 > item 1 items > oneOf > Document`
+
+**Title:** Document
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Document](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_page_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Document
+
+##### Property `Distribution > page > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Document
+
+## Property `Distribution > image`
+
+**Title:** image
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A link to a thumbnail picture illustrating the content of the distribution
+
+| Any of(Option) |
+| ------------------------- |
+| [item 0](#image_anyOf_i0) |
+| [item 1](#image_anyOf_i1) |
+
+### Property `Distribution > image > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > image > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** The link to the image
+
+## Property `Distribution > checksum`
+
+**Title:** checksum
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A mechanism that can be used to verify that the contents of a distribution have not changed
+
+| One of(Option) |
+| ------------------------------ |
+| [item 0](#checksum_oneOf_i0) |
+| [Checksum](#checksum_oneOf_i1) |
+| [item 2](#checksum_oneOf_i2) |
+
+### Property `Distribution > checksum > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Distribution > checksum > oneOf > Checksum`
+
+**Title:** Checksum
+
+| | |
+| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Checksum](#accessService_anyOf_i1_items_oneOf_i0_servesDataset_anyOf_i1_items_oneOf_i0_sample_anyOf_i1_items_oneOf_i0_checksum_oneOf_i1) |
+
+**Description:** inline description of Checksum
+
+### Property `Distribution > checksum > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Checksum
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Document.md b/jsonschema/docs/Document.md
new file mode 100644
index 0000000..73cb6c2
--- /dev/null
+++ b/jsonschema/docs/Document.md
@@ -0,0 +1,1809 @@
+# Document
+
+**Title:** Document
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information about a text document
+
+| Property | Type | Title/Description |
+| -------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [creators](#creators ) | Combination | authors |
+| - [publishers](#publishers ) | null or string | publisher |
+| - [mediaType](#mediaType ) | Combination | media type |
+| - [abstract](#abstract ) | null or string | abstract |
+| - [abstractMap](#abstractMap ) | null or object | Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [bibliographicCitation](#bibliographicCitation ) | null or string | bibliographic citation |
+| - [conformsTo](#conformsTo ) | Combination | conforms to standard |
+| - [creator](#creator ) | Combination | corporate author |
+| - [description](#description ) | null or string | description |
+| - [descriptionMap](#descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#identifier ) | Combination | identifier |
+| - [issued](#issued ) | Combination | publication date |
+| - [publisher](#publisher ) | Combination | publisher |
+| + [title](#title ) | string | title |
+| - [titleMap](#titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#category ) | Combination | category |
+
+## Property `Document > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Document > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Document"` |
+
+## Property `Document > creators`
+
+**Title:** authors
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of authors
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#creators_anyOf_i0) |
+| [item 1](#creators_anyOf_i1) |
+
+### Property `Document > creators > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Document > creators > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 1 items](#creators_anyOf_i1_items) | - |
+
+#### Document > creators > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `Document > publishers`
+
+**Title:** publisher
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Publisher
+
+## Property `Document > mediaType`
+
+**Title:** media type
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of file formats of the Document
+
+| Any of(Option) |
+| ----------------------------- |
+| [item 0](#mediaType_anyOf_i0) |
+| [item 1](#mediaType_anyOf_i1) |
+
+### Property `Document > mediaType > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Document > mediaType > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------- | ----------- |
+| [item 1 items](#mediaType_anyOf_i1_items) | - |
+
+#### Document > mediaType > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------- |
+| [MediaType](#mediaType_anyOf_i1_items_oneOf_i0) |
+| [item 1](#mediaType_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType`
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/mediatype |
+
+**Description:** inline description of MediaType
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------------- | -------------- | -------------------------------------------------------------------------- |
+| - [@id](#mediaType_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#mediaType_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [label](#mediaType_anyOf_i1_items_oneOf_i0_label ) | null or string | label |
+| - [labelMap](#mediaType_anyOf_i1_items_oneOf_i0_labelMap ) | null or object | Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType > @type`
+
+| | |
+| ------------ | ------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"MediaType"` |
+
+###### Property `Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The denomination of the Media Type
+
+###### Property `Document > mediaType > anyOf > item 1 > item 1 items > oneOf > MediaType > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `Document > mediaType > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of MediaType
+
+## Property `Document > abstract`
+
+**Title:** abstract
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Text abstract of the document
+
+## Property `Document > abstractMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for abstract. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Document > bibliographicCitation`
+
+**Title:** bibliographic citation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Bibliographic citation as text
+
+## Property `Document > conformsTo`
+
+**Title:** conforms to standard
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A standard to which the document conforms
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#conformsTo_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1) |
+
+### Property `Document > conformsTo > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Document > conformsTo > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#conformsTo_anyOf_i1_items) | - |
+
+#### Document > conformsTo > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------- |
+| [Standard](#conformsTo_anyOf_i1_items_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard`
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ----------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/standard |
+
+**Description:** inline description of Standard
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------- |
+| - [@id](#conformsTo_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#conformsTo_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [created](#conformsTo_anyOf_i1_items_oneOf_i0_created ) | Combination | creation date |
+| - [description](#conformsTo_anyOf_i1_items_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#conformsTo_anyOf_i1_items_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#conformsTo_anyOf_i1_items_oneOf_i0_identifier ) | Combination | identifier |
+| - [issued](#conformsTo_anyOf_i1_items_oneOf_i0_issued ) | Combination | issued |
+| - [modified](#conformsTo_anyOf_i1_items_oneOf_i0_modified ) | Combination | last modified |
+| - [title](#conformsTo_anyOf_i1_items_oneOf_i0_title ) | null or string | title |
+| - [titleMap](#conformsTo_anyOf_i1_items_oneOf_i0_titleMap ) | null or object | Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#conformsTo_anyOf_i1_items_oneOf_i0_category ) | Combination | category |
+| - [inScheme](#conformsTo_anyOf_i1_items_oneOf_i0_inScheme ) | Combination | in scheme |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Standard"` |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Standard has been first created
+
+| Any of(Option) |
+| -------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#conformsTo_anyOf_i1_items_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Standard
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register
+
+| Any of(Option) |
+| ----------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#conformsTo_anyOf_i1_items_oneOf_i0_identifier_anyOf_i1_items) | - |
+
+###### Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Standard
+
+| Any of(Option) |
+| ------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#conformsTo_anyOf_i1_items_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Standard was changed or modified
+
+| Any of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#conformsTo_anyOf_i1_items_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Standard
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the Standard. A controlled vocabulary for the values has not been established
+
+| One of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i0) |
+| [Concept](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+| [item 2](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i2) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of Concept
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_@id ) | string | - |
+| - [@type](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_@type ) | string | - |
+| - [altLabel](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------- |
+| [ConceptScheme](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i1) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| -------------------------------------------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| ------------------------------------------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------------------------ |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| --------------------------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_notation_anyOf_i1) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The reference register to which the Standard belongs
+
+| One of(Option) |
+| ---------------------------------------------------------------------- |
+| [item 0](#conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i0) |
+| [ConceptScheme](#conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i1) |
+| [item 2](#conformsTo_anyOf_i1_items_oneOf_i0_inScheme_oneOf_i2) |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of ConceptScheme
+
+###### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > Standard > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+##### Property `Document > conformsTo > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Standard
+
+## Property `Document > creator`
+
+**Title:** corporate author
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The organization responsible for creating the resource
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#creator_anyOf_i0) |
+| [item 1](#creator_anyOf_i1) |
+
+### Property `Document > creator > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Document > creator > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#creator_anyOf_i1_items) | - |
+
+#### Document > creator > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------ |
+| [Organization](#creator_anyOf_i1_items_oneOf_i0) |
+| [item 1](#creator_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/organization |
+
+**Description:** inline description of corporate author
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------- |
+| - [@id](#creator_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#creator_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| + [name](#creator_anyOf_i1_items_oneOf_i0_name ) | string | name |
+| - [subOrganizationOf](#creator_anyOf_i1_items_oneOf_i0_subOrganizationOf ) | Combination | suborganization of |
+| - [altLabel](#creator_anyOf_i1_items_oneOf_i0_altLabel ) | null or string | alternative label |
+| - [altLabelMap](#creator_anyOf_i1_items_oneOf_i0_altLabelMap ) | null or object | Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [notation](#creator_anyOf_i1_items_oneOf_i0_notation ) | Combination | notation |
+| - [prefLabel](#creator_anyOf_i1_items_oneOf_i0_prefLabel ) | null or string | preferred label |
+| - [prefLabelMap](#creator_anyOf_i1_items_oneOf_i0_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Organization"` |
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The full name of the Organization
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > subOrganizationOf`
+
+**Title:** suborganization of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization
+
+| Any of(Option) |
+| --------------------------------------------------------------------- |
+| [item 0](#creator_anyOf_i1_items_oneOf_i0_subOrganizationOf_anyOf_i0) |
+| [item 1](#creator_anyOf_i1_items_oneOf_i0_subOrganizationOf_anyOf_i1) |
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > subOrganizationOf > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > subOrganizationOf > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------- | ----------- |
+| [item 1 items](#creator_anyOf_i1_items_oneOf_i0_subOrganizationOf_anyOf_i1_items) | - |
+
+###### Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------------------------------------------------ |
+| [Organization](#creator_anyOf_i1_items_oneOf_i0_subOrganizationOf_anyOf_i1_items_oneOf_i0) |
+| [item 1](#creator_anyOf_i1_items_oneOf_i0_subOrganizationOf_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of Organization
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > altLabel`
+
+**Title:** alternative label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** alternative name (trading name, colloquial name) for an organization
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization (e.g. DOI, DOD)
+
+| Any of(Option) |
+| ------------------------------------------------------------ |
+| [item 0](#creator_anyOf_i1_items_oneOf_i0_notation_anyOf_i0) |
+| [item 1](#creator_anyOf_i1_items_oneOf_i0_notation_anyOf_i1) |
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------------ | ----------- |
+| [item 1 items](#creator_anyOf_i1_items_oneOf_i0_notation_anyOf_i1_items) | - |
+
+###### Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred or legal name of the organization
+
+###### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > Organization > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `Document > creator > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of corporate author
+
+## Property `Document > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Document
+
+## Property `Document > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Document > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of unique identifiers for the Document (e.g. DOI, ISBN)
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#identifier_anyOf_i0) |
+| [item 1](#identifier_anyOf_i1) |
+
+### Property `Document > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Document > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#identifier_anyOf_i1_items) | - |
+
+#### Document > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `Document > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Publication date of the document
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#issued_anyOf_i0) |
+| [item 1](#issued_anyOf_i1) |
+
+### Property `Document > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Document > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#issued_anyOf_i1_oneOf_i0) |
+| [item 1](#issued_anyOf_i1_oneOf_i1) |
+| [item 2](#issued_anyOf_i1_oneOf_i2) |
+| [item 3](#issued_anyOf_i1_oneOf_i3) |
+
+#### Property `Document > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Document > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Document > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `Document > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `Document > publisher`
+
+**Title:** publisher
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** publisher organization of the document
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#publisher_oneOf_i0) |
+| [Organization](#publisher_oneOf_i1) |
+| [item 2](#publisher_oneOf_i2) |
+
+### Property `Document > publisher > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Document > publisher > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ------------------------------------------------ |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#creator_anyOf_i1_items_oneOf_i0) |
+
+**Description:** inline description of publisher organization
+
+### Property `Document > publisher > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of publisher organization
+
+## Property `Document > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the document in the indicated language
+
+## Property `Document > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Document > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Category of the document
+
+| One of(Option) |
+| ----------------------------- |
+| [item 0](#category_oneOf_i0) |
+| [Concept](#category_oneOf_i1) |
+| [item 2](#category_oneOf_i2) |
+
+### Property `Document > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Document > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#conformsTo_anyOf_i1_items_oneOf_i0_category_oneOf_i1) |
+
+**Description:** inline description of Concept
+
+### Property `Document > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/GeographicBoundingBox.md b/jsonschema/docs/GeographicBoundingBox.md
new file mode 100644
index 0000000..3090d6a
--- /dev/null
+++ b/jsonschema/docs/GeographicBoundingBox.md
@@ -0,0 +1,83 @@
+# GeographicBoundingBox
+
+**Title:** GeographicBoundingBox
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A bounding box in latitude and longitude
+
+| Property | Type | Title/Description |
+| -------------------------------------------------- | ------ | ----------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| + [eastBoundingLongitude](#eastBoundingLongitude ) | string | east bounding longitude |
+| + [northBoundingLatitude](#northBoundingLatitude ) | string | north bounding latitude |
+| + [southBoundingLatitude](#southBoundingLatitude ) | string | south bouding latitude |
+| + [westBoundingLongitude](#westBoundingLongitude ) | string | west bounding longitude |
+
+## Property `GeographicBoundingBox > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `GeographicBoundingBox > @type`
+
+| | |
+| ------------ | ------------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"GeographicBoundingBox"` |
+
+## Property `GeographicBoundingBox > eastBoundingLongitude`
+
+**Title:** east bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** East bound longitude in decimal degrees
+
+## Property `GeographicBoundingBox > northBoundingLatitude`
+
+**Title:** north bounding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** North bound latitude in decimal degrees
+
+## Property `GeographicBoundingBox > southBoundingLatitude`
+
+**Title:** south bouding latitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** South bound latitude in decimal degrees
+
+## Property `GeographicBoundingBox > westBoundingLongitude`
+
+**Title:** west bounding longitude
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** West bound longitude in decimal degrees
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Identifier.md b/jsonschema/docs/Identifier.md
new file mode 100644
index 0000000..4ff898a
--- /dev/null
+++ b/jsonschema/docs/Identifier.md
@@ -0,0 +1,397 @@
+# Identifier
+
+**Title:** Identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information about an identifier scheme
+
+| Property | Type | Title/Description |
+| -------------------------------- | -------------- | ----------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [schemaAgency](#schemaAgency ) | null or string | schema agency |
+| - [creator](#creator ) | Combination | creator |
+| - [issued](#issued ) | Combination | issued |
+| - [version](#version ) | null or string | version |
+| - [notation](#notation ) | null or string | notation |
+
+## Property `Identifier > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Identifier > @type`
+
+| | |
+| ------------ | -------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Identifier"` |
+
+## Property `Identifier > schemaAgency`
+
+**Title:** schema agency
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the agency that issued the identifier
+
+## Property `Identifier > creator`
+
+**Title:** creator
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** the agency that manages the identifier scheme
+
+| One of(Option) |
+| --------------------------------- |
+| [item 0](#creator_oneOf_i0) |
+| [Organization](#creator_oneOf_i1) |
+| [item 2](#creator_oneOf_i2) |
+
+### Property `Identifier > creator > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Identifier > creator > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/organization |
+
+**Description:** inline description of the creator
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------- |
+| - [@id](#creator_oneOf_i1_@id ) | string | - |
+| - [@type](#creator_oneOf_i1_@type ) | string | - |
+| + [name](#creator_oneOf_i1_name ) | string | name |
+| - [subOrganizationOf](#creator_oneOf_i1_subOrganizationOf ) | Combination | suborganization of |
+| - [altLabel](#creator_oneOf_i1_altLabel ) | null or string | alternative label |
+| - [altLabelMap](#creator_oneOf_i1_altLabelMap ) | null or object | Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [notation](#creator_oneOf_i1_notation ) | Combination | notation |
+| - [prefLabel](#creator_oneOf_i1_prefLabel ) | null or string | preferred label |
+| - [prefLabelMap](#creator_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `Identifier > creator > oneOf > Organization > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `Identifier > creator > oneOf > Organization > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Organization"` |
+
+#### Property `Identifier > creator > oneOf > Organization > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The full name of the Organization
+
+#### Property `Identifier > creator > oneOf > Organization > subOrganizationOf`
+
+**Title:** suborganization of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization
+
+| Any of(Option) |
+| ------------------------------------------------------ |
+| [item 0](#creator_oneOf_i1_subOrganizationOf_anyOf_i0) |
+| [item 1](#creator_oneOf_i1_subOrganizationOf_anyOf_i1) |
+
+##### Property `Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------ | ----------- |
+| [item 1 items](#creator_oneOf_i1_subOrganizationOf_anyOf_i1_items) | - |
+
+###### Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| --------------------------------------------------------------------------- |
+| [Organization](#creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i0) |
+| [item 1](#creator_oneOf_i1_subOrganizationOf_anyOf_i1_items_oneOf_i1) |
+
+###### Property `Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#creator_oneOf_i1) |
+
+**Description:** inline description of Organization
+
+###### Property `Identifier > creator > oneOf > Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+#### Property `Identifier > creator > oneOf > Organization > altLabel`
+
+**Title:** alternative label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** alternative name (trading name, colloquial name) for an organization
+
+#### Property `Identifier > creator > oneOf > Organization > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Identifier > creator > oneOf > Organization > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization (e.g. DOI, DOD)
+
+| Any of(Option) |
+| --------------------------------------------- |
+| [item 0](#creator_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#creator_oneOf_i1_notation_anyOf_i1) |
+
+##### Property `Identifier > creator > oneOf > Organization > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Identifier > creator > oneOf > Organization > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------- | ----------- |
+| [item 1 items](#creator_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### Identifier > creator > oneOf > Organization > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+#### Property `Identifier > creator > oneOf > Organization > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred or legal name of the organization
+
+#### Property `Identifier > creator > oneOf > Organization > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `Identifier > creator > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the creator
+
+## Property `Identifier > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Identifier
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#issued_anyOf_i0) |
+| [item 1](#issued_anyOf_i1) |
+
+### Property `Identifier > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Identifier > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#issued_anyOf_i1_oneOf_i0) |
+| [item 1](#issued_anyOf_i1_oneOf_i1) |
+| [item 2](#issued_anyOf_i1_oneOf_i2) |
+| [item 3](#issued_anyOf_i1_oneOf_i3) |
+
+#### Property `Identifier > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Identifier > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Identifier > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `Identifier > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `Identifier > version`
+
+**Title:** version
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** version of the identifier scheme
+
+## Property `Identifier > notation`
+
+**Title:** notation
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** abbreviation or code from code lists for an identifier
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Kind.md b/jsonschema/docs/Kind.md
new file mode 100644
index 0000000..47826cd
--- /dev/null
+++ b/jsonschema/docs/Kind.md
@@ -0,0 +1,276 @@
+# Kind
+
+**Title:** Kind
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Contact information for an individual or entity
+
+| Property | Type | Title/Description |
+| ------------------------------------------ | -------------- | ----------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [address](#address ) | Combination | address |
+| + [hasEmail](#hasEmail ) | string | Email |
+| - [family-name](#family-name ) | null or string | family name |
+| + [fn](#fn ) | string | formatted name |
+| - [given-name](#given-name ) | null or string | given name |
+| - [organization-name](#organization-name ) | null or string | organization name |
+| - [tel](#tel ) | null or string | telephone |
+| - [title](#title ) | null or string | position title |
+
+## Property `Kind > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Kind > @type`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Kind"` |
+
+## Property `Kind > address`
+
+**Title:** address
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The address of the contact
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#address_anyOf_i0) |
+| [item 1](#address_anyOf_i1) |
+
+### Property `Kind > address > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Kind > address > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| --------------------------------------- | ----------- |
+| [item 1 items](#address_anyOf_i1_items) | - |
+
+#### Kind > address > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------- |
+| [Address](#address_anyOf_i1_items_oneOf_i0) |
+| [item 1](#address_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Kind > address > anyOf > item 1 > item 1 items > oneOf > Address`
+
+**Title:** Address
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/address |
+
+**Description:** inline address information
+
+| Property | Type | Title/Description |
+| -------------------------------------------------------------------- | -------------- | ------------------- |
+| - [@id](#address_anyOf_i1_items_oneOf_i0_@id ) | string | - |
+| - [@type](#address_anyOf_i1_items_oneOf_i0_@type ) | string | - |
+| - [country-name](#address_anyOf_i1_items_oneOf_i0_country-name ) | null or string | country |
+| - [locality](#address_anyOf_i1_items_oneOf_i0_locality ) | null or string | locality |
+| - [postal-code](#address_anyOf_i1_items_oneOf_i0_postal-code ) | null or string | postal code |
+| - [region](#address_anyOf_i1_items_oneOf_i0_region ) | null or string | administrative area |
+| - [street-address](#address_anyOf_i1_items_oneOf_i0_street-address ) | null or string | street address |
+
+###### Property `Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Address"` |
+
+###### Property `Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > country-name`
+
+**Title:** country
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The country of the Address
+
+###### Property `Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > locality`
+
+**Title:** locality
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The city of the Address
+
+###### Property `Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > postal-code`
+
+**Title:** postal code
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The postal code of the Address
+
+###### Property `Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > region`
+
+**Title:** administrative area
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The administrative area of the Address. Depending on the country, this corresponds to a province, a county, a region, or a state
+
+###### Property `Kind > address > anyOf > item 1 > item 1 items > oneOf > Address > street-address`
+
+**Title:** street address
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The street name and civic number of an Address
+
+##### Property `Kind > address > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Address
+
+## Property `Kind > hasEmail`
+
+**Title:** Email
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Email address for the contact
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^mailto:[\w\_\~\!\$\&\'\(\)\*\+\,\;\=\:.-]+@[\w.-]+\.[\w.-]+?$``` [Test](https://regex101.com/?regex=%5Emailto%3A%5B%5Cw%5C_%5C~%5C%21%5C%24%5C%26%5C%27%5C%28%5C%29%5C%2A%5C%2B%5C%2C%5C%3B%5C%3D%5C%3A.-%5D%2B%40%5B%5Cw.-%5D%2B%5C.%5B%5Cw.-%5D%2B%3F%24) |
+
+## Property `Kind > family-name`
+
+**Title:** family name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The family name of the contact
+
+## Property `Kind > fn`
+
+**Title:** formatted name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The formatted text of the name of the contact
+
+## Property `Kind > given-name`
+
+**Title:** given name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The given name of the contact
+
+## Property `Kind > organization-name`
+
+**Title:** organization name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The name of the organization to contact
+
+## Property `Kind > tel`
+
+**Title:** telephone
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The telephone number for the contact
+
+## Property `Kind > title`
+
+**Title:** position title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The position role of the person to contact
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/LiabilityStatement.md b/jsonschema/docs/LiabilityStatement.md
new file mode 100644
index 0000000..5ecbe2b
--- /dev/null
+++ b/jsonschema/docs/LiabilityStatement.md
@@ -0,0 +1,57 @@
+# LiabilityStatement
+
+**Title:** LiabilityStatement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A statement of liability for a dataset
+
+| Property | Type | Title/Description |
+| ------------------------ | -------------- | --------------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [label](#label ) | null or string | liability statement text |
+| - [labelMap](#labelMap ) | null or object | Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `LiabilityStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `LiabilityStatement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LiabilityStatement"` |
+
+## Property `LiabilityStatement > label`
+
+**Title:** liability statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the liability statement
+
+## Property `LiabilityStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the liability text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/LicenseDocument.md b/jsonschema/docs/LicenseDocument.md
new file mode 100644
index 0000000..5b661d9
--- /dev/null
+++ b/jsonschema/docs/LicenseDocument.md
@@ -0,0 +1,47 @@
+# LicenseDocument
+
+**Title:** LicenseDocument
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Text of the license for an item
+
+| Property | Type | Title/Description |
+| ------------------------------ | -------------- | ----------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [licenseText](#licenseText ) | null or string | license text |
+
+## Property `LicenseDocument > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `LicenseDocument > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"LicenseDocument"` |
+
+## Property `LicenseDocument > licenseText`
+
+**Title:** license text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Full text of the license
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Location.md b/jsonschema/docs/Location.md
new file mode 100644
index 0000000..5c61bde
--- /dev/null
+++ b/jsonschema/docs/Location.md
@@ -0,0 +1,608 @@
+# Location
+
+**Title:** Location
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information about a specific geographic location
+
+| Property | Type | Title/Description |
+| -------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [bbox](#bbox ) | Combination | bounding box |
+| - [centroid](#centroid ) | Combination | centroid |
+| - [identifier](#identifier ) | Combination | identifier |
+| - [geometry](#geometry ) | Combination | geometry |
+| - [inScheme](#inScheme ) | Combination | gazetteer |
+| - [altLabel](#altLabel ) | null or string | alternative name |
+| - [altLabelMap](#altLabelMap ) | null or object | Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [prefLabel](#prefLabel ) | null or string | geographic name |
+| - [prefLabelMap](#prefLabelMap ) | null or object | Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `Location > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Location > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Location"` |
+
+## Property `Location > bbox`
+
+**Title:** bounding box
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** bounding box of a location (in any coordinate system)
+
+| Any of(Option) |
+| ------------------------ |
+| [item 0](#bbox_anyOf_i0) |
+| [item 1](#bbox_anyOf_i1) |
+
+### Property `Location > bbox > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Location > bbox > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Bounding box represented in some string format
+
+## Property `Location > centroid`
+
+**Title:** centroid
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The geographic center (centroid) of a location
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#centroid_anyOf_i0) |
+| [item 1](#centroid_anyOf_i1) |
+
+### Property `Location > centroid > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Location > centroid > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** Center point in some string format
+
+## Property `Location > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A list of geographic identifiers for the location, e.g., the URI or other unique identifier in the context of the relevant gazetteer
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#identifier_anyOf_i0) |
+| [item 1](#identifier_anyOf_i1) |
+
+### Property `Location > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Location > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#identifier_anyOf_i1_items) | - |
+
+#### Location > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `Location > geometry`
+
+**Title:** geometry
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Associates a location with a corresponding geometry
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#geometry_anyOf_i0) |
+| [item 1](#geometry_anyOf_i1) |
+
+### Property `Location > geometry > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Location > geometry > anyOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** String format of the full geometry of the location
+
+## Property `Location > inScheme`
+
+**Title:** gazetteer
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The gazetteer to which the location belongs
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#inScheme_oneOf_i0) |
+| [ConceptScheme](#inScheme_oneOf_i1) |
+| [item 2](#inScheme_oneOf_i2) |
+
+### Property `Location > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Location > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of the gazetteer
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#inScheme_oneOf_i1_@id ) | string | - |
+| - [@type](#inScheme_oneOf_i1_@type ) | string | - |
+| - [version](#inScheme_oneOf_i1_version ) | null or string | version info |
+| - [created](#inScheme_oneOf_i1_created ) | Combination | creation date |
+| - [description](#inScheme_oneOf_i1_description ) | null or string | description |
+| - [descriptionMap](#inScheme_oneOf_i1_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#inScheme_oneOf_i1_issued ) | Combination | publication date |
+| - [modified](#inScheme_oneOf_i1_modified ) | Combination | update/modification date |
+| + [title](#inScheme_oneOf_i1_title ) | string | title |
+| - [titleMap](#inScheme_oneOf_i1_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `Location > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `Location > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+#### Property `Location > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+#### Property `Location > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| --------------------------------------------- |
+| [item 0](#inScheme_oneOf_i1_created_anyOf_i0) |
+| [item 1](#inScheme_oneOf_i1_created_anyOf_i1) |
+
+##### Property `Location > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Location > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------ |
+| [item 0](#inScheme_oneOf_i1_created_anyOf_i1_oneOf_i0) |
+| [item 1](#inScheme_oneOf_i1_created_anyOf_i1_oneOf_i1) |
+| [item 2](#inScheme_oneOf_i1_created_anyOf_i1_oneOf_i2) |
+| [item 3](#inScheme_oneOf_i1_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `Location > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+#### Property `Location > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Location > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| -------------------------------------------- |
+| [item 0](#inScheme_oneOf_i1_issued_anyOf_i0) |
+| [item 1](#inScheme_oneOf_i1_issued_anyOf_i1) |
+
+##### Property `Location > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Location > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [item 0](#inScheme_oneOf_i1_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#inScheme_oneOf_i1_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#inScheme_oneOf_i1_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#inScheme_oneOf_i1_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `Location > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ---------------------------------------------- |
+| [item 0](#inScheme_oneOf_i1_modified_anyOf_i0) |
+| [item 1](#inScheme_oneOf_i1_modified_anyOf_i1) |
+
+##### Property `Location > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Location > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#inScheme_oneOf_i1_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#inScheme_oneOf_i1_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#inScheme_oneOf_i1_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#inScheme_oneOf_i1_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Location > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+#### Property `Location > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+#### Property `Location > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `Location > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the gazetteer
+
+## Property `Location > altLabel`
+
+**Title:** alternative name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** An alternative name for a location
+
+## Property `Location > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the alternative name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Location > prefLabel`
+
+**Title:** geographic name
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred label of the Location
+
+## Property `Location > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for geographic name. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/MediaType.md b/jsonschema/docs/MediaType.md
new file mode 100644
index 0000000..7469a4b
--- /dev/null
+++ b/jsonschema/docs/MediaType.md
@@ -0,0 +1,57 @@
+# MediaType
+
+**Title:** MediaType
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information about a specific file format
+
+| Property | Type | Title/Description |
+| ------------------------ | -------------- | -------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [label](#label ) | null or string | label |
+| - [labelMap](#labelMap ) | null or object | Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `MediaType > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `MediaType > @type`
+
+| | |
+| ------------ | ------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"MediaType"` |
+
+## Property `MediaType > label`
+
+**Title:** label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The denomination of the Media Type
+
+## Property `MediaType > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Metric.md b/jsonschema/docs/Metric.md
new file mode 100644
index 0000000..22c8216
--- /dev/null
+++ b/jsonschema/docs/Metric.md
@@ -0,0 +1,70 @@
+# Metric
+
+**Title:** Metric
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Type | Title/Description |
+| ---------------------------------------- | -------------- | ----------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| + [expectedDataType](#expectedDataType ) | string | expected datatype |
+| + [inDimension](#inDimension ) | string | in dimension |
+| - [definition](#definition ) | null or string | definition |
+
+## Property `Metric > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Metric > @type`
+
+| | |
+| ------------ | ---------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Metric"` |
+
+## Property `Metric > expectedDataType`
+
+**Title:** expected datatype
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)
+
+## Property `Metric > inDimension`
+
+**Title:** in dimension
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Represents the dimensions a quality metric, certificate and annotation allow a measurement of.
+
+## Property `Metric > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the metric.
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Organization.md b/jsonschema/docs/Organization.md
new file mode 100644
index 0000000..44bc8bd
--- /dev/null
+++ b/jsonschema/docs/Organization.md
@@ -0,0 +1,206 @@
+# Organization
+
+**Title:** Organization
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information about an organization, including other organizations that it is part of
+
+| Property | Type | Title/Description |
+| ------------------------------------------ | -------------- | -------------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| + [name](#name ) | string | name |
+| - [subOrganizationOf](#subOrganizationOf ) | Combination | suborganization of |
+| - [altLabel](#altLabel ) | null or string | alternative label |
+| - [altLabelMap](#altLabelMap ) | null or object | Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [notation](#notation ) | Combination | notation |
+| - [prefLabel](#prefLabel ) | null or string | preferred label |
+| - [prefLabelMap](#prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `Organization > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Organization > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Organization"` |
+
+## Property `Organization > name`
+
+**Title:** name
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The full name of the Organization
+
+## Property `Organization > subOrganizationOf`
+
+**Title:** suborganization of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization
+
+| Any of(Option) |
+| ------------------------------------- |
+| [item 0](#subOrganizationOf_anyOf_i0) |
+| [item 1](#subOrganizationOf_anyOf_i1) |
+
+### Property `Organization > subOrganizationOf > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Organization > subOrganizationOf > anyOf > item 1`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------- | ----------- |
+| [item 1 items](#subOrganizationOf_anyOf_i1_items) | - |
+
+#### Organization > subOrganizationOf > anyOf > item 1 > item 1 items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------------------------------------------- |
+| [Organization](#subOrganizationOf_anyOf_i1_items_oneOf_i0) |
+| [item 1](#subOrganizationOf_anyOf_i1_items_oneOf_i1) |
+
+##### Property `Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > Organization`
+
+**Title:** Organization
+
+| | |
+| ------------------------- | --------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Organization](#root) |
+
+**Description:** inline description of Organization
+
+##### Property `Organization > subOrganizationOf > anyOf > item 1 > item 1 items > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Organization
+
+## Property `Organization > altLabel`
+
+**Title:** alternative label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** alternative name (trading name, colloquial name) for an organization
+
+## Property `Organization > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternative label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Organization > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization (e.g. DOI, DOD)
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#notation_anyOf_i0) |
+| [item 1](#notation_anyOf_i1) |
+
+### Property `Organization > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Organization > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------- | ----------- |
+| [item 1 items](#notation_anyOf_i1_items) | - |
+
+#### Organization > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `Organization > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Preferred or legal name of the organization
+
+## Property `Organization > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/PeriodOfTime.md b/jsonschema/docs/PeriodOfTime.md
new file mode 100644
index 0000000..622d9e6
--- /dev/null
+++ b/jsonschema/docs/PeriodOfTime.md
@@ -0,0 +1,205 @@
+# PeriodOfTime
+
+**Title:** PeriodOfTime
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information about a specific time period with a start- and/or end-time
+
+| Property | Type | Title/Description |
+| -------------------------- | ----------- | ----------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [endDate](#endDate ) | Combination | end date |
+| - [startDate](#startDate ) | Combination | start date |
+
+## Property `PeriodOfTime > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `PeriodOfTime > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"PeriodOfTime"` |
+
+## Property `PeriodOfTime > endDate`
+
+**Title:** end date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The end date of the period of time
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#endDate_anyOf_i0) |
+| [item 1](#endDate_anyOf_i1) |
+
+### Property `PeriodOfTime > endDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `PeriodOfTime > endDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#endDate_anyOf_i1_oneOf_i0) |
+| [item 1](#endDate_anyOf_i1_oneOf_i1) |
+| [item 2](#endDate_anyOf_i1_oneOf_i2) |
+| [item 3](#endDate_anyOf_i1_oneOf_i3) |
+
+#### Property `PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `PeriodOfTime > endDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `PeriodOfTime > startDate`
+
+**Title:** start date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The start date of the period of time
+
+| Any of(Option) |
+| ----------------------------- |
+| [item 0](#startDate_anyOf_i0) |
+| [item 1](#startDate_anyOf_i1) |
+
+### Property `PeriodOfTime > startDate > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `PeriodOfTime > startDate > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------- |
+| [item 0](#startDate_anyOf_i1_oneOf_i0) |
+| [item 1](#startDate_anyOf_i1_oneOf_i1) |
+| [item 2](#startDate_anyOf_i1_oneOf_i2) |
+| [item 3](#startDate_anyOf_i1_oneOf_i3) |
+
+#### Property `PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `PeriodOfTime > startDate > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/ProvenanceStatement.md b/jsonschema/docs/ProvenanceStatement.md
new file mode 100644
index 0000000..a233fc1
--- /dev/null
+++ b/jsonschema/docs/ProvenanceStatement.md
@@ -0,0 +1,57 @@
+# ProvenanceStatement
+
+**Title:** ProvenanceStatement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A single statement about the provenance of a dataset
+
+| Property | Type | Title/Description |
+| ------------------------ | -------------- | ---------------------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [label](#label ) | null or string | provenance statement text |
+| - [labelMap](#labelMap ) | null or object | Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `ProvenanceStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `ProvenanceStatement > @type`
+
+| | |
+| ------------ | ----------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ProvenanceStatement"` |
+
+## Property `ProvenanceStatement > label`
+
+**Title:** provenance statement text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The text of the Provenance Statement
+
+## Property `ProvenanceStatement > labelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for provenance statement text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/QualityMeasurement.md b/jsonschema/docs/QualityMeasurement.md
new file mode 100644
index 0000000..aee010a
--- /dev/null
+++ b/jsonschema/docs/QualityMeasurement.md
@@ -0,0 +1,158 @@
+# QualityMeasurement
+
+**Title:** QualityMeasurement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A single measurement of one metric
+
+| Property | Type | Title/Description |
+| -------------------------------------- | -------------- | ----------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| + [isMeasurementOf](#isMeasurementOf ) | Combination | is measurement of |
+| + [value](#value ) | string | value |
+| - [unitMeasure](#unitMeasure ) | null or string | unit of measure |
+
+## Property `QualityMeasurement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `QualityMeasurement > @type`
+
+| | |
+| ------------ | ---------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"QualityMeasurement"` |
+
+## Property `QualityMeasurement > isMeasurementOf`
+
+**Title:** is measurement of
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** The metric being observed
+
+| One of(Option) |
+| ----------------------------------- |
+| [Metric](#isMeasurementOf_oneOf_i0) |
+| [item 1](#isMeasurementOf_oneOf_i1) |
+
+### Property `QualityMeasurement > isMeasurementOf > oneOf > Metric`
+
+**Title:** Metric
+
+| | |
+| ------------------------- | --------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/metric |
+
+**Description:** inline description of Metric
+
+| Property | Type | Title/Description |
+| ----------------------------------------------------------------- | -------------- | ----------------- |
+| - [@id](#isMeasurementOf_oneOf_i0_@id ) | string | - |
+| - [@type](#isMeasurementOf_oneOf_i0_@type ) | string | - |
+| + [expectedDataType](#isMeasurementOf_oneOf_i0_expectedDataType ) | string | expected datatype |
+| + [inDimension](#isMeasurementOf_oneOf_i0_inDimension ) | string | in dimension |
+| - [definition](#isMeasurementOf_oneOf_i0_definition ) | null or string | definition |
+
+#### Property `QualityMeasurement > isMeasurementOf > oneOf > Metric > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `QualityMeasurement > isMeasurementOf > oneOf > Metric > @type`
+
+| | |
+| ------------ | ---------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Metric"` |
+
+#### Property `QualityMeasurement > isMeasurementOf > oneOf > Metric > expectedDataType`
+
+**Title:** expected datatype
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)
+
+#### Property `QualityMeasurement > isMeasurementOf > oneOf > Metric > inDimension`
+
+**Title:** in dimension
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Represents the dimensions a quality metric, certificate and annotation allow a measurement of.
+
+#### Property `QualityMeasurement > isMeasurementOf > oneOf > Metric > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the metric.
+
+### Property `QualityMeasurement > isMeasurementOf > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Metric
+
+## Property `QualityMeasurement > value`
+
+**Title:** value
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The value computed by metric
+
+## Property `QualityMeasurement > unitMeasure`
+
+**Title:** unit of measure
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Unit of measure associated with the value
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/README.md b/jsonschema/docs/README.md
new file mode 100644
index 0000000..6b8ce54
--- /dev/null
+++ b/jsonschema/docs/README.md
@@ -0,0 +1,27 @@
+# Schema documentation
+
+This directory contains Markdown documentation for the DCAT-US JSON schema.
+The docs are generated with the `generate_schema_docs.py` script from the
+parent directory. The docs are derived automatically from the JSON Schema
+files without any manual intervention.
+
+When you have made any changes to the schema files, run
+
+```
+poetry run python generate_schema_docs.py
+```
+
+in the parent directory to update the documentation here.
+
+## Version controlling derived files
+
+For convenience, we want these files to be under version control, but we
+also want to ensure that they are up to date with any changes in the schema
+files. We use a Github Actions script to run
+
+```
+poetry run generate_schema_docs.py --check
+```
+
+which validates that the documentation generated from the present version of
+the schema matches precisely with what is in this directory.
diff --git a/jsonschema/docs/Relationship.md b/jsonschema/docs/Relationship.md
new file mode 100644
index 0000000..7340aa8
--- /dev/null
+++ b/jsonschema/docs/Relationship.md
@@ -0,0 +1,60 @@
+# Relationship
+
+**Title:** Relationship
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information about an item or entity that has some relationship to a dataset and the nature of the relationship
+
+| Property | Type | Title/Description |
+| ------------------------ | ------ | ----------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| + [hadRole](#hadRole ) | string | role |
+| + [relation](#relation ) | string | relation |
+
+## Property `Relationship > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Relationship > @type`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Relationship"` |
+
+## Property `Relationship > hadRole`
+
+**Title:** role
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The function of an entity or agent with respect to a dataset
+
+## Property `Relationship > relation`
+
+**Title:** relation
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `iri` |
+
+**Description:** Link to the entity related to the dataset
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/RightsStatement.md b/jsonschema/docs/RightsStatement.md
new file mode 100644
index 0000000..c2ec3de
--- /dev/null
+++ b/jsonschema/docs/RightsStatement.md
@@ -0,0 +1,57 @@
+# RightsStatement
+
+**Title:** RightsStatement
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A statement about rights held with respect to another item
+
+| Property | Type | Title/Description |
+| -------------------------------------------- | -------------- | ------------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [attributionText](#attributionText ) | null or string | attribution text |
+| - [attributionTextMap](#attributionTextMap ) | null or object | Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+## Property `RightsStatement > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `RightsStatement > @type`
+
+| | |
+| ------------ | ------------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"RightsStatement"` |
+
+## Property `RightsStatement > attributionText`
+
+**Title:** attribution text
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** The custom attribution text for the rights statement
+
+## Property `RightsStatement > attributionTextMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for attribution text. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/Standard.md b/jsonschema/docs/Standard.md
new file mode 100644
index 0000000..5381cba
--- /dev/null
+++ b/jsonschema/docs/Standard.md
@@ -0,0 +1,978 @@
+# Standard
+
+**Title:** Standard
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Information about a particular standard that another item conforms to
+
+| Property | Type | Title/Description |
+| ------------------------------------ | -------------- | -------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [created](#created ) | Combination | creation date |
+| - [description](#description ) | null or string | description |
+| - [descriptionMap](#descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [identifier](#identifier ) | Combination | identifier |
+| - [issued](#issued ) | Combination | issued |
+| - [modified](#modified ) | Combination | last modified |
+| - [title](#title ) | null or string | title |
+| - [titleMap](#titleMap ) | null or object | Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [category](#category ) | Combination | category |
+| - [inScheme](#inScheme ) | Combination | in scheme |
+
+## Property `Standard > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `Standard > @type`
+
+| | |
+| ------------ | ------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Standard"` |
+
+## Property `Standard > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Standard has been first created
+
+| Any of(Option) |
+| --------------------------- |
+| [item 0](#created_anyOf_i0) |
+| [item 1](#created_anyOf_i1) |
+
+### Property `Standard > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Standard > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------ |
+| [item 0](#created_anyOf_i1_oneOf_i0) |
+| [item 1](#created_anyOf_i1_oneOf_i1) |
+| [item 2](#created_anyOf_i1_oneOf_i2) |
+| [item 3](#created_anyOf_i1_oneOf_i3) |
+
+#### Property `Standard > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Standard > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Standard > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `Standard > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `Standard > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A free-text account of the Standard
+
+## Property `Standard > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Standard > identifier`
+
+**Title:** identifier
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register
+
+| Any of(Option) |
+| ------------------------------ |
+| [item 0](#identifier_anyOf_i0) |
+| [item 1](#identifier_anyOf_i1) |
+
+### Property `Standard > identifier > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Standard > identifier > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------ | ----------- |
+| [item 1 items](#identifier_anyOf_i1_items) | - |
+
+#### Standard > identifier > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## Property `Standard > issued`
+
+**Title:** issued
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the Standard
+
+| Any of(Option) |
+| -------------------------- |
+| [item 0](#issued_anyOf_i0) |
+| [item 1](#issued_anyOf_i1) |
+
+### Property `Standard > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Standard > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#issued_anyOf_i1_oneOf_i0) |
+| [item 1](#issued_anyOf_i1_oneOf_i1) |
+| [item 2](#issued_anyOf_i1_oneOf_i2) |
+| [item 3](#issued_anyOf_i1_oneOf_i3) |
+
+#### Property `Standard > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Standard > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Standard > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `Standard > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `Standard > modified`
+
+**Title:** last modified
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date on which the Standard was changed or modified
+
+| Any of(Option) |
+| ---------------------------- |
+| [item 0](#modified_anyOf_i0) |
+| [item 1](#modified_anyOf_i1) |
+
+### Property `Standard > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Standard > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------- |
+| [item 0](#modified_anyOf_i1_oneOf_i0) |
+| [item 1](#modified_anyOf_i1_oneOf_i1) |
+| [item 2](#modified_anyOf_i1_oneOf_i2) |
+| [item 3](#modified_anyOf_i1_oneOf_i3) |
+
+#### Property `Standard > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Standard > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+#### Property `Standard > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+#### Property `Standard > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+## Property `Standard > title`
+
+**Title:** title
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A name given to the Standard
+
+## Property `Standard > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `Standard > category`
+
+**Title:** category
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The type of the Standard. A controlled vocabulary for the values has not been established
+
+| One of(Option) |
+| ----------------------------- |
+| [item 0](#category_oneOf_i0) |
+| [Concept](#category_oneOf_i1) |
+| [item 2](#category_oneOf_i2) |
+
+### Property `Standard > category > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Standard > category > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of Concept
+
+| Property | Type | Title/Description |
+| ---------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#category_oneOf_i1_@id ) | string | - |
+| - [@type](#category_oneOf_i1_@type ) | string | - |
+| - [altLabel](#category_oneOf_i1_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#category_oneOf_i1_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#category_oneOf_i1_definition ) | null or string | definition |
+| - [definitionMap](#category_oneOf_i1_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#category_oneOf_i1_inScheme ) | Combination | in scheme |
+| - [notation](#category_oneOf_i1_notation ) | Combination | notation |
+| + [prefLabel](#category_oneOf_i1_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#category_oneOf_i1_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `Standard > category > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `Standard > category > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+#### Property `Standard > category > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+#### Property `Standard > category > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Standard > category > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+#### Property `Standard > category > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `Standard > category > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| ----------------------------------------------------- |
+| [ConceptScheme](#category_oneOf_i1_inScheme_oneOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i1) |
+
+##### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#category_oneOf_i1_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#category_oneOf_i1_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#category_oneOf_i1_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#category_oneOf_i1_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#category_oneOf_i1_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#category_oneOf_i1_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#category_oneOf_i1_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#category_oneOf_i1_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#category_oneOf_i1_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#category_oneOf_i1_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| --------------------------------------------------------------- |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#category_oneOf_i1_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| -------------------------------------------------------------- |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ----------------------------------------------------------------------- |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#category_oneOf_i1_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ---------------------------------------------------------------- |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#category_oneOf_i1_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `Standard > category > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `Standard > category > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+#### Property `Standard > category > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ---------------------------------------------- |
+| [item 0](#category_oneOf_i1_notation_anyOf_i0) |
+| [item 1](#category_oneOf_i1_notation_anyOf_i1) |
+
+##### Property `Standard > category > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `Standard > category > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ---------------------------------------------------------- | ----------- |
+| [item 1 items](#category_oneOf_i1_notation_anyOf_i1_items) | - |
+
+###### Standard > category > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+#### Property `Standard > category > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+#### Property `Standard > category > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `Standard > category > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of Concept
+
+## Property `Standard > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The reference register to which the Standard belongs
+
+| One of(Option) |
+| ----------------------------------- |
+| [item 0](#inScheme_oneOf_i0) |
+| [ConceptScheme](#inScheme_oneOf_i1) |
+| [item 2](#inScheme_oneOf_i2) |
+
+### Property `Standard > inScheme > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `Standard > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ----------------------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [ConceptScheme](#category_oneOf_i1_inScheme_oneOf_i0) |
+
+**Description:** inline description of ConceptScheme
+
+### Property `Standard > inScheme > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/UseRestriction.md b/jsonschema/docs/UseRestriction.md
new file mode 100644
index 0000000..9ac9874
--- /dev/null
+++ b/jsonschema/docs/UseRestriction.md
@@ -0,0 +1,650 @@
+# UseRestriction
+
+**Title:** UseRestriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A restriction on usage of another item
+
+| Property | Type | Title/Description |
+| ---------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------- |
+| - [@id](#@id ) | string | - |
+| - [@type](#@type ) | string | - |
+| - [restrictionNote](#restrictionNote ) | null or string | restriction note |
+| - [restrictionNoteMap](#restrictionNoteMap ) | null or object | Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [restrictionStatus](#restrictionStatus ) | Combination | restriction status |
+| - [specificRestriction](#specificRestriction ) | Combination | specific restriction |
+
+## Property `UseRestriction > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+## Property `UseRestriction > @type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"UseRestriction"` |
+
+## Property `UseRestriction > restrictionNote`
+
+**Title:** restriction note
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Significant information pertaining to the use or reproduction of the data
+
+## Property `UseRestriction > restrictionNoteMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for the restriction note. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+## Property `UseRestriction > restrictionStatus`
+
+**Title:** restriction status
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Indication of whether or not there are use restrictions on the archival materials
+
+| One of(Option) |
+| -------------------------------------- |
+| [Concept](#restrictionStatus_oneOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i1) |
+
+### Property `UseRestriction > restrictionStatus > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | ---------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/concept |
+
+**Description:** inline description of restriction status
+
+| Property | Type | Title/Description |
+| ------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------ |
+| - [@id](#restrictionStatus_oneOf_i0_@id ) | string | - |
+| - [@type](#restrictionStatus_oneOf_i0_@type ) | string | - |
+| - [altLabel](#restrictionStatus_oneOf_i0_altLabel ) | null or string | alternate label |
+| - [altLabelMap](#restrictionStatus_oneOf_i0_altLabelMap ) | null or object | Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [definition](#restrictionStatus_oneOf_i0_definition ) | null or string | definition |
+| - [definitionMap](#restrictionStatus_oneOf_i0_definitionMap ) | null or object | Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| + [inScheme](#restrictionStatus_oneOf_i0_inScheme ) | Combination | in scheme |
+| - [notation](#restrictionStatus_oneOf_i0_notation ) | Combination | notation |
+| + [prefLabel](#restrictionStatus_oneOf_i0_prefLabel ) | string | preferred label |
+| - [prefLabelMap](#restrictionStatus_oneOf_i0_prefLabelMap ) | null or object | Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+#### Property `UseRestriction > restrictionStatus > oneOf > Concept > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+#### Property `UseRestriction > restrictionStatus > oneOf > Concept > @type`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"Concept"` |
+
+#### Property `UseRestriction > restrictionStatus > oneOf > Concept > altLabel`
+
+**Title:** alternate label
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Alternative label for a concept
+
+#### Property `UseRestriction > restrictionStatus > oneOf > Concept > altLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for alternate label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `UseRestriction > restrictionStatus > oneOf > Concept > definition`
+
+**Title:** definition
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** Definition of the controlled vocabulary term
+
+#### Property `UseRestriction > restrictionStatus > oneOf > Concept > definitionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for definition. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+#### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme`
+
+**Title:** in scheme
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+**Description:** Concept scheme defining this concept
+
+| One of(Option) |
+| -------------------------------------------------------------- |
+| [ConceptScheme](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i1) |
+
+##### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme`
+
+**Title:** ConceptScheme
+
+| | |
+| ------------------------- | ---------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Defined in** | /dcat-us/3.0.0/definitions/conceptscheme |
+
+**Description:** inline description of ConceptScheme
+
+| Property | Type | Title/Description |
+| --------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------- |
+| - [@id](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_@id ) | string | - |
+| - [@type](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_@type ) | string | - |
+| - [version](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_version ) | null or string | version info |
+| - [created](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created ) | Combination | creation date |
+| - [description](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_description ) | null or string | description |
+| - [descriptionMap](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_descriptionMap ) | null or object | Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+| - [issued](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued ) | Combination | publication date |
+| - [modified](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified ) | Combination | update/modification date |
+| + [title](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_title ) | string | title |
+| - [titleMap](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_titleMap ) | null or object | Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'} |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > @id`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > @type`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Default** | `"ConceptScheme"` |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > version`
+
+**Title:** version info
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A version number or other version designation of the concept scheme
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created`
+
+**Title:** creation date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date on which the Concept Scheme was first created
+
+| Any of(Option) |
+| ------------------------------------------------------------------------ |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i1) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| --------------------------------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i1) |
+| [item 2](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i2) |
+| [item 3](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_created_anyOf_i1_oneOf_i3) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > created > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > description`
+
+**Title:** description
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or string` |
+| **Required** | No |
+
+**Description:** A description of the concept scheme
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > descriptionMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for description. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued`
+
+**Title:** publication date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The date of formal issuance (e.g., publication) of the concept scheme
+
+| Any of(Option) |
+| ----------------------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i1) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| -------------------------------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i1) |
+| [item 2](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i2) |
+| [item 3](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_issued_anyOf_i1_oneOf_i3) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > issued > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified`
+
+**Title:** update/modification date
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The most recent date at which the concept scheme was changed or modified
+
+| Any of(Option) |
+| ------------------------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i1) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1`
+
+| | |
+| ------------ | ----------- |
+| **Type** | `combining` |
+| **Required** | No |
+
+| One of(Option) |
+| ---------------------------------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i1) |
+| [item 2](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i2) |
+| [item 3](#restrictionStatus_oneOf_i0_inScheme_oneOf_i0_modified_anyOf_i1_oneOf_i3) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date-time` |
+| **Additional properties** | Any type allowed |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Format** | `date` |
+| **Additional properties** | Any type allowed |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year in YYYY format
+
+| Restrictions | |
+| --------------------------------- | --------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > modified > anyOf > item 1 > oneOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** A year and month in YYYY-MM format
+
+| Restrictions | |
+| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
+| **Must match regular expression** | ```^[0-9]{4}-[0-9]{2}$``` [Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D-%5B0-9%5D%7B2%7D%24) |
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > title`
+
+**Title:** title
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** The title of the concept scheme
+
+###### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > ConceptScheme > titleMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for property title. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+##### Property `UseRestriction > restrictionStatus > oneOf > Concept > inScheme > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of ConceptScheme
+
+#### Property `UseRestriction > restrictionStatus > oneOf > Concept > notation`
+
+**Title:** notation
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** List of abbreviations or codes from code lists for an organization
+
+| Any of(Option) |
+| ------------------------------------------------------- |
+| [item 0](#restrictionStatus_oneOf_i0_notation_anyOf_i0) |
+| [item 1](#restrictionStatus_oneOf_i0_notation_anyOf_i1) |
+
+##### Property `UseRestriction > restrictionStatus > oneOf > Concept > notation > anyOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+##### Property `UseRestriction > restrictionStatus > oneOf > Concept > notation > anyOf > item 1`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of string` |
+| **Required** | No |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------------- | ----------- |
+| [item 1 items](#restrictionStatus_oneOf_i0_notation_anyOf_i1_items) | - |
+
+###### UseRestriction > restrictionStatus > oneOf > Concept > notation > anyOf > item 1 > item 1 items
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+#### Property `UseRestriction > restrictionStatus > oneOf > Concept > prefLabel`
+
+**Title:** preferred label
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Preferred label for the term
+
+#### Property `UseRestriction > restrictionStatus > oneOf > Concept > prefLabelMap`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `null or object` |
+| **Required** | No |
+
+**Description:** Language map for preferred label. E.g. {'es': 'spanish words', 'fr': 'french words'}
+
+### Property `UseRestriction > restrictionStatus > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of restriction status
+
+## Property `UseRestriction > specificRestriction`
+
+**Title:** specific restriction
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** The specific NARA restriction associated with the use restriction
+
+| One of(Option) |
+| ---------------------------------------- |
+| [item 0](#specificRestriction_oneOf_i0) |
+| [Concept](#specificRestriction_oneOf_i1) |
+| [item 2](#specificRestriction_oneOf_i2) |
+
+### Property `UseRestriction > specificRestriction > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### Property `UseRestriction > specificRestriction > oneOf > Concept`
+
+**Title:** Concept
+
+| | |
+| ------------------------- | -------------------------------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+| **Same definition as** | [Concept](#restrictionStatus_oneOf_i0) |
+
+**Description:** inline description of the specific restriction
+
+### Property `UseRestriction > specificRestriction > oneOf > item 2`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `iri` |
+
+**Description:** reference iri of the specific restriction
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
diff --git a/jsonschema/docs/index.md b/jsonschema/docs/index.md
new file mode 100644
index 0000000..5457faa
--- /dev/null
+++ b/jsonschema/docs/index.md
@@ -0,0 +1,50 @@
+# DCAT-US 3 Schema Documentation
+
+DCAT-US 3 is a schema for metadata about data assets. It's defined as a set of
+JSON Schema files divided into "classes" that specify different types of information
+that could appear in the metadata.
+
+## Catalog
+
+The top level class for DCAT-US 3 is [Catalog](./Catalog.md) which collects
+information about other data elements and information about the overall
+collection such as publisher, keywords, and contact information.
+
+## Other classes
+
+Inside of the DCAT-US 3 catalog, other classes are used to specify the format
+of a particular metadata element. Alphabetically:
+
+- [AccessRestriction](./AccessRestriction.md)
+- [Activity](./Activity.md)
+- [Address](./Address.md)
+- [Agent](./Agent.md)
+- [Attribution](./Attribution.md)
+- [Catalog](./Catalog.md)
+- [CatalogRecord](./CatalogRecord.md)
+- [Checksum](./Checksum.md)
+- [Concept](./Concept.md)
+- [ConceptScheme](./ConceptScheme.md)
+- [CUIRestriction](./CUIRestriction.md)
+- [DataService](./DataService.md)
+- [Dataset](./Dataset.md)
+- [DatasetSeries](./DatasetSeries.md)
+- [Distribution](./Distribution.md)
+- [Document](./Document.md)
+- [GeographicBoundingBox](./GeographicBoundingBox.md)
+- [Identifier](./Identifier.md)
+- [Kind](./Kind.md)
+- [LiabilityStatement](./LiabilityStatement.md)
+- [LicenseDocument](./LicenseDocument.md)
+- [Location](./Location.md)
+- [MediaType](./MediaType.md)
+- [Metric](./Metric.md)
+- [Organization](./Organization.md)
+- [PeriodOfTime](./PeriodOfTime.md)
+- [ProvenanceStatement](./ProvenanceStatement.md)
+- [QualityMeasurement](./QualityMeasurement.md)
+- [Relationship](./Relationship.md)
+- [RightsStatement](./RightsStatement.md)
+- [Standard](./Standard.md)
+- [UseRestriction](./UseRestriction.md)
+
diff --git a/jsonschema/generate_schema_docs.py b/jsonschema/generate_schema_docs.py
new file mode 100644
index 0000000..90097e5
--- /dev/null
+++ b/jsonschema/generate_schema_docs.py
@@ -0,0 +1,117 @@
+"""Generate documentation from the JSON schema files."""
+
+import filecmp
+import glob
+import json
+import sys
+import tempfile
+
+from pathlib import Path
+from urllib.parse import urlsplit
+
+import click
+
+from json_schema_for_humans import generate
+from json_schema_for_humans.generation_configuration import get_final_config
+from json_schema_for_humans.schema.schema_importer import get_schemas_to_render
+from json_schema_for_humans.template_renderer import TemplateRenderer
+
+
+def _any_differences(comp_object):
+ """Check this directory and all of its subdirectories for differences.
+
+ Argument is the output of a filecmp.dircmp call. Uses recursion and
+ returns True if differences exist here or in any subdirectories.
+ """
+ if any(
+ bool(getattr(comp_object, l))
+ for l in [
+ "diff_files",
+ "left_only",
+ "right_only",
+ "common_funny",
+ "funny_files",
+ ]
+ ):
+ return True
+
+ if any(_any_differences(subdir_cmp) for subdir_cmp in comp_object.subdirs):
+ return True
+
+ return False
+
+
+def check_output_matches(output_dir):
+ """Check if the generated files match the content already in output_dir.
+
+ Return 0 if the files match and 1 if they don't.
+ """
+ # make a temporary directory to put our test output in:
+ with tempfile.TemporaryDirectory() as d:
+ generate_docs(d)
+ comparison = filecmp.dircmp(
+ d,
+ Path(output_dir).absolute(),
+ ignore=["README.md", "index.md"],
+ shallow=False,
+ )
+ if _any_differences(comparison):
+ comparison.report_full_closure()
+ return 1
+ else:
+ return 0
+
+
+def generate_docs(output_dir):
+ """Generate the schema documentation into output_dir."""
+ schema_files = ["Catalog.json"] + glob.glob("definitions/*.json")
+
+ # We need to preload the schemas at their relative ids
+ loaded_schemas = {}
+ for schema_file in schema_files:
+ with open(schema_file) as f:
+ schema = json.load(f)
+ # get path from $id
+ _, _, path, _, _ = urlsplit(schema["$id"])
+ loaded_schemas[path] = schema
+
+ # generation config
+ config = {
+ "footer_show_time": False, # so diff won't always be different
+ "show_toc": False,
+ "template_name": "md",
+ "template_md_options": {
+ "show_array_restrictions": False,
+ "show_heading_numbers": False,
+ "properties_table_columns": ["Property", "Type", "Title/Description"],
+ },
+ }
+ final_config = get_final_config(True, True, True, True, config=config)
+
+ schemas_to_render = []
+ output_dir = Path(output_dir)
+ for schema_file in schema_files:
+ schemas_to_render += get_schemas_to_render(
+ schema_file, output_dir, final_config.result_extension
+ )
+ template_renderer = TemplateRenderer(final_config)
+ generate.generate_schemas_doc(schemas_to_render, template_renderer, loaded_schemas)
+ generate.copy_additional_files_to_target(schemas_to_render, final_config)
+
+
+@click.command()
+@click.option("-o", "--output-dir", help="Output directory", default="docs")
+@click.option(
+ "--check", help="Check if the output matches the output directory", is_flag=True
+)
+def main(output_dir="docs", check=True):
+ """Generate schema documentation."""
+
+ if check:
+ sys.exit(check_output_matches(output_dir))
+
+ generate_docs(output_dir)
+
+
+if __name__ == "__main__":
+ main()
diff --git a/jsonschema/poetry.lock b/jsonschema/poetry.lock
new file mode 100644
index 0000000..046e015
--- /dev/null
+++ b/jsonschema/poetry.lock
@@ -0,0 +1,769 @@
+# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand.
+
+[[package]]
+name = "attrs"
+version = "25.4.0"
+description = "Classes Without Boilerplate"
+optional = false
+python-versions = ">=3.9"
+groups = ["main"]
+files = [
+ {file = "attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373"},
+ {file = "attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11"},
+]
+
+[[package]]
+name = "certifi"
+version = "2026.2.25"
+description = "Python package for providing Mozilla's CA Bundle."
+optional = false
+python-versions = ">=3.7"
+groups = ["main"]
+files = [
+ {file = "certifi-2026.2.25-py3-none-any.whl", hash = "sha256:027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa"},
+ {file = "certifi-2026.2.25.tar.gz", hash = "sha256:e887ab5cee78ea814d3472169153c2d12cd43b14bd03329a39a9c6e2e80bfba7"},
+]
+
+[[package]]
+name = "charset-normalizer"
+version = "3.4.5"
+description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
+optional = false
+python-versions = ">=3.7"
+groups = ["main"]
+files = [
+ {file = "charset_normalizer-3.4.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:4167a621a9a1a986c73777dbc15d4b5eac8ac5c10393374109a343d4013ec765"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3f64c6bf8f32f9133b668c7f7a7cbdbc453412bc95ecdbd157f3b1e377a92990"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:568e3c34b58422075a1b49575a6abc616d9751b4d61b23f712e12ebb78fe47b2"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:036c079aa08a6a592b82487f97c60b439428320ed1b2ea0b3912e99d30c77765"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:340810d34ef83af92148e96e3e44cb2d3f910d2bf95e5618a5c467d9f102231d"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-manylinux_2_31_armv7l.whl", hash = "sha256:cd2d0f0ec9aa977a27731a3209ebbcacebebaf41f902bd453a928bfd281cf7f8"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:0b362bcd27819f9c07cbf23db4e0e8cd4b44c5ecd900c2ff907b2b92274a7412"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:77be992288f720306ab4108fe5c74797de327f3248368dfc7e1a916d6ed9e5a2"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:8b78d8a609a4b82c273257ee9d631ded7fac0d875bdcdccc109f3ee8328cfcb1"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:ba20bdf69bd127f66d0174d6f2a93e69045e0b4036dc1ca78e091bcc765830c4"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:76a9d0de4d0eab387822e7b35d8f89367dd237c72e82ab42b9f7bf5e15ada00f"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:8fff79bf5978c693c9b1a4d71e4a94fddfb5fe744eb062a318e15f4a2f63a550"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:c7e84e0c0005e3bdc1a9211cd4e62c78ba80bc37b2365ef4410cd2007a9047f2"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-win32.whl", hash = "sha256:58ad8270cfa5d4bef1bc85bd387217e14ff154d6630e976c6f56f9a040757475"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-win_amd64.whl", hash = "sha256:02a9d1b01c1e12c27883b0c9349e0bcd9ae92e727ff1a277207e1a262b1cbf05"},
+ {file = "charset_normalizer-3.4.5-cp310-cp310-win_arm64.whl", hash = "sha256:039215608ac7b358c4da0191d10fc76868567fbf276d54c14721bdedeb6de064"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:610f72c0ee565dfb8ae1241b666119582fdbfe7c0975c175be719f940e110694"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:60d68e820af339df4ae8358c7a2e7596badeb61e544438e489035f9fbf3246a5"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:10b473fc8dca1c3ad8559985794815f06ca3fc71942c969129070f2c3cdf7281"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d4eb8ac7469b2a5d64b5b8c04f84d8bf3ad340f4514b98523805cbf46e3b3923"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5bcb3227c3d9aaf73eaaab1db7ccd80a8995c509ee9941e2aae060ca6e4e5d81"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-manylinux_2_31_armv7l.whl", hash = "sha256:75ee9c1cce2911581a70a3c0919d8bccf5b1cbc9b0e5171400ec736b4b569497"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:1d1401945cb77787dbd3af2446ff2d75912327c4c3a1526ab7955ecf8600687c"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:0a45e504f5e1be0bd385935a8e1507c442349ca36f511a47057a71c9d1d6ea9e"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:e09f671a54ce70b79a1fc1dc6da3072b7ef7251fadb894ed92d9aa8218465a5f"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:d01de5e768328646e6a3fa9e562706f8f6641708c115c62588aef2b941a4f88e"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:131716d6786ad5e3dc542f5cc6f397ba3339dc0fb87f87ac30e550e8987756af"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:1a374cc0b88aa710e8865dc1bd6edb3743c59f27830f0293ab101e4cf3ce9f85"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:d31f0d1671e1534e395f9eb84a68e0fb670e1edb1fe819a9d7f564ae3bc4e53f"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-win32.whl", hash = "sha256:cace89841c0599d736d3d74a27bc5821288bb47c5441923277afc6059d7fbcb4"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-win_amd64.whl", hash = "sha256:f8102ae93c0bc863b1d41ea0f4499c20a83229f52ed870850892df555187154a"},
+ {file = "charset_normalizer-3.4.5-cp311-cp311-win_arm64.whl", hash = "sha256:ed98364e1c262cf5f9363c3eca8c2df37024f52a8fa1180a3610014f26eac51c"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:ed97c282ee4f994ef814042423a529df9497e3c666dca19be1d4cd1129dc7ade"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0294916d6ccf2d069727d65973c3a1ca477d68708db25fd758dd28b0827cff54"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:dc57a0baa3eeedd99fafaef7511b5a6ef4581494e8168ee086031744e2679467"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ed1a9a204f317ef879b32f9af507d47e49cd5e7f8e8d5d96358c98373314fc60"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7ad83b8f9379176c841f8865884f3514d905bcd2a9a3b210eaa446e7d2223e4d"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-manylinux_2_31_armv7l.whl", hash = "sha256:a118e2e0b5ae6b0120d5efa5f866e58f2bb826067a646431da4d6a2bdae7950e"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:754f96058e61a5e22e91483f823e07df16416ce76afa4ebf306f8e1d1296d43f"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0c300cefd9b0970381a46394902cd18eaf2aa00163f999590ace991989dcd0fc"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:c108f8619e504140569ee7de3f97d234f0fbae338a7f9f360455071ef9855a95"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:d1028de43596a315e2720a9849ee79007ab742c06ad8b45a50db8cdb7ed4a82a"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:19092dde50335accf365cce21998a1c6dd8eafd42c7b226eb54b2747cdce2fac"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:4354e401eb6dab9aed3c7b4030514328a6c748d05e1c3e19175008ca7de84fb1"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a68766a3c58fde7f9aaa22b3786276f62ab2f594efb02d0a1421b6282e852e98"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-win32.whl", hash = "sha256:1827734a5b308b65ac54e86a618de66f935a4f63a8a462ff1e19a6788d6c2262"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-win_amd64.whl", hash = "sha256:728c6a963dfab66ef865f49286e45239384249672cd598576765acc2a640a636"},
+ {file = "charset_normalizer-3.4.5-cp312-cp312-win_arm64.whl", hash = "sha256:75dfd1afe0b1647449e852f4fb428195a7ed0588947218f7ba929f6538487f02"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:ac59c15e3f1465f722607800c68713f9fbc2f672b9eb649fe831da4019ae9b23"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:165c7b21d19365464e8f70e5ce5e12524c58b48c78c1f5a57524603c1ab003f8"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:28269983f25a4da0425743d0d257a2d6921ea7d9b83599d4039486ec5b9f911d"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d27ce22ec453564770d29d03a9506d449efbb9fa13c00842262b2f6801c48cce"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0625665e4ebdddb553ab185de5db7054393af8879fb0c87bd5690d14379d6819"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-manylinux_2_31_armv7l.whl", hash = "sha256:c23eb3263356d94858655b3e63f85ac5d50970c6e8febcdde7830209139cc37d"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e6302ca4ae283deb0af68d2fbf467474b8b6aedcd3dab4db187e07f94c109763"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:e51ae7d81c825761d941962450f50d041db028b7278e7b08930b4541b3e45cb9"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:597d10dec876923e5c59e48dbd366e852eacb2b806029491d307daea6b917d7c"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:5cffde4032a197bd3b42fd0b9509ec60fb70918d6970e4cc773f20fc9180ca67"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:2da4eedcb6338e2321e831a0165759c0c620e37f8cd044a263ff67493be8ffb3"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:65a126fb4b070d05340a84fc709dd9e7c75d9b063b610ece8a60197a291d0adf"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c7a80a9242963416bd81f99349d5f3fce1843c303bd404f204918b6d75a75fd6"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-win32.whl", hash = "sha256:f1d725b754e967e648046f00c4facc42d414840f5ccc670c5670f59f83693e4f"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-win_amd64.whl", hash = "sha256:e37bd100d2c5d3ba35db9c7c5ba5a9228cbcffe5c4778dc824b164e5257813d7"},
+ {file = "charset_normalizer-3.4.5-cp313-cp313-win_arm64.whl", hash = "sha256:93b3b2cc5cf1b8743660ce77a4f45f3f6d1172068207c1defc779a36eea6bb36"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:8197abe5ca1ffb7d91e78360f915eef5addff270f8a71c1fc5be24a56f3e4873"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a2aecdb364b8a1802afdc7f9327d55dad5366bc97d8502d0f5854e50712dbc5f"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a66aa5022bf81ab4b1bebfb009db4fd68e0c6d4307a1ce5ef6a26e5878dfc9e4"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d77f97e515688bd615c1d1f795d540f32542d514242067adcb8ef532504cb9ee"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:01a1ed54b953303ca7e310fafe0fe347aab348bd81834a0bcd602eb538f89d66"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-manylinux_2_31_armv7l.whl", hash = "sha256:b2d37d78297b39a9eb9eb92c0f6df98c706467282055419df141389b23f93362"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e71bbb595973622b817c042bd943c3f3667e9c9983ce3d205f973f486fec98a7"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4cd966c2559f501c6fd69294d082c2934c8dd4719deb32c22961a5ac6db0df1d"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:d5e52d127045d6ae01a1e821acfad2f3a1866c54d0e837828538fabe8d9d1bd6"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:30a2b1a48478c3428d047ed9690d57c23038dac838a87ad624c85c0a78ebeb39"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:d8ed79b8f6372ca4254955005830fd61c1ccdd8c0fac6603e2c145c61dd95db6"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:c5af897b45fa606b12464ccbe0014bbf8c09191e0a66aab6aa9d5cf6e77e0c94"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:1088345bcc93c58d8d8f3d783eca4a6e7a7752bbff26c3eee7e73c597c191c2e"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-win32.whl", hash = "sha256:ee57b926940ba00bca7ba7041e665cc956e55ef482f851b9b65acb20d867e7a2"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-win_amd64.whl", hash = "sha256:4481e6da1830c8a1cc0b746b47f603b653dadb690bcd851d039ffaefe70533aa"},
+ {file = "charset_normalizer-3.4.5-cp314-cp314-win_arm64.whl", hash = "sha256:97ab7787092eb9b50fb47fa04f24c75b768a606af1bcba1957f07f128a7219e4"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e22d1059b951e7ae7c20ef6b06afd10fb95e3c41bf3c4fbc874dba113321c193"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:afca7f78067dd27c2b848f1b234623d26b87529296c6c5652168cc1954f2f3b2"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ec56a2266f32bc06ed3c3e2a8f58417ce02f7e0356edc89786e52db13c593c98"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2b970382e4a36bed897c19f310f31d7d13489c11b4f468ddfba42d41cddfb918"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:573ef5814c4b7c0d59a7710aa920eaaaef383bd71626aa420fba27b5cab92e8d"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-manylinux_2_31_armv7l.whl", hash = "sha256:50bcbca6603c06a1dcc7b056ed45c37715fb5d2768feb3bcd37d2313c587a5b9"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:1f2da5cbb9becfcd607757a169e38fb82aa5fd86fae6653dea716e7b613fe2cf"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:fc1c64934b8faf7584924143eb9db4770bbdb16659626e1a1a4d9efbcb68d947"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-musllinux_1_2_armv7l.whl", hash = "sha256:ae8b03427410731469c4033934cf473426faff3e04b69d2dfb64a4281a3719f8"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:b3e71afc578b98512bfe7bdb822dd6bc57d4b0093b4b6e5487c1e96ad4ace242"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-musllinux_1_2_riscv64.whl", hash = "sha256:4b8551b6e6531e156db71193771c93bda78ffc4d1e6372517fe58ad3b91e4659"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:65b3c403a5b6b8034b655e7385de4f72b7b244869a22b32d4030b99a60593eca"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:8ce11cd4d62d11166f2b441e30ace226c19a3899a7cf0796f668fba49a9fb123"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-win32.whl", hash = "sha256:66dee73039277eb35380d1b82cccc69cc82b13a66f9f4a18da32d573acf02b7c"},
+ {file = "charset_normalizer-3.4.5-cp38-cp38-win_amd64.whl", hash = "sha256:d29dd9c016f2078b43d0c357511e87eee5b05108f3dd603423cb389b89813969"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:259cd1ca995ad525f638e131dbcc2353a586564c038fc548a3fe450a91882139"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8a28afb04baa55abf26df544e3e5c6534245d3daa5178bc4a8eeb48202060d0e"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ff95a9283de8a457e6b12989de3f9f5193430f375d64297d323a615ea52cbdb3"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:708c7acde173eedd4bfa4028484426ba689d2103b28588c513b9db2cd5ecde9c"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:aa92ec1102eaff840ccd1021478af176a831f1bccb08e526ce844b7ddda85c22"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-manylinux_2_31_armv7l.whl", hash = "sha256:5fea359734b140d0d6741189fea5478c6091b54ffc69d7ce119e0a05637d8c99"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e545b51da9f9af5c67815ca0eb40676c0f016d0b0381c86f20451e35696c5f95"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:30987f4a8ed169983f93e1be8ffeea5214a779e27ed0b059835c7afe96550ad7"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:149ec69866c3d6c2fb6f758dbc014ecb09f30b35a5ca90b6a8a2d4e54e18fdfe"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:530beedcec9b6e027e7a4b6ce26eed36678aa39e17da85e6e03d7bd9e8e9d7c9"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:14498a429321de554b140013142abe7608f9d8ccc04d7baf2ad60498374aefa2"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:2820a98460c83663dd8ec015d9ddfd1e4879f12e06bb7d0500f044fb477d2770"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:aa2f963b4da26daf46231d9b9e0e2c9408a751f8f0d0f44d2de56d3caf51d294"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-win32.whl", hash = "sha256:82cc7c2ad42faec8b574351f8bc2a0c049043893853317bd9bb309f5aba6cb5a"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-win_amd64.whl", hash = "sha256:92263f7eca2f4af326cd20de8d16728d2602f7cfea02e790dcde9d83c365d7cc"},
+ {file = "charset_normalizer-3.4.5-cp39-cp39-win_arm64.whl", hash = "sha256:014837af6fabf57121b6254fa8ade10dceabc3528b27b721a64bbc7b8b1d4eb4"},
+ {file = "charset_normalizer-3.4.5-py3-none-any.whl", hash = "sha256:9db5e3fcdcee89a78c04dffb3fe33c79f77bd741a624946db2591c81b2fc85b0"},
+ {file = "charset_normalizer-3.4.5.tar.gz", hash = "sha256:95adae7b6c42a6c5b5b559b1a99149f090a57128155daeea91732c8d970d8644"},
+]
+
+[[package]]
+name = "click"
+version = "8.3.1"
+description = "Composable command line interface toolkit"
+optional = false
+python-versions = ">=3.10"
+groups = ["main"]
+files = [
+ {file = "click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6"},
+ {file = "click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"},
+]
+
+[package.dependencies]
+colorama = {version = "*", markers = "platform_system == \"Windows\""}
+
+[[package]]
+name = "colorama"
+version = "0.4.6"
+description = "Cross-platform colored terminal text."
+optional = false
+python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
+groups = ["main"]
+markers = "platform_system == \"Windows\""
+files = [
+ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
+ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
+]
+
+[[package]]
+name = "dataclasses-json"
+version = "0.6.7"
+description = "Easily serialize dataclasses to and from JSON."
+optional = false
+python-versions = "<4.0,>=3.7"
+groups = ["main"]
+files = [
+ {file = "dataclasses_json-0.6.7-py3-none-any.whl", hash = "sha256:0dbf33f26c8d5305befd61b39d2b3414e8a407bedc2834dea9b8d642666fb40a"},
+ {file = "dataclasses_json-0.6.7.tar.gz", hash = "sha256:b6b3e528266ea45b9535223bc53ca645f5208833c29229e847b3f26a1cc55fc0"},
+]
+
+[package.dependencies]
+marshmallow = ">=3.18.0,<4.0.0"
+typing-inspect = ">=0.4.0,<1"
+
+[[package]]
+name = "idna"
+version = "3.11"
+description = "Internationalized Domain Names in Applications (IDNA)"
+optional = false
+python-versions = ">=3.8"
+groups = ["main"]
+files = [
+ {file = "idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea"},
+ {file = "idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"},
+]
+
+[package.extras]
+all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"]
+
+[[package]]
+name = "jinja2"
+version = "3.1.6"
+description = "A very fast and expressive template engine."
+optional = false
+python-versions = ">=3.7"
+groups = ["main"]
+files = [
+ {file = "jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"},
+ {file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"},
+]
+
+[package.dependencies]
+MarkupSafe = ">=2.0"
+
+[package.extras]
+i18n = ["Babel (>=2.7)"]
+
+[[package]]
+name = "json-schema-for-humans"
+version = "1.5.1"
+description = "Generate static HTML documentation from JSON schemas"
+optional = false
+python-versions = "<4.0,>=3.9"
+groups = ["main"]
+files = [
+ {file = "json_schema_for_humans-1.5.1-py3-none-any.whl", hash = "sha256:6b5bb65c8ccfb46219352f3da32312c9d904c08790bb96f43f109338c2141478"},
+ {file = "json_schema_for_humans-1.5.1.tar.gz", hash = "sha256:a43023f6c1b99f8e75126cc824c22992d8f55e941060aa3fddfc7c38de3cb973"},
+]
+
+[package.dependencies]
+click = ">=8.0.1,<9.0.0"
+dataclasses-json = ">=0.6.7,<0.7.0"
+Jinja2 = ">3"
+markdown2 = ">=2.5.0,<3.0.0"
+Pygments = ">=2.18.0,<3.0.0"
+pytz = "*"
+PyYAML = ">=6.0.2,<7.0.0"
+requests = ">=2.32.3,<3.0.0"
+
+[[package]]
+name = "jsonschema"
+version = "4.26.0"
+description = "An implementation of JSON Schema validation for Python"
+optional = false
+python-versions = ">=3.10"
+groups = ["main"]
+files = [
+ {file = "jsonschema-4.26.0-py3-none-any.whl", hash = "sha256:d489f15263b8d200f8387e64b4c3a75f06629559fb73deb8fdfb525f2dab50ce"},
+ {file = "jsonschema-4.26.0.tar.gz", hash = "sha256:0c26707e2efad8aa1bfc5b7ce170f3fccc2e4918ff85989ba9ffa9facb2be326"},
+]
+
+[package.dependencies]
+attrs = ">=22.2.0"
+jsonschema-specifications = ">=2023.3.6"
+referencing = ">=0.28.4"
+rpds-py = ">=0.25.0"
+
+[package.extras]
+format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"]
+format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "rfc3987-syntax (>=1.1.0)", "uri-template", "webcolors (>=24.6.0)"]
+
+[[package]]
+name = "jsonschema-specifications"
+version = "2025.9.1"
+description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
+optional = false
+python-versions = ">=3.9"
+groups = ["main"]
+files = [
+ {file = "jsonschema_specifications-2025.9.1-py3-none-any.whl", hash = "sha256:98802fee3a11ee76ecaca44429fda8a41bff98b00a0f2838151b113f210cc6fe"},
+ {file = "jsonschema_specifications-2025.9.1.tar.gz", hash = "sha256:b540987f239e745613c7a9176f3edb72b832a4ac465cf02712288397832b5e8d"},
+]
+
+[package.dependencies]
+referencing = ">=0.31.0"
+
+[[package]]
+name = "markdown2"
+version = "2.5.5"
+description = "A fast and complete Python implementation of Markdown"
+optional = false
+python-versions = "<4,>=3.9"
+groups = ["main"]
+files = [
+ {file = "markdown2-2.5.5-py3-none-any.whl", hash = "sha256:be798587e09d1f52d2e4d96a649c4b82a778c75f9929aad52a2c95747fa26941"},
+ {file = "markdown2-2.5.5.tar.gz", hash = "sha256:001547e68f6e7fcf0f1cb83f7e82f48aa7d48b2c6a321f0cd20a853a8a2d1664"},
+]
+
+[package.extras]
+all = ["latex2mathml ; python_version >= \"3.8.1\"", "pygments (>=2.7.3)", "wavedrom"]
+code-syntax-highlighting = ["pygments (>=2.7.3)"]
+latex = ["latex2mathml ; python_version >= \"3.8.1\""]
+wavedrom = ["wavedrom"]
+
+[[package]]
+name = "markupsafe"
+version = "3.0.3"
+description = "Safely add untrusted strings to HTML/XML markup."
+optional = false
+python-versions = ">=3.9"
+groups = ["main"]
+files = [
+ {file = "markupsafe-3.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2f981d352f04553a7171b8e44369f2af4055f888dfb147d55e42d29e29e74559"},
+ {file = "markupsafe-3.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e1c1493fb6e50ab01d20a22826e57520f1284df32f2d8601fdd90b6304601419"},
+ {file = "markupsafe-3.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1ba88449deb3de88bd40044603fafffb7bc2b055d626a330323a9ed736661695"},
+ {file = "markupsafe-3.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f42d0984e947b8adf7dd6dde396e720934d12c506ce84eea8476409563607591"},
+ {file = "markupsafe-3.0.3-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:c0c0b3ade1c0b13b936d7970b1d37a57acde9199dc2aecc4c336773e1d86049c"},
+ {file = "markupsafe-3.0.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:0303439a41979d9e74d18ff5e2dd8c43ed6c6001fd40e5bf2e43f7bd9bbc523f"},
+ {file = "markupsafe-3.0.3-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:d2ee202e79d8ed691ceebae8e0486bd9a2cd4794cec4824e1c99b6f5009502f6"},
+ {file = "markupsafe-3.0.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:177b5253b2834fe3678cb4a5f0059808258584c559193998be2601324fdeafb1"},
+ {file = "markupsafe-3.0.3-cp310-cp310-win32.whl", hash = "sha256:2a15a08b17dd94c53a1da0438822d70ebcd13f8c3a95abe3a9ef9f11a94830aa"},
+ {file = "markupsafe-3.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:c4ffb7ebf07cfe8931028e3e4c85f0357459a3f9f9490886198848f4fa002ec8"},
+ {file = "markupsafe-3.0.3-cp310-cp310-win_arm64.whl", hash = "sha256:e2103a929dfa2fcaf9bb4e7c091983a49c9ac3b19c9061b6d5427dd7d14d81a1"},
+ {file = "markupsafe-3.0.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1cc7ea17a6824959616c525620e387f6dd30fec8cb44f649e31712db02123dad"},
+ {file = "markupsafe-3.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4bd4cd07944443f5a265608cc6aab442e4f74dff8088b0dfc8238647b8f6ae9a"},
+ {file = "markupsafe-3.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b5420a1d9450023228968e7e6a9ce57f65d148ab56d2313fcd589eee96a7a50"},
+ {file = "markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0bf2a864d67e76e5c9a34dc26ec616a66b9888e25e7b9460e1c76d3293bd9dbf"},
+ {file = "markupsafe-3.0.3-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bc51efed119bc9cfdf792cdeaa4d67e8f6fcccab66ed4bfdd6bde3e59bfcbb2f"},
+ {file = "markupsafe-3.0.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:068f375c472b3e7acbe2d5318dea141359e6900156b5b2ba06a30b169086b91a"},
+ {file = "markupsafe-3.0.3-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:7be7b61bb172e1ed687f1754f8e7484f1c8019780f6f6b0786e76bb01c2ae115"},
+ {file = "markupsafe-3.0.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:f9e130248f4462aaa8e2552d547f36ddadbeaa573879158d721bbd33dfe4743a"},
+ {file = "markupsafe-3.0.3-cp311-cp311-win32.whl", hash = "sha256:0db14f5dafddbb6d9208827849fad01f1a2609380add406671a26386cdf15a19"},
+ {file = "markupsafe-3.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:de8a88e63464af587c950061a5e6a67d3632e36df62b986892331d4620a35c01"},
+ {file = "markupsafe-3.0.3-cp311-cp311-win_arm64.whl", hash = "sha256:3b562dd9e9ea93f13d53989d23a7e775fdfd1066c33494ff43f5418bc8c58a5c"},
+ {file = "markupsafe-3.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d53197da72cc091b024dd97249dfc7794d6a56530370992a5e1a08983ad9230e"},
+ {file = "markupsafe-3.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1872df69a4de6aead3491198eaf13810b565bdbeec3ae2dc8780f14458ec73ce"},
+ {file = "markupsafe-3.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3a7e8ae81ae39e62a41ec302f972ba6ae23a5c5396c8e60113e9066ef893da0d"},
+ {file = "markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d6dd0be5b5b189d31db7cda48b91d7e0a9795f31430b7f271219ab30f1d3ac9d"},
+ {file = "markupsafe-3.0.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:94c6f0bb423f739146aec64595853541634bde58b2135f27f61c1ffd1cd4d16a"},
+ {file = "markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:be8813b57049a7dc738189df53d69395eba14fb99345e0a5994914a3864c8a4b"},
+ {file = "markupsafe-3.0.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:83891d0e9fb81a825d9a6d61e3f07550ca70a076484292a70fde82c4b807286f"},
+ {file = "markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:77f0643abe7495da77fb436f50f8dab76dbc6e5fd25d39589a0f1fe6548bfa2b"},
+ {file = "markupsafe-3.0.3-cp312-cp312-win32.whl", hash = "sha256:d88b440e37a16e651bda4c7c2b930eb586fd15ca7406cb39e211fcff3bf3017d"},
+ {file = "markupsafe-3.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:26a5784ded40c9e318cfc2bdb30fe164bdb8665ded9cd64d500a34fb42067b1c"},
+ {file = "markupsafe-3.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:35add3b638a5d900e807944a078b51922212fb3dedb01633a8defc4b01a3c85f"},
+ {file = "markupsafe-3.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e1cf1972137e83c5d4c136c43ced9ac51d0e124706ee1c8aa8532c1287fa8795"},
+ {file = "markupsafe-3.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:116bb52f642a37c115f517494ea5feb03889e04df47eeff5b130b1808ce7c219"},
+ {file = "markupsafe-3.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:133a43e73a802c5562be9bbcd03d090aa5a1fe899db609c29e8c8d815c5f6de6"},
+ {file = "markupsafe-3.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ccfcd093f13f0f0b7fdd0f198b90053bf7b2f02a3927a30e63f3ccc9df56b676"},
+ {file = "markupsafe-3.0.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:509fa21c6deb7a7a273d629cf5ec029bc209d1a51178615ddf718f5918992ab9"},
+ {file = "markupsafe-3.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a4afe79fb3de0b7097d81da19090f4df4f8d3a2b3adaa8764138aac2e44f3af1"},
+ {file = "markupsafe-3.0.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:795e7751525cae078558e679d646ae45574b47ed6e7771863fcc079a6171a0fc"},
+ {file = "markupsafe-3.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8485f406a96febb5140bfeca44a73e3ce5116b2501ac54fe953e488fb1d03b12"},
+ {file = "markupsafe-3.0.3-cp313-cp313-win32.whl", hash = "sha256:bdd37121970bfd8be76c5fb069c7751683bdf373db1ed6c010162b2a130248ed"},
+ {file = "markupsafe-3.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:9a1abfdc021a164803f4d485104931fb8f8c1efd55bc6b748d2f5774e78b62c5"},
+ {file = "markupsafe-3.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:7e68f88e5b8799aa49c85cd116c932a1ac15caaa3f5db09087854d218359e485"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:218551f6df4868a8d527e3062d0fb968682fe92054e89978594c28e642c43a73"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:3524b778fe5cfb3452a09d31e7b5adefeea8c5be1d43c4f810ba09f2ceb29d37"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4e885a3d1efa2eadc93c894a21770e4bc67899e3543680313b09f139e149ab19"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8709b08f4a89aa7586de0aadc8da56180242ee0ada3999749b183aa23df95025"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b8512a91625c9b3da6f127803b166b629725e68af71f8184ae7e7d54686a56d6"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9b79b7a16f7fedff2495d684f2b59b0457c3b493778c9eed31111be64d58279f"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:12c63dfb4a98206f045aa9563db46507995f7ef6d83b2f68eda65c307c6829eb"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:8f71bc33915be5186016f675cd83a1e08523649b0e33efdb898db577ef5bb009"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-win32.whl", hash = "sha256:69c0b73548bc525c8cb9a251cddf1931d1db4d2258e9599c28c07ef3580ef354"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-win_amd64.whl", hash = "sha256:1b4b79e8ebf6b55351f0d91fe80f893b4743f104bff22e90697db1590e47a218"},
+ {file = "markupsafe-3.0.3-cp313-cp313t-win_arm64.whl", hash = "sha256:ad2cf8aa28b8c020ab2fc8287b0f823d0a7d8630784c31e9ee5edea20f406287"},
+ {file = "markupsafe-3.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:eaa9599de571d72e2daf60164784109f19978b327a3910d3e9de8c97b5b70cfe"},
+ {file = "markupsafe-3.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c47a551199eb8eb2121d4f0f15ae0f923d31350ab9280078d1e5f12b249e0026"},
+ {file = "markupsafe-3.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f34c41761022dd093b4b6896d4810782ffbabe30f2d443ff5f083e0cbbb8c737"},
+ {file = "markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:457a69a9577064c05a97c41f4e65148652db078a3a509039e64d3467b9e7ef97"},
+ {file = "markupsafe-3.0.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e8afc3f2ccfa24215f8cb28dcf43f0113ac3c37c2f0f0806d8c70e4228c5cf4d"},
+ {file = "markupsafe-3.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:ec15a59cf5af7be74194f7ab02d0f59a62bdcf1a537677ce67a2537c9b87fcda"},
+ {file = "markupsafe-3.0.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:0eb9ff8191e8498cca014656ae6b8d61f39da5f95b488805da4bb029cccbfbaf"},
+ {file = "markupsafe-3.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2713baf880df847f2bece4230d4d094280f4e67b1e813eec43b4c0e144a34ffe"},
+ {file = "markupsafe-3.0.3-cp314-cp314-win32.whl", hash = "sha256:729586769a26dbceff69f7a7dbbf59ab6572b99d94576a5592625d5b411576b9"},
+ {file = "markupsafe-3.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:bdc919ead48f234740ad807933cdf545180bfbe9342c2bb451556db2ed958581"},
+ {file = "markupsafe-3.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:5a7d5dc5140555cf21a6fefbdbf8723f06fcd2f63ef108f2854de715e4422cb4"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:1353ef0c1b138e1907ae78e2f6c63ff67501122006b0f9abad68fda5f4ffc6ab"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1085e7fbddd3be5f89cc898938f42c0b3c711fdcb37d75221de2666af647c175"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1b52b4fb9df4eb9ae465f8d0c228a00624de2334f216f178a995ccdcf82c4634"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fed51ac40f757d41b7c48425901843666a6677e3e8eb0abcff09e4ba6e664f50"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f190daf01f13c72eac4efd5c430a8de82489d9cff23c364c3ea822545032993e"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e56b7d45a839a697b5eb268c82a71bd8c7f6c94d6fd50c3d577fa39a9f1409f5"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:f3e98bb3798ead92273dc0e5fd0f31ade220f59a266ffd8a4f6065e0a3ce0523"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5678211cb9333a6468fb8d8be0305520aa073f50d17f089b5b4b477ea6e67fdc"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-win32.whl", hash = "sha256:915c04ba3851909ce68ccc2b8e2cd691618c4dc4c4232fb7982bca3f41fd8c3d"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4faffd047e07c38848ce017e8725090413cd80cbc23d86e55c587bf979e579c9"},
+ {file = "markupsafe-3.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:32001d6a8fc98c8cb5c947787c5d08b0a50663d139f1305bac5885d98d9b40fa"},
+ {file = "markupsafe-3.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:15d939a21d546304880945ca1ecb8a039db6b4dc49b2c5a400387cdae6a62e26"},
+ {file = "markupsafe-3.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f71a396b3bf33ecaa1626c255855702aca4d3d9fea5e051b41ac59a9c1c41edc"},
+ {file = "markupsafe-3.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0f4b68347f8c5eab4a13419215bdfd7f8c9b19f2b25520968adfad23eb0ce60c"},
+ {file = "markupsafe-3.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e8fc20152abba6b83724d7ff268c249fa196d8259ff481f3b1476383f8f24e42"},
+ {file = "markupsafe-3.0.3-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:949b8d66bc381ee8b007cd945914c721d9aba8e27f71959d750a46f7c282b20b"},
+ {file = "markupsafe-3.0.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:3537e01efc9d4dccdf77221fb1cb3b8e1a38d5428920e0657ce299b20324d758"},
+ {file = "markupsafe-3.0.3-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:591ae9f2a647529ca990bc681daebdd52c8791ff06c2bfa05b65163e28102ef2"},
+ {file = "markupsafe-3.0.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:a320721ab5a1aba0a233739394eb907f8c8da5c98c9181d1161e77a0c8e36f2d"},
+ {file = "markupsafe-3.0.3-cp39-cp39-win32.whl", hash = "sha256:df2449253ef108a379b8b5d6b43f4b1a8e81a061d6537becd5582fba5f9196d7"},
+ {file = "markupsafe-3.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:7c3fb7d25180895632e5d3148dbdc29ea38ccb7fd210aa27acbd1201a1902c6e"},
+ {file = "markupsafe-3.0.3-cp39-cp39-win_arm64.whl", hash = "sha256:38664109c14ffc9e7437e86b4dceb442b0096dfe3541d7864d9cbe1da4cf36c8"},
+ {file = "markupsafe-3.0.3.tar.gz", hash = "sha256:722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698"},
+]
+
+[[package]]
+name = "marshmallow"
+version = "3.26.2"
+description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
+optional = false
+python-versions = ">=3.9"
+groups = ["main"]
+files = [
+ {file = "marshmallow-3.26.2-py3-none-any.whl", hash = "sha256:013fa8a3c4c276c24d26d84ce934dc964e2aa794345a0f8c7e5a7191482c8a73"},
+ {file = "marshmallow-3.26.2.tar.gz", hash = "sha256:bbe2adb5a03e6e3571b573f42527c6fe926e17467833660bebd11593ab8dfd57"},
+]
+
+[package.dependencies]
+packaging = ">=17.0"
+
+[package.extras]
+dev = ["marshmallow[tests]", "pre-commit (>=3.5,<5.0)", "tox"]
+docs = ["autodocsumm (==0.2.14)", "furo (==2024.8.6)", "sphinx (==8.1.3)", "sphinx-copybutton (==0.5.2)", "sphinx-issues (==5.0.0)", "sphinxext-opengraph (==0.9.1)"]
+tests = ["pytest", "simplejson"]
+
+[[package]]
+name = "mypy-extensions"
+version = "1.1.0"
+description = "Type system extensions for programs checked with the mypy type checker."
+optional = false
+python-versions = ">=3.8"
+groups = ["main"]
+files = [
+ {file = "mypy_extensions-1.1.0-py3-none-any.whl", hash = "sha256:1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505"},
+ {file = "mypy_extensions-1.1.0.tar.gz", hash = "sha256:52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558"},
+]
+
+[[package]]
+name = "packaging"
+version = "26.0"
+description = "Core utilities for Python packages"
+optional = false
+python-versions = ">=3.8"
+groups = ["main"]
+files = [
+ {file = "packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529"},
+ {file = "packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"},
+]
+
+[[package]]
+name = "pygments"
+version = "2.19.2"
+description = "Pygments is a syntax highlighting package written in Python."
+optional = false
+python-versions = ">=3.8"
+groups = ["main"]
+files = [
+ {file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"},
+ {file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"},
+]
+
+[package.extras]
+windows-terminal = ["colorama (>=0.4.6)"]
+
+[[package]]
+name = "pytz"
+version = "2026.1.post1"
+description = "World timezone definitions, modern and historical"
+optional = false
+python-versions = "*"
+groups = ["main"]
+files = [
+ {file = "pytz-2026.1.post1-py2.py3-none-any.whl", hash = "sha256:f2fd16142fda348286a75e1a524be810bb05d444e5a081f37f7affc635035f7a"},
+ {file = "pytz-2026.1.post1.tar.gz", hash = "sha256:3378dde6a0c3d26719182142c56e60c7f9af7e968076f31aae569d72a0358ee1"},
+]
+
+[[package]]
+name = "pyyaml"
+version = "6.0.3"
+description = "YAML parser and emitter for Python"
+optional = false
+python-versions = ">=3.8"
+groups = ["main"]
+files = [
+ {file = "PyYAML-6.0.3-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:c2514fceb77bc5e7a2f7adfaa1feb2fb311607c9cb518dbc378688ec73d8292f"},
+ {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9c57bb8c96f6d1808c030b1687b9b5fb476abaa47f0db9c0101f5e9f394e97f4"},
+ {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:efd7b85f94a6f21e4932043973a7ba2613b059c4a000551892ac9f1d11f5baf3"},
+ {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:22ba7cfcad58ef3ecddc7ed1db3409af68d023b7f940da23c6c2a1890976eda6"},
+ {file = "PyYAML-6.0.3-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:6344df0d5755a2c9a276d4473ae6b90647e216ab4757f8426893b5dd2ac3f369"},
+ {file = "PyYAML-6.0.3-cp38-cp38-win32.whl", hash = "sha256:3ff07ec89bae51176c0549bc4c63aa6202991da2d9a6129d7aef7f1407d3f295"},
+ {file = "PyYAML-6.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:5cf4e27da7e3fbed4d6c3d8e797387aaad68102272f8f9752883bc32d61cb87b"},
+ {file = "pyyaml-6.0.3-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:214ed4befebe12df36bcc8bc2b64b396ca31be9304b8f59e25c11cf94a4c033b"},
+ {file = "pyyaml-6.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:02ea2dfa234451bbb8772601d7b8e426c2bfa197136796224e50e35a78777956"},
+ {file = "pyyaml-6.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b30236e45cf30d2b8e7b3e85881719e98507abed1011bf463a8fa23e9c3e98a8"},
+ {file = "pyyaml-6.0.3-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:66291b10affd76d76f54fad28e22e51719ef9ba22b29e1d7d03d6777a9174198"},
+ {file = "pyyaml-6.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9c7708761fccb9397fe64bbc0395abcae8c4bf7b0eac081e12b809bf47700d0b"},
+ {file = "pyyaml-6.0.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:418cf3f2111bc80e0933b2cd8cd04f286338bb88bdc7bc8e6dd775ebde60b5e0"},
+ {file = "pyyaml-6.0.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5e0b74767e5f8c593e8c9b5912019159ed0533c70051e9cce3e8b6aa699fcd69"},
+ {file = "pyyaml-6.0.3-cp310-cp310-win32.whl", hash = "sha256:28c8d926f98f432f88adc23edf2e6d4921ac26fb084b028c733d01868d19007e"},
+ {file = "pyyaml-6.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:bdb2c67c6c1390b63c6ff89f210c8fd09d9a1217a465701eac7316313c915e4c"},
+ {file = "pyyaml-6.0.3-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:44edc647873928551a01e7a563d7452ccdebee747728c1080d881d68af7b997e"},
+ {file = "pyyaml-6.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:652cb6edd41e718550aad172851962662ff2681490a8a711af6a4d288dd96824"},
+ {file = "pyyaml-6.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:10892704fc220243f5305762e276552a0395f7beb4dbf9b14ec8fd43b57f126c"},
+ {file = "pyyaml-6.0.3-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:850774a7879607d3a6f50d36d04f00ee69e7fc816450e5f7e58d7f17f1ae5c00"},
+ {file = "pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b8bb0864c5a28024fac8a632c443c87c5aa6f215c0b126c449ae1a150412f31d"},
+ {file = "pyyaml-6.0.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1d37d57ad971609cf3c53ba6a7e365e40660e3be0e5175fa9f2365a379d6095a"},
+ {file = "pyyaml-6.0.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:37503bfbfc9d2c40b344d06b2199cf0e96e97957ab1c1b546fd4f87e53e5d3e4"},
+ {file = "pyyaml-6.0.3-cp311-cp311-win32.whl", hash = "sha256:8098f252adfa6c80ab48096053f512f2321f0b998f98150cea9bd23d83e1467b"},
+ {file = "pyyaml-6.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:9f3bfb4965eb874431221a3ff3fdcddc7e74e3b07799e0e84ca4a0f867d449bf"},
+ {file = "pyyaml-6.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7f047e29dcae44602496db43be01ad42fc6f1cc0d8cd6c83d342306c32270196"},
+ {file = "pyyaml-6.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fc09d0aa354569bc501d4e787133afc08552722d3ab34836a80547331bb5d4a0"},
+ {file = "pyyaml-6.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9149cad251584d5fb4981be1ecde53a1ca46c891a79788c0df828d2f166bda28"},
+ {file = "pyyaml-6.0.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5fdec68f91a0c6739b380c83b951e2c72ac0197ace422360e6d5a959d8d97b2c"},
+ {file = "pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ba1cc08a7ccde2d2ec775841541641e4548226580ab850948cbfda66a1befcdc"},
+ {file = "pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8dc52c23056b9ddd46818a57b78404882310fb473d63f17b07d5c40421e47f8e"},
+ {file = "pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:41715c910c881bc081f1e8872880d3c650acf13dfa8214bad49ed4cede7c34ea"},
+ {file = "pyyaml-6.0.3-cp312-cp312-win32.whl", hash = "sha256:96b533f0e99f6579b3d4d4995707cf36df9100d67e0c8303a0c55b27b5f99bc5"},
+ {file = "pyyaml-6.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:5fcd34e47f6e0b794d17de1b4ff496c00986e1c83f7ab2fb8fcfe9616ff7477b"},
+ {file = "pyyaml-6.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:64386e5e707d03a7e172c0701abfb7e10f0fb753ee1d773128192742712a98fd"},
+ {file = "pyyaml-6.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8da9669d359f02c0b91ccc01cac4a67f16afec0dac22c2ad09f46bee0697eba8"},
+ {file = "pyyaml-6.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2283a07e2c21a2aa78d9c4442724ec1eb15f5e42a723b99cb3d822d48f5f7ad1"},
+ {file = "pyyaml-6.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ee2922902c45ae8ccada2c5b501ab86c36525b883eff4255313a253a3160861c"},
+ {file = "pyyaml-6.0.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a33284e20b78bd4a18c8c2282d549d10bc8408a2a7ff57653c0cf0b9be0afce5"},
+ {file = "pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0f29edc409a6392443abf94b9cf89ce99889a1dd5376d94316ae5145dfedd5d6"},
+ {file = "pyyaml-6.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f7057c9a337546edc7973c0d3ba84ddcdf0daa14533c2065749c9075001090e6"},
+ {file = "pyyaml-6.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:eda16858a3cab07b80edaf74336ece1f986ba330fdb8ee0d6c0d68fe82bc96be"},
+ {file = "pyyaml-6.0.3-cp313-cp313-win32.whl", hash = "sha256:d0eae10f8159e8fdad514efdc92d74fd8d682c933a6dd088030f3834bc8e6b26"},
+ {file = "pyyaml-6.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:79005a0d97d5ddabfeeea4cf676af11e647e41d81c9a7722a193022accdb6b7c"},
+ {file = "pyyaml-6.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:5498cd1645aa724a7c71c8f378eb29ebe23da2fc0d7a08071d89469bf1d2defb"},
+ {file = "pyyaml-6.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8d1fab6bb153a416f9aeb4b8763bc0f22a5586065f86f7664fc23339fc1c1fac"},
+ {file = "pyyaml-6.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:34d5fcd24b8445fadc33f9cf348c1047101756fd760b4dacb5c3e99755703310"},
+ {file = "pyyaml-6.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:501a031947e3a9025ed4405a168e6ef5ae3126c59f90ce0cd6f2bfc477be31b7"},
+ {file = "pyyaml-6.0.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b3bc83488de33889877a0f2543ade9f70c67d66d9ebb4ac959502e12de895788"},
+ {file = "pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c458b6d084f9b935061bc36216e8a69a7e293a2f1e68bf956dcd9e6cbcd143f5"},
+ {file = "pyyaml-6.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7c6610def4f163542a622a73fb39f534f8c101d690126992300bf3207eab9764"},
+ {file = "pyyaml-6.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5190d403f121660ce8d1d2c1bb2ef1bd05b5f68533fc5c2ea899bd15f4399b35"},
+ {file = "pyyaml-6.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:4a2e8cebe2ff6ab7d1050ecd59c25d4c8bd7e6f400f5f82b96557ac0abafd0ac"},
+ {file = "pyyaml-6.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:93dda82c9c22deb0a405ea4dc5f2d0cda384168e466364dec6255b293923b2f3"},
+ {file = "pyyaml-6.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:02893d100e99e03eda1c8fd5c441d8c60103fd175728e23e431db1b589cf5ab3"},
+ {file = "pyyaml-6.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c1ff362665ae507275af2853520967820d9124984e0f7466736aea23d8611fba"},
+ {file = "pyyaml-6.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6adc77889b628398debc7b65c073bcb99c4a0237b248cacaf3fe8a557563ef6c"},
+ {file = "pyyaml-6.0.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a80cb027f6b349846a3bf6d73b5e95e782175e52f22108cfa17876aaeff93702"},
+ {file = "pyyaml-6.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:00c4bdeba853cc34e7dd471f16b4114f4162dc03e6b7afcc2128711f0eca823c"},
+ {file = "pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e1674c3ef6f541c35191caae2d429b967b99e02040f5ba928632d9a7f0f065"},
+ {file = "pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:16249ee61e95f858e83976573de0f5b2893b3677ba71c9dd36b9cf8be9ac6d65"},
+ {file = "pyyaml-6.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4ad1906908f2f5ae4e5a8ddfce73c320c2a1429ec52eafd27138b7f1cbe341c9"},
+ {file = "pyyaml-6.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:ebc55a14a21cb14062aa4162f906cd962b28e2e9ea38f9b4391244cd8de4ae0b"},
+ {file = "pyyaml-6.0.3-cp39-cp39-macosx_10_13_x86_64.whl", hash = "sha256:b865addae83924361678b652338317d1bd7e79b1f4596f96b96c77a5a34b34da"},
+ {file = "pyyaml-6.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c3355370a2c156cffb25e876646f149d5d68f5e0a3ce86a5084dd0b64a994917"},
+ {file = "pyyaml-6.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3c5677e12444c15717b902a5798264fa7909e41153cdf9ef7ad571b704a63dd9"},
+ {file = "pyyaml-6.0.3-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5ed875a24292240029e4483f9d4a4b8a1ae08843b9c54f43fcc11e404532a8a5"},
+ {file = "pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0150219816b6a1fa26fb4699fb7daa9caf09eb1999f3b70fb6e786805e80375a"},
+ {file = "pyyaml-6.0.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:fa160448684b4e94d80416c0fa4aac48967a969efe22931448d853ada8baf926"},
+ {file = "pyyaml-6.0.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:27c0abcb4a5dac13684a37f76e701e054692a9b2d3064b70f5e4eb54810553d7"},
+ {file = "pyyaml-6.0.3-cp39-cp39-win32.whl", hash = "sha256:1ebe39cb5fc479422b83de611d14e2c0d3bb2a18bbcb01f229ab3cfbd8fee7a0"},
+ {file = "pyyaml-6.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:2e71d11abed7344e42a8849600193d15b6def118602c4c176f748e4583246007"},
+ {file = "pyyaml-6.0.3.tar.gz", hash = "sha256:d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f"},
+]
+
+[[package]]
+name = "referencing"
+version = "0.37.0"
+description = "JSON Referencing + Python"
+optional = false
+python-versions = ">=3.10"
+groups = ["main"]
+files = [
+ {file = "referencing-0.37.0-py3-none-any.whl", hash = "sha256:381329a9f99628c9069361716891d34ad94af76e461dcb0335825aecc7692231"},
+ {file = "referencing-0.37.0.tar.gz", hash = "sha256:44aefc3142c5b842538163acb373e24cce6632bd54bdb01b21ad5863489f50d8"},
+]
+
+[package.dependencies]
+attrs = ">=22.2.0"
+rpds-py = ">=0.7.0"
+
+[[package]]
+name = "requests"
+version = "2.32.5"
+description = "Python HTTP for Humans."
+optional = false
+python-versions = ">=3.9"
+groups = ["main"]
+files = [
+ {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"},
+ {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"},
+]
+
+[package.dependencies]
+certifi = ">=2017.4.17"
+charset_normalizer = ">=2,<4"
+idna = ">=2.5,<4"
+urllib3 = ">=1.21.1,<3"
+
+[package.extras]
+socks = ["PySocks (>=1.5.6,!=1.5.7)"]
+use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
+
+[[package]]
+name = "rpds-py"
+version = "0.30.0"
+description = "Python bindings to Rust's persistent data structures (rpds)"
+optional = false
+python-versions = ">=3.10"
+groups = ["main"]
+files = [
+ {file = "rpds_py-0.30.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:679ae98e00c0e8d68a7fda324e16b90fd5260945b45d3b824c892cec9eea3288"},
+ {file = "rpds_py-0.30.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:4cc2206b76b4f576934f0ed374b10d7ca5f457858b157ca52064bdfc26b9fc00"},
+ {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:389a2d49eded1896c3d48b0136ead37c48e221b391c052fba3f4055c367f60a6"},
+ {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:32c8528634e1bf7121f3de08fa85b138f4e0dc47657866630611b03967f041d7"},
+ {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f207f69853edd6f6700b86efb84999651baf3789e78a466431df1331608e5324"},
+ {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:67b02ec25ba7a9e8fa74c63b6ca44cf5707f2fbfadae3ee8e7494297d56aa9df"},
+ {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c0e95f6819a19965ff420f65578bacb0b00f251fefe2c8b23347c37174271f3"},
+ {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_31_riscv64.whl", hash = "sha256:a452763cc5198f2f98898eb98f7569649fe5da666c2dc6b5ddb10fde5a574221"},
+ {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e0b65193a413ccc930671c55153a03ee57cecb49e6227204b04fae512eb657a7"},
+ {file = "rpds_py-0.30.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:858738e9c32147f78b3ac24dc0edb6610000e56dc0f700fd5f651d0a0f0eb9ff"},
+ {file = "rpds_py-0.30.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:da279aa314f00acbb803da1e76fa18666778e8a8f83484fba94526da5de2cba7"},
+ {file = "rpds_py-0.30.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:7c64d38fb49b6cdeda16ab49e35fe0da2e1e9b34bc38bd78386530f218b37139"},
+ {file = "rpds_py-0.30.0-cp310-cp310-win32.whl", hash = "sha256:6de2a32a1665b93233cde140ff8b3467bdb9e2af2b91079f0333a0974d12d464"},
+ {file = "rpds_py-0.30.0-cp310-cp310-win_amd64.whl", hash = "sha256:1726859cd0de969f88dc8673bdd954185b9104e05806be64bcd87badbe313169"},
+ {file = "rpds_py-0.30.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:a2bffea6a4ca9f01b3f8e548302470306689684e61602aa3d141e34da06cf425"},
+ {file = "rpds_py-0.30.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dc4f992dfe1e2bc3ebc7444f6c7051b4bc13cd8e33e43511e8ffd13bf407010d"},
+ {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:422c3cb9856d80b09d30d2eb255d0754b23e090034e1deb4083f8004bd0761e4"},
+ {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:07ae8a593e1c3c6b82ca3292efbe73c30b61332fd612e05abee07c79359f292f"},
+ {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:12f90dd7557b6bd57f40abe7747e81e0c0b119bef015ea7726e69fe550e394a4"},
+ {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:99b47d6ad9a6da00bec6aabe5a6279ecd3c06a329d4aa4771034a21e335c3a97"},
+ {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:33f559f3104504506a44bb666b93a33f5d33133765b0c216a5bf2f1e1503af89"},
+ {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_31_riscv64.whl", hash = "sha256:946fe926af6e44f3697abbc305ea168c2c31d3e3ef1058cf68f379bf0335a78d"},
+ {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:495aeca4b93d465efde585977365187149e75383ad2684f81519f504f5c13038"},
+ {file = "rpds_py-0.30.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d9a0ca5da0386dee0655b4ccdf46119df60e0f10da268d04fe7cc87886872ba7"},
+ {file = "rpds_py-0.30.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:8d6d1cc13664ec13c1b84241204ff3b12f9bb82464b8ad6e7a5d3486975c2eed"},
+ {file = "rpds_py-0.30.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:3896fa1be39912cf0757753826bc8bdc8ca331a28a7c4ae46b7a21280b06bb85"},
+ {file = "rpds_py-0.30.0-cp311-cp311-win32.whl", hash = "sha256:55f66022632205940f1827effeff17c4fa7ae1953d2b74a8581baaefb7d16f8c"},
+ {file = "rpds_py-0.30.0-cp311-cp311-win_amd64.whl", hash = "sha256:a51033ff701fca756439d641c0ad09a41d9242fa69121c7d8769604a0a629825"},
+ {file = "rpds_py-0.30.0-cp311-cp311-win_arm64.whl", hash = "sha256:47b0ef6231c58f506ef0b74d44e330405caa8428e770fec25329ed2cb971a229"},
+ {file = "rpds_py-0.30.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:a161f20d9a43006833cd7068375a94d035714d73a172b681d8881820600abfad"},
+ {file = "rpds_py-0.30.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6abc8880d9d036ecaafe709079969f56e876fcf107f7a8e9920ba6d5a3878d05"},
+ {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca28829ae5f5d569bb62a79512c842a03a12576375d5ece7d2cadf8abe96ec28"},
+ {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a1010ed9524c73b94d15919ca4d41d8780980e1765babf85f9a2f90d247153dd"},
+ {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f8d1736cfb49381ba528cd5baa46f82fdc65c06e843dab24dd70b63d09121b3f"},
+ {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d948b135c4693daff7bc2dcfc4ec57237a29bd37e60c2fabf5aff2bbacf3e2f1"},
+ {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47f236970bccb2233267d89173d3ad2703cd36a0e2a6e92d0560d333871a3d23"},
+ {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_31_riscv64.whl", hash = "sha256:2e6ecb5a5bcacf59c3f912155044479af1d0b6681280048b338b28e364aca1f6"},
+ {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a8fa71a2e078c527c3e9dc9fc5a98c9db40bcc8a92b4e8858e36d329f8684b51"},
+ {file = "rpds_py-0.30.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:73c67f2db7bc334e518d097c6d1e6fed021bbc9b7d678d6cc433478365d1d5f5"},
+ {file = "rpds_py-0.30.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:5ba103fb455be00f3b1c2076c9d4264bfcb037c976167a6047ed82f23153f02e"},
+ {file = "rpds_py-0.30.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:7cee9c752c0364588353e627da8a7e808a66873672bcb5f52890c33fd965b394"},
+ {file = "rpds_py-0.30.0-cp312-cp312-win32.whl", hash = "sha256:1ab5b83dbcf55acc8b08fc62b796ef672c457b17dbd7820a11d6c52c06839bdf"},
+ {file = "rpds_py-0.30.0-cp312-cp312-win_amd64.whl", hash = "sha256:a090322ca841abd453d43456ac34db46e8b05fd9b3b4ac0c78bcde8b089f959b"},
+ {file = "rpds_py-0.30.0-cp312-cp312-win_arm64.whl", hash = "sha256:669b1805bd639dd2989b281be2cfd951c6121b65e729d9b843e9639ef1fd555e"},
+ {file = "rpds_py-0.30.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:f83424d738204d9770830d35290ff3273fbb02b41f919870479fab14b9d303b2"},
+ {file = "rpds_py-0.30.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:e7536cd91353c5273434b4e003cbda89034d67e7710eab8761fd918ec6c69cf8"},
+ {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2771c6c15973347f50fece41fc447c054b7ac2ae0502388ce3b6738cd366e3d4"},
+ {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0a59119fc6e3f460315fe9d08149f8102aa322299deaa5cab5b40092345c2136"},
+ {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:76fec018282b4ead0364022e3c54b60bf368b9d926877957a8624b58419169b7"},
+ {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:692bef75a5525db97318e8cd061542b5a79812d711ea03dbc1f6f8dbb0c5f0d2"},
+ {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9027da1ce107104c50c81383cae773ef5c24d296dd11c99e2629dbd7967a20c6"},
+ {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_31_riscv64.whl", hash = "sha256:9cf69cdda1f5968a30a359aba2f7f9aa648a9ce4b580d6826437f2b291cfc86e"},
+ {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a4796a717bf12b9da9d3ad002519a86063dcac8988b030e405704ef7d74d2d9d"},
+ {file = "rpds_py-0.30.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5d4c2aa7c50ad4728a094ebd5eb46c452e9cb7edbfdb18f9e1221f597a73e1e7"},
+ {file = "rpds_py-0.30.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ba81a9203d07805435eb06f536d95a266c21e5b2dfbf6517748ca40c98d19e31"},
+ {file = "rpds_py-0.30.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:945dccface01af02675628334f7cf49c2af4c1c904748efc5cf7bbdf0b579f95"},
+ {file = "rpds_py-0.30.0-cp313-cp313-win32.whl", hash = "sha256:b40fb160a2db369a194cb27943582b38f79fc4887291417685f3ad693c5a1d5d"},
+ {file = "rpds_py-0.30.0-cp313-cp313-win_amd64.whl", hash = "sha256:806f36b1b605e2d6a72716f321f20036b9489d29c51c91f4dd29a3e3afb73b15"},
+ {file = "rpds_py-0.30.0-cp313-cp313-win_arm64.whl", hash = "sha256:d96c2086587c7c30d44f31f42eae4eac89b60dabbac18c7669be3700f13c3ce1"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:eb0b93f2e5c2189ee831ee43f156ed34e2a89a78a66b98cadad955972548be5a"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:922e10f31f303c7c920da8981051ff6d8c1a56207dbdf330d9047f6d30b70e5e"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cdc62c8286ba9bf7f47befdcea13ea0e26bf294bda99758fd90535cbaf408000"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:47f9a91efc418b54fb8190a6b4aa7813a23fb79c51f4bb84e418f5476c38b8db"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1f3587eb9b17f3789ad50824084fa6f81921bbf9a795826570bda82cb3ed91f2"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:39c02563fc592411c2c61d26b6c5fe1e51eaa44a75aa2c8735ca88b0d9599daa"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51a1234d8febafdfd33a42d97da7a43f5dcb120c1060e352a3fbc0c6d36e2083"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_31_riscv64.whl", hash = "sha256:eb2c4071ab598733724c08221091e8d80e89064cd472819285a9ab0f24bcedb9"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6bdfdb946967d816e6adf9a3d8201bfad269c67efe6cefd7093ef959683c8de0"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:c77afbd5f5250bf27bf516c7c4a016813eb2d3e116139aed0096940c5982da94"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:61046904275472a76c8c90c9ccee9013d70a6d0f73eecefd38c1ae7c39045a08"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:4c5f36a861bc4b7da6516dbdf302c55313afa09b81931e8280361a4f6c9a2d27"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-win32.whl", hash = "sha256:3d4a69de7a3e50ffc214ae16d79d8fbb0922972da0356dcf4d0fdca2878559c6"},
+ {file = "rpds_py-0.30.0-cp313-cp313t-win_amd64.whl", hash = "sha256:f14fc5df50a716f7ece6a80b6c78bb35ea2ca47c499e422aa4463455dd96d56d"},
+ {file = "rpds_py-0.30.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:68f19c879420aa08f61203801423f6cd5ac5f0ac4ac82a2368a9fcd6a9a075e0"},
+ {file = "rpds_py-0.30.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:ec7c4490c672c1a0389d319b3a9cfcd098dcdc4783991553c332a15acf7249be"},
+ {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f251c812357a3fed308d684a5079ddfb9d933860fc6de89f2b7ab00da481e65f"},
+ {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac98b175585ecf4c0348fd7b29c3864bda53b805c773cbf7bfdaffc8070c976f"},
+ {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3e62880792319dbeb7eb866547f2e35973289e7d5696c6e295476448f5b63c87"},
+ {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4e7fc54e0900ab35d041b0601431b0a0eb495f0851a0639b6ef90f7741b39a18"},
+ {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47e77dc9822d3ad616c3d5759ea5631a75e5809d5a28707744ef79d7a1bcfcad"},
+ {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:b4dc1a6ff022ff85ecafef7979a2c6eb423430e05f1165d6688234e62ba99a07"},
+ {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4559c972db3a360808309e06a74628b95eaccbf961c335c8fe0d590cf587456f"},
+ {file = "rpds_py-0.30.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:0ed177ed9bded28f8deb6ab40c183cd1192aa0de40c12f38be4d59cd33cb5c65"},
+ {file = "rpds_py-0.30.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:ad1fa8db769b76ea911cb4e10f049d80bf518c104f15b3edb2371cc65375c46f"},
+ {file = "rpds_py-0.30.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:46e83c697b1f1c72b50e5ee5adb4353eef7406fb3f2043d64c33f20ad1c2fc53"},
+ {file = "rpds_py-0.30.0-cp314-cp314-win32.whl", hash = "sha256:ee454b2a007d57363c2dfd5b6ca4a5d7e2c518938f8ed3b706e37e5d470801ed"},
+ {file = "rpds_py-0.30.0-cp314-cp314-win_amd64.whl", hash = "sha256:95f0802447ac2d10bcc69f6dc28fe95fdf17940367b21d34e34c737870758950"},
+ {file = "rpds_py-0.30.0-cp314-cp314-win_arm64.whl", hash = "sha256:613aa4771c99f03346e54c3f038e4cc574ac09a3ddfb0e8878487335e96dead6"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:7e6ecfcb62edfd632e56983964e6884851786443739dbfe3582947e87274f7cb"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:a1d0bc22a7cdc173fedebb73ef81e07faef93692b8c1ad3733b67e31e1b6e1b8"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d08f00679177226c4cb8c5265012eea897c8ca3b93f429e546600c971bcbae7"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5965af57d5848192c13534f90f9dd16464f3c37aaf166cc1da1cae1fd5a34898"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9a4e86e34e9ab6b667c27f3211ca48f73dba7cd3d90f8d5b11be56e5dbc3fb4e"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e5d3e6b26f2c785d65cc25ef1e5267ccbe1b069c5c21b8cc724efee290554419"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:626a7433c34566535b6e56a1b39a7b17ba961e97ce3b80ec62e6f1312c025551"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:acd7eb3f4471577b9b5a41baf02a978e8bdeb08b4b355273994f8b87032000a8"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fe5fa731a1fa8a0a56b0977413f8cacac1768dad38d16b3a296712709476fbd5"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:74a3243a411126362712ee1524dfc90c650a503502f135d54d1b352bd01f2404"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:3e8eeb0544f2eb0d2581774be4c3410356eba189529a6b3e36bbbf9696175856"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:dbd936cde57abfee19ab3213cf9c26be06d60750e60a8e4dd85d1ab12c8b1f40"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-win32.whl", hash = "sha256:dc824125c72246d924f7f796b4f63c1e9dc810c7d9e2355864b3c3a73d59ade0"},
+ {file = "rpds_py-0.30.0-cp314-cp314t-win_amd64.whl", hash = "sha256:27f4b0e92de5bfbc6f86e43959e6edd1425c33b5e69aab0984a72047f2bcf1e3"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:c2262bdba0ad4fc6fb5545660673925c2d2a5d9e2e0fb603aad545427be0fc58"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:ee6af14263f25eedc3bb918a3c04245106a42dfd4f5c2285ea6f997b1fc3f89a"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3adbb8179ce342d235c31ab8ec511e66c73faa27a47e076ccc92421add53e2bb"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:250fa00e9543ac9b97ac258bd37367ff5256666122c2d0f2bc97577c60a1818c"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9854cf4f488b3d57b9aaeb105f06d78e5529d3145b1e4a41750167e8c213c6d3"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:993914b8e560023bc0a8bf742c5f303551992dcb85e247b1e5c7f4a7d145bda5"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:58edca431fb9b29950807e301826586e5bbf24163677732429770a697ffe6738"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl", hash = "sha256:dea5b552272a944763b34394d04577cf0f9bd013207bc32323b5a89a53cf9c2f"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ba3af48635eb83d03f6c9735dfb21785303e73d22ad03d489e88adae6eab8877"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:dff13836529b921e22f15cb099751209a60009731a68519630a24d61f0b1b30a"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl", hash = "sha256:1b151685b23929ab7beec71080a8889d4d6d9fa9a983d213f07121205d48e2c4"},
+ {file = "rpds_py-0.30.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:ac37f9f516c51e5753f27dfdef11a88330f04de2d564be3991384b2f3535d02e"},
+ {file = "rpds_py-0.30.0.tar.gz", hash = "sha256:dd8ff7cf90014af0c0f787eea34794ebf6415242ee1d6fa91eaba725cc441e84"},
+]
+
+[[package]]
+name = "typing-extensions"
+version = "4.15.0"
+description = "Backported and Experimental Type Hints for Python 3.9+"
+optional = false
+python-versions = ">=3.9"
+groups = ["main"]
+files = [
+ {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"},
+ {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"},
+]
+
+[[package]]
+name = "typing-inspect"
+version = "0.9.0"
+description = "Runtime inspection utilities for typing module."
+optional = false
+python-versions = "*"
+groups = ["main"]
+files = [
+ {file = "typing_inspect-0.9.0-py3-none-any.whl", hash = "sha256:9ee6fc59062311ef8547596ab6b955e1b8aa46242d854bfc78f4f6b0eff35f9f"},
+ {file = "typing_inspect-0.9.0.tar.gz", hash = "sha256:b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78"},
+]
+
+[package.dependencies]
+mypy-extensions = ">=0.3.0"
+typing-extensions = ">=3.7.4"
+
+[[package]]
+name = "urllib3"
+version = "2.6.3"
+description = "HTTP library with thread-safe connection pooling, file post, and more."
+optional = false
+python-versions = ">=3.9"
+groups = ["main"]
+files = [
+ {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"},
+ {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"},
+]
+
+[package.extras]
+brotli = ["brotli (>=1.2.0) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=1.2.0.0) ; platform_python_implementation != \"CPython\""]
+h2 = ["h2 (>=4,<5)"]
+socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
+zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
+
+[metadata]
+lock-version = "2.1"
+python-versions = ">=3.13,<4.0"
+content-hash = "38720b421c7aa0fb99b13dfb6a4dce473673c3bb630f8b26f53ec3f5f726d453"
diff --git a/jsonschema/pyproject.toml b/jsonschema/pyproject.toml
new file mode 100644
index 0000000..f1b4a20
--- /dev/null
+++ b/jsonschema/pyproject.toml
@@ -0,0 +1,22 @@
+[project]
+name = "dcat-us-3"
+version = "0.1.0"
+description = ""
+authors = [
+ {name = "Datagov Team",email = "datagovhelp@gsa.gov"}
+]
+readme = "README.md"
+requires-python = ">=3.13,<4.0"
+dependencies = [
+ "jsonschema (>=4.26.0,<5.0.0)",
+ "json-schema-for-humans (>=1.5.1,<2.0.0)",
+ "click (>=8.3.1,<9.0.0)"
+]
+
+
+[build-system]
+requires = ["poetry-core>=2.0.0,<3.0.0"]
+build-backend = "poetry.core.masonry.api"
+
+[tool.poetry]
+package-mode = false