Class: OntologyTerm
classDiagram
class OntologyTerm
click OntologyTerm href "../OntologyTerm/"
NamedThing <|-- OntologyTerm
click NamedThing href "../NamedThing/"
OntologyTerm : definition
OntologyTerm : description
OntologyTerm : id
OntologyTerm : label
OntologyTerm : ontology
OntologyTerm : title
Inheritance
- NamedThing
- OntologyTerm
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| label | 0..1 String |
direct | |
| definition | 0..1 String |
direct | |
| ontology | 0..1 String |
direct | |
| id | 1 Uriorcurie |
Globally unique identifier as an IRI or CURIE for machine processing and exte... | NamedThing |
| title | 0..1 String |
NamedThing | |
| description | 0..1 String |
NamedThing |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Sample | organism | range | OntologyTerm |
| Sample | anatomy | range | OntologyTerm |
| Sample | cell_type | range | OntologyTerm |
| ImageFeature | terms | range | OntologyTerm |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lambda-ber-schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | lambdaber:OntologyTerm |
| native | lambdaber:OntologyTerm |
LinkML Source
Direct
name: OntologyTerm
from_schema: https://w3id.org/lambda-ber-schema/
is_a: NamedThing
attributes:
label:
name: label
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- OntologyTerm
range: string
definition:
name: definition
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- OntologyTerm
range: string
ontology:
name: ontology
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- OntologyTerm
range: string
Induced
name: OntologyTerm
from_schema: https://w3id.org/lambda-ber-schema/
is_a: NamedThing
attributes:
label:
name: label
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: label
owner: OntologyTerm
domain_of:
- OntologyTerm
range: string
definition:
name: definition
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: definition
owner: OntologyTerm
domain_of:
- OntologyTerm
range: string
ontology:
name: ontology
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: ontology
owner: OntologyTerm
domain_of:
- OntologyTerm
range: string
id:
name: id
description: Globally unique identifier as an IRI or CURIE for machine processing
and external references. Used for linking data across systems and semantic web
integration.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
identifier: true
alias: id
owner: OntologyTerm
domain_of:
- NamedThing
range: uriorcurie
required: true
title:
name: title
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
slot_uri: dcterms:title
alias: title
owner: OntologyTerm
domain_of:
- NamedThing
range: string
description:
name: description
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: description
owner: OntologyTerm
domain_of:
- NamedThing
- AttributeGroup
range: string