Slot: id

A unique identifier for the entry within the MaRDA registry namespace, this should be a shorthand label rather than a UUID. Only lower-case alphanumeric and dash (“-”) characters are permitted.

URI: schema_org:identifier

Applicable Classes

Name

Description

Modifies Slot

Extractor

A script, code, or web service that, when executed, can extract information f…

no

SupportedFileType

An specification of a FileType, supported by the parent Extractor

no

FileType

A specific encoding of data for storage purposes

no

Properties

  • Range: String

  • Required: True

  • Regex pattern: ^[a-z]+[a-z,0-9,-]*[a-z,0-9]+$

Identifier and Mapping Information

Schema Source

  • from schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/

LinkML Source

name: id
description: A unique identifier for the entry within the MaRDA registry namespace,
  this should be a shorthand label rather than a UUID. Only lower-case alphanumeric
  and dash ("-") characters are permitted.
from_schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/
rank: 1000
slot_uri: schema_org:identifier
identifier: true
alias: id
domain_of:
- Extractor
- SupportedFileType
- FileType
range: string
required: true
pattern: ^[a-z]+[a-z,0-9,-]*[a-z,0-9]+$