Skip to content

Class: Container

URI: bp:Container

erDiagram Container { } BioticInteraction { } InteractionType { string id string label } Taxon { string id string label } Container ||--}o BioticInteraction : "interactions" BioticInteraction ||--|o Taxon : "source_taxon" BioticInteraction ||--|o Taxon : "target_taxon" BioticInteraction ||--|o InteractionType : "interaction_type"

Slots

Name Cardinality and Range Description Inheritance
interactions 0..*
BioticInteraction
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ontogpt/biotic_interaction

Mappings

Mapping Type Mapped Value
self bp:Container
native bp:Container

LinkML Source

Direct

name: Container
from_schema: https://w3id.org/ontogpt/biotic_interaction
attributes:
  interactions:
    name: interactions
    from_schema: https://w3id.org/ontogpt/biotic_interaction
    rank: 1000
    multivalued: true
    range: BioticInteraction
    inlined: true
    inlined_as_list: true
tree_root: true

Induced

name: Container
from_schema: https://w3id.org/ontogpt/biotic_interaction
attributes:
  interactions:
    name: interactions
    from_schema: https://w3id.org/ontogpt/biotic_interaction
    rank: 1000
    multivalued: true
    alias: interactions
    owner: Container
    domain_of:
    - Container
    range: BioticInteraction
    inlined: true
    inlined_as_list: true
tree_root: true