Class: Tag
A tag
- NOTE: this is an abstract class and should not be instantiated directly
URI: microscopemetrics_schema:Tag
classDiagram
class Tag
Tag : description
Tag : id
Tag : text
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 Integer |
The id of the tag | direct |
text | 1..1 String |
The text of the tag | direct |
description | 0..1 String |
The description of the tag | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | microscopemetrics_schema:Tag |
native | microscopemetrics_schema:Tag |
LinkML Source
Direct
name: Tag
description: A tag
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
abstract: true
attributes:
id:
name: id
description: The id of the tag
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
multivalued: false
identifier: true
range: integer
required: true
text:
name: text
description: The text of the tag
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
rank: 1000
multivalued: false
range: string
required: true
description:
name: description
description: The description of the tag
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
multivalued: false
range: string
required: false
Induced
name: Tag
description: A tag
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
abstract: true
attributes:
id:
name: id
description: The id of the tag
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
multivalued: false
identifier: true
alias: id
owner: Tag
domain_of:
- Tag
range: integer
required: true
text:
name: text
description: The text of the tag
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
rank: 1000
multivalued: false
alias: text
owner: Tag
domain_of:
- Tag
- Comment
range: string
required: true
description:
name: description
description: The description of the tag
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
multivalued: false
alias: description
owner: Tag
domain_of:
- NamedObject
- Roi
- Tag
range: string
required: false