Skip to content

Class: File Metadata (FileMetadata)

Metadata about the contents of the file.

URI: anvil:FileMetadata

classDiagram class FileMetadata click FileMetadata href "../FileMetadata" Thing <|-- FileMetadata click Thing href "../Thing" FileMetadata : code FileMetadata : display FileMetadata : external_id FileMetadata : id FileMetadata : value_code FileMetadata : value_display

Inheritance

Slots

Name Cardinality and Range Description Inheritance
code 0..1
Uriorcurie
The structured term defining the meaning of the assertion direct
display 0..1
String
The friendly display string of the coded term direct
value_code 0..1
Uriorcurie
The structured term defining the value of the assertion direct
value_display 0..1
String
The friendly display string of the coded term for the value of the assertion direct
id 1
String
ID associated with a class Thing
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... Thing

Usages

used by used in type used
File file_metadata range FileMetadata

Identifier and Mapping Information

Schema Source

  • from schema: https://anvilproject.org/acr-harmonized-data-model

Mappings

Mapping Type Mapped Value
self anvil:FileMetadata
native anvil:FileMetadata

LinkML Source

Direct

name: FileMetadata
description: Metadata about the contents of the file.
title: File Metadata
from_schema: https://anvilproject.org/acr-harmonized-data-model
is_a: Thing
slots:
- code
- display
- value_code
- value_display

Induced

name: FileMetadata
description: Metadata about the contents of the file.
title: File Metadata
from_schema: https://anvilproject.org/acr-harmonized-data-model
is_a: Thing
attributes:
  code:
    name: code
    description: The structured term defining the meaning of the assertion.
    title: Assertion Code
    from_schema: https://anvilproject.org/acr-harmonized-data-model
    rank: 1000
    alias: code
    owner: FileMetadata
    domain_of:
    - SubjectAssertion
    - FileMetadata
    range: uriorcurie
  display:
    name: display
    description: The friendly display string of the coded term
    title: Display String
    from_schema: https://anvilproject.org/acr-harmonized-data-model
    rank: 1000
    alias: display
    owner: FileMetadata
    domain_of:
    - SubjectAssertion
    - FileMetadata
    range: string
  value_code:
    name: value_code
    description: The structured term defining the value of the assertion.
    title: Value Code
    from_schema: https://anvilproject.org/acr-harmonized-data-model
    rank: 1000
    alias: value_code
    owner: FileMetadata
    domain_of:
    - SubjectAssertion
    - FileMetadata
    range: uriorcurie
  value_display:
    name: value_display
    description: The friendly display string of the coded term for the value of the
      assertion.
    title: Value Display String
    from_schema: https://anvilproject.org/acr-harmonized-data-model
    rank: 1000
    alias: value_display
    owner: FileMetadata
    domain_of:
    - SubjectAssertion
    - FileMetadata
    range: string
  id:
    name: id
    description: ID associated with a class
    title: ID
    from_schema: https://anvilproject.org/acr-harmonized-data-model
    rank: 1000
    identifier: true
    alias: id
    owner: FileMetadata
    domain_of:
    - Thing
    range: string
    required: true
    multivalued: false
  external_id:
    name: external_id
    description: Other identifiers for this entity, eg, from the submitting study
      or in systems link dbGaP
    title: External Identifiers
    from_schema: https://anvilproject.org/acr-harmonized-data-model
    rank: 1000
    alias: external_id
    owner: FileMetadata
    domain_of:
    - Thing
    range: uriorcurie
    required: false
    multivalued: true