EVORAO

Slot: format (format)

The file type or format that indicates how the data within the file is structured.

URI: EVORAO:format Alias: format

Applicable Classes

Name Description Modifies Slot
File Digital document or record stored in a specific format that contains data or … yes
Data Subclass of File representing structured or unstructured datasets, often used… no
Audio Subclass of File representing sound recordings or audio tracks no
Video Subclass of File representing moving visual media, such as recordings, presen… no
Image Subclass of File representing visual content such as pictures, diagrams, or i… no
Document Subclass of File representing textual or written files such as reports, manua… no

Properties

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self EVORAO:format
native EVORAO:format
exact schema:fileFormat, dct:format
close schema:encodingFormat

LinkML Source

```yaml name: format description: The file type or format that indicates how the data within the file is structured. title: format from_schema: https://w3id.org/evorao/ exact_mappings: - schema:fileFormat - dct:format close_mappings: - schema:encodingFormat rank: 1000 alias: format domain_of: - File range: string required: true multivalued: false ```