Skip to content

Class: ConceptRelationship

Relationships between two terms.

URI: cam:ConceptRelationship

 classDiagram
    class ConceptRelationship
    click ConceptRelationship href "../ConceptRelationship/"
      ConceptRelationship : concept_curie

      ConceptRelationship : relationship_curie

      ConceptRelationship : target_concept_curie





        ConceptRelationship --> "0..1" Concept : target_concept_curie
        click Concept href "../Concept/"



Slots

Name Cardinality and Range Description Inheritance
concept_curie 0..1
Uriorcurie
The standardized curie for the term direct
target_concept_curie 0..1
Concept
The concept to which this term relates direct
relationship_curie 0..1
Uriorcurie
The relationship between the subject (this term) and the object (target_conce... direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cam:ConceptRelationship
native cam:ConceptRelationship

LinkML Source

Direct

name: ConceptRelationship
description: Relationships between two terms.
from_schema: https://includedcc.org/common-access-model
slots:
- concept_curie
- target_concept_curie
- relationship_curie

Induced

name: ConceptRelationship
description: Relationships between two terms.
from_schema: https://includedcc.org/common-access-model
attributes:
  concept_curie:
    name: concept_curie
    description: The standardized curie for the term.
    title: Concept Curie
    from_schema: https://includedcc.org/common-access-model
    rank: 1000
    owner: ConceptRelationship
    domain_of:
    - Concept
    - Synonym
    - DeprecatedConcept
    - ConceptRelationship
    range: uriorcurie
  target_concept_curie:
    name: target_concept_curie
    description: The concept to which this term relates
    title: Target Concept ID
    from_schema: https://includedcc.org/common-access-model
    rank: 1000
    owner: ConceptRelationship
    domain_of:
    - ConceptRelationship
    range: Concept
  relationship_curie:
    name: relationship_curie
    description: The relationship between the subject (this term) and the object (target_concept_id).
    title: Mapping Relationship
    from_schema: https://includedcc.org/common-access-model
    rank: 1000
    owner: ConceptRelationship
    domain_of:
    - ConceptRelationship
    range: uriorcurie