Class: FieldRelationship

Relationship between fields

URI: celltag_schema:FieldRelationship

classDiagram class FieldRelationship FieldRelationship : object FieldRelationship : relation FieldRelationship --|> RelationEnum : relation

Slots

Name Cardinality and Range Description Inheritance
relation 1..1
RelationEnum
direct
object 1..1
String
The name of a field used in annotation direct

Usages

used by used in type used
CxGMetaSchema field_relationship range FieldRelationship

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/scFAIR/celltag_schema

Mappings

Mapping Type Mapped Value
self celltag_schema:FieldRelationship
native celltag_schema:FieldRelationship

LinkML Source

Direct

name: FieldRelationship
description: Relationship between fields
from_schema: https://w3id.org/scFAIR/celltag_schema
rank: 1000
attributes:
  relation:
    name: relation
    from_schema: https://w3id.org/scFAIR/celltag_schema
    rank: 1000
    range: RelationEnum
    required: true
  object:
    name: object
    description: The name of a field used in annotation. Object of the relationship.
    from_schema: https://w3id.org/scFAIR/celltag_schema
    rank: 1000
    required: true

Induced

name: FieldRelationship
description: Relationship between fields
from_schema: https://w3id.org/scFAIR/celltag_schema
rank: 1000
attributes:
  relation:
    name: relation
    from_schema: https://w3id.org/scFAIR/celltag_schema
    rank: 1000
    alias: relation
    owner: FieldRelationship
    domain_of:
    - FieldRelationship
    range: RelationEnum
    required: true
  object:
    name: object
    description: The name of a field used in annotation. Object of the relationship.
    from_schema: https://w3id.org/scFAIR/celltag_schema
    rank: 1000
    alias: object
    owner: FieldRelationship
    domain_of:
    - FieldRelationship
    range: string
    required: true