Skip to content

Class: InteractionType

URI: bp:InteractionType

erDiagram InteractionType { string id string label }

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
String
A unique identifier for the named entity NamedEntity
label 0..1
String
The label (name) of the named thing NamedEntity

Usages

used by used in type used
BioticInteraction interaction_type range InteractionType

Identifier and Mapping Information

Valid ID Prefixes

Instances of this class should have identifiers with one of the following prefixes:

  • RO

  • MESH

  • ECOCORE

  • NCIT

Annotations

property value
annotators sqlite:obo:go, sqlite:obo:ro, sqlite:obo:bero

Schema Source

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

Mappings

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

LinkML Source

Direct

name: InteractionType
id_prefixes:
- RO
- MESH
- ECOCORE
- NCIT
annotations:
  annotators:
    tag: annotators
    value: sqlite:obo:go, sqlite:obo:ro, sqlite:obo:bero
from_schema: https://w3id.org/ontogpt/biotic_interaction
is_a: NamedEntity

Induced

name: InteractionType
id_prefixes:
- RO
- MESH
- ECOCORE
- NCIT
annotations:
  annotators:
    tag: annotators
    value: sqlite:obo:go, sqlite:obo:ro, sqlite:obo:bero
from_schema: https://w3id.org/ontogpt/biotic_interaction
is_a: NamedEntity
attributes:
  id:
    name: id
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    description: A unique identifier for the named entity
    comments:
    - this is populated during the grounding and normalization step
    from_schema: https://w3id.org/ontogpt/biotic_interaction
    rank: 1000
    identifier: true
    alias: id
    owner: InteractionType
    domain_of:
    - NamedEntity
    - Publication
    range: string
    required: true
  label:
    name: label
    annotations:
      owl:
        tag: owl
        value: AnnotationProperty, AnnotationAssertion
    description: The label (name) of the named thing
    from_schema: https://w3id.org/ontogpt/biotic_interaction
    aliases:
    - name
    rank: 1000
    slot_uri: rdfs:label
    alias: label
    owner: InteractionType
    domain_of:
    - NamedEntity
    range: string