Skip to content

Class: OrganismalRelationship

URI: linkml_common:OrganismalRelationship

classDiagram class OrganismalRelationship click OrganismalRelationship href "../OrganismalRelationship" Relationship <|-- OrganismalRelationship click Relationship href "../Relationship" OrganismalRelationship : object OrganismalRelationship --> "0..1" Entity : object click Entity href "../Entity" OrganismalRelationship : predicate OrganismalRelationship --> "0..1" Concept : predicate click Concept href "../Concept" OrganismalRelationship : subject OrganismalRelationship --> "0..1" Entity : subject click Entity href "../Entity" OrganismalRelationship : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
subject 0..1
Entity
Relationship
predicate 0..1
Concept
Relationship
object 0..1
Entity
Relationship
type 0..1
String
A type for a thing Typed

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:OrganismalRelationship
native linkml_common:OrganismalRelationship

LinkML Source

Direct

name: OrganismalRelationship
from_schema: https://w3id.org/linkml/linkml-common
is_a: Relationship

Induced

name: OrganismalRelationship
from_schema: https://w3id.org/linkml/linkml-common
is_a: Relationship
attributes:
  subject:
    name: subject
    from_schema: https://w3id.org/linkml-common/core
    alias: subject
    owner: OrganismalRelationship
    domain_of:
    - Relationship
    - ClinicalHistory
    - SubjectHistory
    - OrganizationPersonnelRelationship
    range: Entity
  predicate:
    name: predicate
    from_schema: https://w3id.org/linkml-common/core
    rank: 1000
    alias: predicate
    owner: OrganismalRelationship
    domain_of:
    - Relationship
    - TemporalRelationship
    - OrganizationPersonnelRelationship
    range: Concept
  object:
    name: object
    from_schema: https://w3id.org/linkml-common/core
    alias: object
    owner: OrganismalRelationship
    domain_of:
    - Relationship
    - OrganizationPersonnelRelationship
    range: Entity
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: OrganismalRelationship
    domain_of:
    - Typed
    range: string