Skip to content

Class: OntologyTerm

URI: biostride_schema:OntologyTerm

classDiagram class OntologyTerm click OntologyTerm href "../OntologyTerm/" OntologyTerm : definition OntologyTerm : id OntologyTerm : label OntologyTerm : ontology

Slots

Name Cardinality and Range Description Inheritance
id 1
String
direct
label 0..1
String
direct
definition 0..1
String
direct
ontology 0..1
String
direct

Usages

used by used in type used
ImageFeature terms range OntologyTerm

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/biostride/

Mappings

Mapping Type Mapped Value
self biostride_schema:OntologyTerm
native biostride_schema:OntologyTerm

LinkML Source

Direct

name: OntologyTerm
from_schema: https://w3id.org/biostride/
attributes:
  id:
    name: id
    from_schema: https://w3id.org/biostride/
    identifier: true
    domain_of:
    - NamedThing
    - OntologyTerm
    range: string
    required: true
  label:
    name: label
    from_schema: https://w3id.org/biostride/
    rank: 1000
    domain_of:
    - OntologyTerm
    range: string
  definition:
    name: definition
    from_schema: https://w3id.org/biostride/
    rank: 1000
    domain_of:
    - OntologyTerm
    range: string
  ontology:
    name: ontology
    from_schema: https://w3id.org/biostride/
    rank: 1000
    domain_of:
    - OntologyTerm
    range: string

Induced

name: OntologyTerm
from_schema: https://w3id.org/biostride/
attributes:
  id:
    name: id
    from_schema: https://w3id.org/biostride/
    identifier: true
    alias: id
    owner: OntologyTerm
    domain_of:
    - NamedThing
    - OntologyTerm
    range: string
    required: true
  label:
    name: label
    from_schema: https://w3id.org/biostride/
    rank: 1000
    alias: label
    owner: OntologyTerm
    domain_of:
    - OntologyTerm
    range: string
  definition:
    name: definition
    from_schema: https://w3id.org/biostride/
    rank: 1000
    alias: definition
    owner: OntologyTerm
    domain_of:
    - OntologyTerm
    range: string
  ontology:
    name: ontology
    from_schema: https://w3id.org/biostride/
    rank: 1000
    alias: ontology
    owner: OntologyTerm
    domain_of:
    - OntologyTerm
    range: string