Skip to content

Class: Attribute

A domain, measurement, attribute, property, or any descriptor for additional properties to be added to an entity. Where available, please use OBO Foundry ontologies or other controlled vocabularies for attributes; the label should be the term name from the ontology and the id should be the fully-qualified CURIE.

URI: bertron:Attribute

classDiagram class Attribute click Attribute href "../Attribute/" Attribute : id Attribute : label

Slots

Name Cardinality and Range Description Inheritance
id 0..1 recommended
String
A CURIE for the attribute, should one exist. Where available, please use OBO Foundry ontologies or other controlled vocabularies for labelling attributes; the id should be the term ID from the ontology. direct
label 1
String
Text string to describe the attribute. Where available, please use OBO Foundry ontologies or other controlled vocabularies for labelling attributes; the label should be the term name from the ontology. direct

Usages

used by used in type used
AttributeValue attribute range Attribute
QuantityValue attribute range Attribute
TextValue attribute range Attribute

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ber-data/bertron-schema

Mappings

Mapping Type Mapped Value
self bertron:Attribute
native bertron:Attribute

LinkML Source

Direct

name: Attribute
description: A domain, measurement, attribute, property, or any descriptor for additional
  properties to be added to an entity. Where available, please use OBO Foundry ontologies
  or other controlled vocabularies for attributes; the label should be the term name
  from the ontology and the id should be the fully-qualified CURIE.
from_schema: https://w3id.org/ber-data/bertron-schema
attributes:
  id:
    name: id
    description: A CURIE for the attribute, should one exist. Where available, please
      use OBO Foundry ontologies or other controlled vocabularies for labelling attributes;
      the id should be the term ID from the ontology.
    from_schema: https://w3id.org/ber-data/bertron_types
    domain_of:
    - Entity
    - DataCollection
    - Attribute
    recommended: true
  label:
    name: label
    description: Text string to describe the attribute. Where available, please use
      OBO Foundry ontologies or other controlled vocabularies for labelling attributes;
      the label should be the term name from the ontology.
    from_schema: https://w3id.org/ber-data/bertron_types
    aliases:
    - name
    - title
    rank: 1000
    domain_of:
    - Attribute
    required: true

Induced

name: Attribute
description: A domain, measurement, attribute, property, or any descriptor for additional
  properties to be added to an entity. Where available, please use OBO Foundry ontologies
  or other controlled vocabularies for attributes; the label should be the term name
  from the ontology and the id should be the fully-qualified CURIE.
from_schema: https://w3id.org/ber-data/bertron-schema
attributes:
  id:
    name: id
    description: A CURIE for the attribute, should one exist. Where available, please
      use OBO Foundry ontologies or other controlled vocabularies for labelling attributes;
      the id should be the term ID from the ontology.
    from_schema: https://w3id.org/ber-data/bertron_types
    alias: id
    owner: Attribute
    domain_of:
    - Entity
    - DataCollection
    - Attribute
    range: string
    recommended: true
  label:
    name: label
    description: Text string to describe the attribute. Where available, please use
      OBO Foundry ontologies or other controlled vocabularies for labelling attributes;
      the label should be the term name from the ontology.
    from_schema: https://w3id.org/ber-data/bertron_types
    aliases:
    - name
    - title
    rank: 1000
    alias: label
    owner: Attribute
    domain_of:
    - Attribute
    range: string
    required: true