Slot: id
A unique identifier for the entry within the Datatractor Yard namespace, this should be a shorthand label rather than a UUID. Only lower-case alphanumeric and dash (“-”) characters are permitted.
Applicable Classes
Name |
Description |
Modifies Slot |
---|---|---|
A script, code, or web service that, when executed, can extract information f… |
no |
|
An specification of a |
no |
|
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://datatractor.github.io/schema/main/datatractor_schema/
LinkML Source
name: id
description: A unique identifier for the entry within the Datatractor Yard namespace,
this should be a shorthand label rather than a UUID. Only lower-case alphanumeric
and dash ("-") characters are permitted.
from_schema: https://datatractor.github.io/schema/main/datatractor_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]+$