Class: DataReference
A reference to a data resource
URI: microscopemetrics_schema:DataReference
classDiagram
class DataReference
click DataReference href "../DataReference"
DataReference : data_uri
DataReference : omero_host
DataReference : omero_object_id
DataReference : omero_object_type
DataReference --> "0..1" OMEROObjectTypeEnum : omero_object_type
click OMEROObjectTypeEnum href "../OMEROObjectTypeEnum"
DataReference : omero_port
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
data_uri | 0..1 String |
The URI of the object data | direct |
omero_host | 0..1 String |
The host of the OMERO server | direct |
omero_port | 0..1 Integer |
The port of the OMERO server | direct |
omero_object_type | 0..1 OMEROObjectTypeEnum |
The type of the OMERO object | direct |
omero_object_id | 0..1 Integer |
The ID of the OMERO object | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | microscopemetrics_schema:DataReference |
native | microscopemetrics_schema:DataReference |
LinkML Source
Direct
name: DataReference
description: A reference to a data resource
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
slots:
- data_uri
- omero_host
- omero_port
- omero_object_type
- omero_object_id
unique_keys:
omero_reference:
unique_key_name: omero_reference
unique_key_slots:
- omero_host
- omero_object_type
- omero_object_id
description: A metrics object is uniquely identified by a combination of its OMERO
attributes
Induced
name: DataReference
description: A reference to a data resource
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
attributes:
data_uri:
name: data_uri
description: The URI of the object data
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: data_uri
owner: DataReference
domain_of:
- DataReference
range: string
omero_host:
name: omero_host
description: The host of the OMERO server
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: omero_host
owner: DataReference
domain_of:
- DataReference
range: string
omero_port:
name: omero_port
description: The port of the OMERO server
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: omero_port
owner: DataReference
domain_of:
- DataReference
range: integer
omero_object_type:
name: omero_object_type
description: The type of the OMERO object
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: omero_object_type
owner: DataReference
domain_of:
- DataReference
range: OMEROObjectTypeEnum
omero_object_id:
name: omero_object_id
description: The ID of the OMERO object
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: omero_object_id
owner: DataReference
domain_of:
- DataReference
range: integer
unique_keys:
omero_reference:
unique_key_name: omero_reference
unique_key_slots:
- omero_host
- omero_object_type
- omero_object_id
description: A metrics object is uniquely identified by a combination of its OMERO
attributes