Skip to content

Class: MaterialEntity

Material entities are three-dimensional entities (entities extended in three spatial dimensions), as contrasted with the processes in which they participate, which are four-dimensional entities (entities extended also along the dimension of time)

URI: BFO:0000040

classDiagram class MaterialEntity click MaterialEntity href "../MaterialEntity" MinimalMetadataMixin <|-- MaterialEntity click MinimalMetadataMixin href "../MinimalMetadataMixin" MaterialEntity <|-- Sample click Sample href "../Sample" MaterialEntity <|-- ChemicalEntity click ChemicalEntity href "../ChemicalEntity" MaterialEntity <|-- ChemicalSubstance click ChemicalSubstance href "../ChemicalSubstance" MaterialEntity <|-- Device click Device href "../Device" MaterialEntity : description MaterialEntity : id MaterialEntity : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A property to provide the unique identifier for a thing MinimalMetadataMixin
name 0..1
String
A property to provide the human-readable name for a thing MinimalMetadataMixin
description 0..1
String
A property to provide the human-readable description for a thing MinimalMetadataMixin

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/NFDI4Chem/MIChI

Mappings

Mapping Type Mapped Value
self BFO:0000040
native michi:MaterialEntity

LinkML Source

Direct

name: MaterialEntity
description: Material entities are three-dimensional entities (entities extended in
  three spatial dimensions), as contrasted with the processes in which they participate,
  which are four-dimensional entities (entities extended also along the dimension
  of time)
from_schema: https://w3id.org/NFDI4Chem/MIChI
mixins:
- MinimalMetadataMixin
class_uri: BFO:0000040

Induced

name: MaterialEntity
description: Material entities are three-dimensional entities (entities extended in
  three spatial dimensions), as contrasted with the processes in which they participate,
  which are four-dimensional entities (entities extended also along the dimension
  of time)
from_schema: https://w3id.org/NFDI4Chem/MIChI
mixins:
- MinimalMetadataMixin
attributes:
  id:
    name: id
    description: A property to provide the unique identifier for a thing
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    slot_uri: dct:identifier
    identifier: true
    alias: id
    owner: MaterialEntity
    domain_of:
    - MinimalMetadataMixin
    range: uriorcurie
    required: true
  name:
    name: name
    description: A property to provide the human-readable name for a thing
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    slot_uri: dct:title
    alias: name
    owner: MaterialEntity
    domain_of:
    - MinimalMetadataMixin
    range: string
  description:
    name: description
    description: A property to provide the human-readable description for a thing
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    slot_uri: dct:description
    alias: description
    owner: MaterialEntity
    domain_of:
    - MinimalMetadataMixin
    range: string
class_uri: BFO:0000040