Skip to content

Class: CompactAssociation

URI: https://w3id.org/monarch/monarch-py/:CompactAssociation

 classDiagram
    class CompactAssociation
    click CompactAssociation href "../CompactAssociation"
      CompactAssociation : category

      CompactAssociation : negated

      CompactAssociation : object

      CompactAssociation : object_label

      CompactAssociation : predicate

      CompactAssociation : subject

      CompactAssociation : subject_label

Slots

Name Cardinality and Range Description Inheritance
category 0..1
String
direct
subject 1
String
direct
subject_label 0..1
String
The name of the subject entity direct
predicate 1
String
direct
object 1
String
direct
object_label 0..1
String
The name of the object entity direct
negated 0..1
Boolean
direct

Usages

used by used in type used
CompactAssociationResults items range CompactAssociation

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://w3id.org/monarch/monarch-py/:CompactAssociation
native https://w3id.org/monarch/monarch-py/:CompactAssociation

LinkML Source

Direct

name: CompactAssociation
from_schema: https://w3id.org/monarch/monarch-py
slots:
- category
- subject
- subject_label
- predicate
- object
- object_label
- negated

Induced

name: CompactAssociation
from_schema: https://w3id.org/monarch/monarch-py
attributes:
  category:
    name: category
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: category
    owner: CompactAssociation
    domain_of:
    - Association
    - AssociationCount
    - CompactAssociation
    - AssociationTypeMapping
    - Entity
    range: string
    multivalued: false
  subject:
    name: subject
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: subject
    owner: CompactAssociation
    domain_of:
    - Association
    - CompactAssociation
    - SemsimSearchResult
    range: string
    required: true
  subject_label:
    name: subject_label
    description: The name of the subject entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    is_a: name
    alias: subject_label
    owner: CompactAssociation
    domain_of:
    - Association
    - CompactAssociation
    - AssociationTypeMapping
    - Mapping
    - TermPairwiseSimilarity
    range: string
  predicate:
    name: predicate
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: predicate
    owner: CompactAssociation
    domain_of:
    - Association
    - CompactAssociation
    range: string
    required: true
    multivalued: false
  object:
    name: object
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: object
    owner: CompactAssociation
    domain_of:
    - Association
    - CompactAssociation
    range: string
    required: true
  object_label:
    name: object_label
    description: The name of the object entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    is_a: name
    alias: object_label
    owner: CompactAssociation
    domain_of:
    - Association
    - CompactAssociation
    - AssociationTypeMapping
    - Mapping
    - TermPairwiseSimilarity
    range: string
  negated:
    name: negated
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: negated
    owner: CompactAssociation
    domain_of:
    - Association
    - CompactAssociation
    range: boolean