Class: Document

A description of documents used, or produced in the generation of your dataset.

__

URI: schema:DigitalDocument

diagram

Slots

Name Cardinality and Range Description Inheritance
id 1
String
An identifier chosen from the range given to your work package by WP1 direct
metadataPublisherId 1
PersonOrOrganization
The MBO Persistent IDentifier (mPID) of the person who entered this row of da... direct
metadataDescribedForActionId 1
Action
The Action which resulted in this metadata record being described direct
name 1
String
A name/title direct
alternateName 0..1
String
An alternative name direct
identifiers *
String
A generic identifier for this entity direct
description 0..1
String
A description for this entity direct
abstract 0..1
String
A short description summarising this entity direct
keywords *
String
Key words classifying this entity direct
availableLanguages *
String
The languages in which it is possible to communicate with this contact direct
aboutTaxonMboIds *
Taxon
The MBO Ids of the taxa observed in your dataset direct
spatialCoveragePlaceMboId *
Place
A place defining the spatial coverage of the dataset direct
temporalCoverage 0..1
String
The temporal range which this dataset covers direct
basedOnIds *
Uri
The URL PID of any datasets which yours is based on direct
audienceMboIds *
Audience
The intended audiences for this entity direct
authorId *
PersonOrOrganization
The Permanent Identifier of person or organization who created this entity direct
contributorIds *
PersonOrOrganization
The Permanent Identifiers of people or organizations who contributed to the e... direct
ownerId 0..1
PersonOrOrganization
The Permanent Identifier of an person or organization who owns the entity direct
maintainerId 0..1
PersonOrOrganization
The Permanent Identifier of an person or organization who maintains this enti... direct
publisherId 0..1
PersonOrOrganization
The Permanent Identifier of an person or organization who created the entity direct
publishingStatusMboId 0..1
PublishingStatusDefinedTerm
The publishing status of the entity direct
dateCreated 0..1
String
direct
dateModified *
String
direct
datePublished 0..1
String
direct
inProgressDate 0..1
String
The point in time when you expect that the thing (e direct
licenseMboId 0..1
License
The MBO PID of the license which covers the entity you are describing direct
embargoStatementMboId 0..1
EmbargoStatement
an MBO identifier for Embargo information direct
conditionsOfAccess 0..1
String
A description of how the data may be accessed; for use when data is not publi... direct
url 0..1
SchemaURL
The URL of the entity you are describing direct
version 0..1
String
The version of this entity, for example `1 direct
landingPage *
SchemaURL
The digital location where the dataset can be acquired direct

Usages

used by used in type used
HowTo citeDocumentMboIds range Document
HowToStep citeDocumentMboIds range Document
Instrument subjectOfDocumentMboIds range Document
Platform subjectOfDocumentMboIds range Document

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/marco-bolo/csv-input-classes

Mappings

Mapping Type Mapped Value
self schema:DigitalDocument
native mbo:Document

LinkML Source

Direct

name: Document
description: 'A description of documents used, or produced in the generation of your
  dataset.

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
slots:
- id
- metadataPublisherId
- metadataDescribedForActionId
- name
- alternateName
- identifiers
- description
- abstract
- keywords
- availableLanguages
- aboutTaxonMboIds
- spatialCoveragePlaceMboId
- temporalCoverage
- basedOnIds
- audienceMboIds
- authorId
- contributorIds
- ownerId
- maintainerId
- publisherId
- publishingStatusMboId
- dateCreated
- dateModified
- datePublished
- inProgressDate
- licenseMboId
- embargoStatementMboId
- conditionsOfAccess
- url
- version
- landingPage
class_uri: schema:DigitalDocument

Induced

name: Document
description: 'A description of documents used, or produced in the generation of your
  dataset.

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
attributes:
  id:
    name: id
    description: 'An identifier chosen from the range given to your work package by
      WP1.

      '
    title: MBO Permanent Identifier
    comments:
    - "This is the identifier (mPID) for this row of the spreadsheet \nand for whatever\
      \ information is being described in this row. \nIt must start with `mbo_`, only\
      \ use printable ASCII characters\nand should be unique in this column. \n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    identifier: true
    alias: id
    owner: Document
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - PersonOrOrganization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: string
    required: true
    pattern: ^mbo_[a-zA-Z0-9_-]+$
  metadataPublisherId:
    name: metadataPublisherId
    description: 'The MBO Persistent IDentifier (mPID) of the person who entered this
      row of data.

      '
    title: Data Entry Person (mPID - you)
    comments:
    - 'Should be an mPID from the first column of Person.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:creator
    alias: metadataPublisherId
    owner: Document
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Person
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: PersonOrOrganization
    required: true
    multivalued: false
  metadataDescribedForActionId:
    name: metadataDescribedForActionId
    description: 'The [Action](#action) which resulted in this metadata record being
      described.


      Is likely to be the Action associated with a MARCO-BOLO Task.

      '
    title: Data Entered for Action (mPID)
    comments:
    - "The mPID from the first column of the Action.csv. \nNote that you can reference\
      \ the same mPID in multiple rows.\n\nUses the <https://w3id.org/marco-bolo/isResultOf>\
      \ predicate but ultimately ends up being \nrepresented as a triple in the form\
      \ `<action> schema:result <this-entity>`.\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: mbo:isResultOf
    alias: metadataDescribedForActionId
    owner: Document
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Person
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: Action
    required: true
    multivalued: false
  name:
    name: name
    description: A name/title
    title: Name
    comments:
    - "The commonly used name. \nFor example: `MBA` for Marine Biological Association\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Document
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: string
    required: true
    multivalued: false
  alternateName:
    name: alternateName
    description: An alternative name.
    title: Alternate Name
    comments:
    - "A less commonly used name for the same entity. \nFor example: \n`DASSH` for\
      \ MBA\n`ICES Survey Protocol` for Manual for the International Bottom Trawl\
      \ Surveys\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:alternateName
    alias: alternateName
    owner: Document
    domain_of:
    - Organization
    - Document
    - Instrument
    - Platform
    range: string
    required: false
    multivalued: false
  identifiers:
    name: identifiers
    description: A generic identifier for this entity. Should not hold the MBO identifier.
    title: Identifiers
    comments:
    - 'Can include any kind on non-MBO identifiers like ROR, ORCID, DOI, ISBNs, IGSN,
      UUIDs, etc.

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:identifier
    alias: identifiers
    owner: Document
    domain_of:
    - Person
    - Organization
    - Document
    - Instrument
    - Platform
    range: string
    required: false
    multivalued: true
  description:
    name: description
    description: A description for this entity.
    title: Description
    comments:
    - 'A concise one-sentence summary of the main point or purpose.

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Document
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Document
    - Instrument
    - Platform
    range: string
    required: false
    multivalued: false
  abstract:
    name: abstract
    description: A short description summarising this entity.
    title: Abstract
    comments:
    - "A brief summary that captures the essence of this entity in ~ 1-5 sentences.\
      \ \nThink of this as what would appear in search results or catalog listings,\n\
      it should quickly convey the main purpose or key points without technical details.\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:abstract
    alias: abstract
    owner: Document
    domain_of:
    - Action
    - HowToStep
    - Document
    range: string
    required: false
    multivalued: false
  keywords:
    name: keywords
    description: Key words classifying this entity.
    title: Keywords
    comments:
    - 'Separate multiple keyword with a ''|''.

      e.g. Whales|Population Genetics

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:keywords
    alias: keywords
    owner: Document
    domain_of:
    - Dataset
    - Organization
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    - Instrument
    - Platform
    range: string
    required: false
    multivalued: true
  availableLanguages:
    name: availableLanguages
    description: 'The languages in which it is possible to communicate with this contact.

      '
    title: Available Languages (en)
    comments:
    - 'Languages should be supplied as [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
      language sub-tags.

      For full list see: https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry


      For example: `es` (Spanish)

      Pipe-delimited when there are multiple values


      There is no currently no validation performed on this field, please make sure
      it is accurate.

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:availableLanguage
    alias: availableLanguages
    owner: Document
    domain_of:
    - ContactPoint
    - Document
    range: string
    required: false
    multivalued: true
  aboutTaxonMboIds:
    name: aboutTaxonMboIds
    description: The MBO Ids of the taxa observed in your dataset.
    title: Taxa (mPIDs)
    comments:
    - 'mPID(s) from the first column of the Taxon.csv

      Pipe-delimited when there are multiple values

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:about
    alias: aboutTaxonMboIds
    owner: Document
    domain_of:
    - Dataset
    - Document
    range: Taxon
    required: false
    multivalued: true
  spatialCoveragePlaceMboId:
    name: spatialCoveragePlaceMboId
    description: A place defining the spatial coverage of the dataset.
    title: Spatial Coverage (Place - mPID)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:spatialCoverage
    alias: spatialCoveragePlaceMboId
    owner: Document
    domain_of:
    - Dataset
    - Document
    range: Place
    required: false
    multivalued: true
  temporalCoverage:
    name: temporalCoverage
    description: 'The temporal range which this dataset covers.

      '
    title: Temporal Coverage
    comments:
    - 'For example: `2012-01/2013-02`.


      Must conform to the [ISO8601 time interal specification](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals).

      The MBO project only currently supports the start&end variety.

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:temporalCoverage
    alias: temporalCoverage
    owner: Document
    domain_of:
    - Dataset
    - Document
    range: string
    required: false
    pattern: ^([+-]?\d{4}((-?(-?(W[0-5][0-9]|[0-1][0-9])|([0-3][0-9][0-9])|((W[0-5][0-9]-?[0-7]|[0-3][0-9][0-9]|[0-1][0-9]-?[0-3][0-9])(T[0-2][0-9](:?[0-5][0-9](:?[0-5][0-9](\.\d+)?)?)?(Z|([+-][0-2][0-9](:?[0-5][0-9])?))?)?)))?)?)/(\.\.|[+-]?\d{4}((-?(-?(W[0-5][0-9]|[0-1][0-9])|([0-3][0-9][0-9])|((W[0-5][0-9]-?[0-7]|[0-3][0-9][0-9]|[0-1][0-9]-?[0-3][0-9])(T[0-2][0-9](:?[0-5][0-9](:?[0-5][0-9](\.\d+)?)?)?(Z|([+-][0-2][0-9](:?[0-5][0-9])?))?)?)))?)?)$
  basedOnIds:
    name: basedOnIds
    description: 'The URL PID of any datasets which yours is based on.

      '
    title: Based On (URL PIDs)
    comments:
    - "WARNING: There are no foreign key checks.\n\nFor example: `https://example.com`,\
      \ `http://example.com`, \n`ftp://ftp.example.org/data`, `doi:10.1000/example123`\n\
      \nPipe-delimited when there are multiple values\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:isBasedOn
    alias: basedOnIds
    owner: Document
    domain_of:
    - Dataset
    - Document
    range: uri
    required: false
    multivalued: true
  audienceMboIds:
    name: audienceMboIds
    description: 'The intended audiences for this entity.

      '
    title: Audiences (mPIDs)
    comments:
    - 'Should be an mPID from the first column of Audience.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:audience
    alias: audienceMboIds
    owner: Document
    domain_of:
    - HowToStep
    - HowToTip
    - Dataset
    - DataDownload
    - Service
    - Document
    range: Audience
    required: false
    multivalued: true
  authorId:
    name: authorId
    description: The Permanent Identifier of person or organization who created this
      entity.
    title: Author (mPID)
    comments:
    - 'Should be an mPID from the first column of either Person.csv or Organization.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:author
    alias: authorId
    owner: Document
    domain_of:
    - Dataset
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    range: PersonOrOrganization
    required: false
    multivalued: true
  contributorIds:
    name: contributorIds
    description: The Permanent Identifiers of people or organizations who contributed
      to the entity.
    title: Contributors (mPIDs)
    comments:
    - 'Should be an mPID from the first column of either Person.csv or Organization.csv

      Pipe-delimited when there are multiple values.

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:contributor
    alias: contributorIds
    owner: Document
    domain_of:
    - HowToStep
    - Dataset
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    range: PersonOrOrganization
    required: false
    multivalued: true
  ownerId:
    name: ownerId
    description: 'The Permanent Identifier of an person or organization who owns the
      entity.

      '
    title: Owner (mPID)
    comments:
    - 'Should be an mPID from the first column of either Person.csv or Organization.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:copyrightHolder
    alias: ownerId
    owner: Document
    domain_of:
    - Dataset
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    - Instrument
    - Platform
    range: PersonOrOrganization
    required: false
    multivalued: false
  maintainerId:
    name: maintainerId
    description: The Permanent Identifier of an person or organization who maintains
      this entity.
    title: Maintainer (mPID)
    comments:
    - 'Should be an mPID from the first column of either Person.csv or Organization.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:maintainer
    alias: maintainerId
    owner: Document
    domain_of:
    - Dataset
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    - Instrument
    range: PersonOrOrganization
    required: false
    multivalued: false
  publisherId:
    name: publisherId
    description: The Permanent Identifier of an person or organization who created
      the entity.
    title: Publisher (mPID)
    comments:
    - 'Should be an mPID from the first column of either Person.csv or Organization.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:publisher
    alias: publisherId
    owner: Document
    domain_of:
    - Dataset
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    range: PersonOrOrganization
    required: false
    multivalued: false
  publishingStatusMboId:
    name: publishingStatusMboId
    description: The publishing status of the entity.
    title: Publishing Status (mPID)
    comments:
    - 'Should be an mPID from the first column of PublishingStatusDefinedTerm.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:creativeWorkStatus
    alias: publishingStatusMboId
    owner: Document
    domain_of:
    - Dataset
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    range: PublishingStatusDefinedTerm
    required: false
    multivalued: false
  dateCreated:
    name: dateCreated
    title: Date Created
    comments:
    - 'A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format

      For example: `2025`

      `2025-12`

      `2025-12-31`

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:dateCreated
    alias: dateCreated
    owner: Document
    domain_of:
    - Dataset
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    range: string
    required: false
    multivalued: false
    pattern: ^(\d{4}(-\d{2}(-\d{2})?)?)$
  dateModified:
    name: dateModified
    title: Dates Modified
    comments:
    - 'A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format

      For example: `2025`

      `2025-12`

      `2025-12-31`


      Pipe-delimited when there are multiple values

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:dateModified
    alias: dateModified
    owner: Document
    domain_of:
    - Dataset
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    range: string
    required: false
    multivalued: true
    pattern: ^(\d{4}(-\d{2}(-\d{2})?)?)$
  datePublished:
    name: datePublished
    title: Date Published
    comments:
    - 'A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format

      For example: `2025`

      `2025-12`

      `2025-12-31`

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:datePublished
    alias: datePublished
    owner: Document
    domain_of:
    - Dataset
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    range: string
    required: false
    multivalued: false
    pattern: ^(\d{4}(-\d{2}(-\d{2})?)?)$
  inProgressDate:
    name: inProgressDate
    description: The point in time when you expect that the thing (e.g. data, document)
      will be accessible.
    title: In Progress Date
    comments:
    - 'A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format

      For example: `2025`

      `2025-12`

      `2025-12-31`

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: mbo:inProgressDate
    alias: inProgressDate
    owner: Document
    domain_of:
    - Dataset
    - Document
    range: string
    required: false
    multivalued: false
    pattern: ^(\d{4}(-\d{2}(-\d{2})?)?)$
  licenseMboId:
    name: licenseMboId
    description: The MBO PID of the license which covers the entity you are describing.
    title: License (mPID)
    comments:
    - 'If you are unsure, please use ''undefined'' as a placeholder until

      you can update it.

      If restriction is needed, please use ''Restricted. Please contact product owner.''

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:license
    alias: licenseMboId
    owner: Document
    domain_of:
    - Dataset
    - DataDownload
    - Document
    range: License
    required: false
  embargoStatementMboId:
    name: embargoStatementMboId
    description: an MBO identifier for Embargo information
    title: Embargo Statement (mPID)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:usageInfo
    alias: embargoStatementMboId
    owner: Document
    domain_of:
    - Dataset
    - Document
    range: EmbargoStatement
    required: false
    multivalued: false
  conditionsOfAccess:
    name: conditionsOfAccess
    description: A description of how the data may be accessed; for use when data
      is not publicly accessible.
    title: Conditions of Access
    comments:
    - "For example: `Access controlled by [Country] Fisheries Management Authority\
      \ due to commercial sensitivity \nand resource management considerations. Contact\
      \ [specific office/person] at [contact details]`\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:conditionsOfAccess
    alias: conditionsOfAccess
    owner: Document
    domain_of:
    - Dataset
    - Document
    range: string
    required: false
    multivalued: false
  url:
    name: url
    description: The URL of the entity you are describing.
    title: URL
    comments:
    - 'Must include the protocol (scheme) and should follow RFC 3986 standards


      For example: `https://example.com`, `http://example.com`

      `ftp://ftp.example.org/data`, `doi:10.1000/example123`, `urn:isbn:1234567890`,
      `mailto:contact@example.com`

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: Document
    domain_of:
    - HowTo
    - HowToStep
    - Organization
    - Service
    - MonetaryGrant
    - Document
    - Instrument
    - Platform
    range: schemaURL
    required: false
    multivalued: false
  version:
    name: version
    description: The version of this entity, for example `1.0`.
    title: Version
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:version
    alias: version
    owner: Document
    domain_of:
    - DataDownload
    - Document
    range: string
    required: false
    multivalued: false
  landingPage:
    name: landingPage
    description: The digital location where the dataset can be acquired.
    title: Landing Pages (URLs)
    comments:
    - "For example: `https://example.com`, `http://example.com`, \n`ftp://ftp.example.org/data`,\
      \ `doi:10.1000/example123`\n\nPipe-delimited when there are multiple values\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:url
    alias: landingPage
    owner: Document
    domain_of:
    - Dataset
    - Document
    subproperty_of: url
    range: schemaURL
    required: false
    multivalued: true
class_uri: schema:DigitalDocument