Skip to content

Class: Relationship

  • NOTE: this is an abstract class and should not be instantiated directly

URI: linkml_common:Relationship

classDiagram class Relationship Intangible <|-- Relationship Relationship <|-- TemporalRelationship Relationship : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 0..1
String
A type for a thing Entity

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self linkml_common:Relationship
native linkml_common:Relationship
close rdfs:Statement

LinkML Source

Direct

name: Relationship
from_schema: https://w3id.org/linkml/linkml-common
close_mappings:
- rdfs:Statement
is_a: Intangible
abstract: true

Induced

name: Relationship
from_schema: https://w3id.org/linkml/linkml-common
close_mappings:
- rdfs:Statement
is_a: Intangible
abstract: true
attributes:
  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: Relationship
    domain_of:
    - Entity
    - NamedThing
    range: string