None (schema class)
An edge in the unioned everycure matrix graph.
URI: matrix_schema:UnionedEdge
Attributes
| Name | Description | Cardinality and Range |
|---|---|---|
| primary_knowledge_sources | Primary sources from edges merged into this edge. | * String |
| subject | The subject entity in the edge. | 1 String |
| predicate | The predicate defining the relationship. | 1 PredicateEnum |
| object | The object entity in the edge. | 1 String |
| knowledge_level | Knowledge level of the relationship | 0..1 KnowledgeLevelEnum |
| agent_type | Type of agent involved in the relationship. | 0..1 AgentTypeEnum |
| primary_knowledge_source | Primary source of the knowledge in the edge. | 0..1 String |
| aggregator_knowledge_source | Aggregators of the knowledge. | * String |
| publications | Publications associated with the entity. | * String |
| subject_aspect_qualifier | Aspect qualifier for the subject. | 0..1 String |
| subject_direction_qualifier | Direction qualifier for the subject. | 0..1 String |
| object_aspect_qualifier | Aspect qualifier for the object. | 0..1 String |
| object_direction_qualifier | Direction qualifier for the object. | 0..1 String |
| upstream_data_source | Sources from which this entity's data originates. | * String |
| num_references | Number of references supporting this edge. | 0..1 Integer |
| num_sentences | Number of sentences supporting this edge. | 0..1 Integer |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/everycure-org/matrix-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | matrix_schema:UnionedEdge |
| native | matrix_schema:UnionedEdge |
LinkML Source
Direct
name: UnionedEdge
description: An edge in the unioned everycure matrix graph.
from_schema: https://w3id.org/everycure-org/matrix-schema
is_a: MatrixEdge
slots:
- primary_knowledge_sources
Induced
name: UnionedEdge
description: An edge in the unioned everycure matrix graph.
from_schema: https://w3id.org/everycure-org/matrix-schema
is_a: MatrixEdge
attributes:
primary_knowledge_sources:
name: primary_knowledge_sources
description: Primary sources from edges merged into this edge.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: primary_knowledge_sources
owner: UnionedEdge
domain_of:
- UnionedEdge
range: string
multivalued: true
subject:
name: subject
description: The subject entity in the edge.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: subject
owner: UnionedEdge
domain_of:
- MatrixEdge
range: string
required: true
predicate:
name: predicate
description: The predicate defining the relationship.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: predicate
owner: UnionedEdge
domain_of:
- MatrixEdge
range: PredicateEnum
required: true
object:
name: object
description: The object entity in the edge.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: object
owner: UnionedEdge
domain_of:
- MatrixEdge
range: string
required: true
knowledge_level:
name: knowledge_level
description: Knowledge level of the relationship
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: knowledge_level
owner: UnionedEdge
domain_of:
- MatrixEdge
range: KnowledgeLevelEnum
agent_type:
name: agent_type
description: Type of agent involved in the relationship.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: agent_type
owner: UnionedEdge
domain_of:
- MatrixEdge
range: AgentTypeEnum
primary_knowledge_source:
name: primary_knowledge_source
description: Primary source of the knowledge in the edge.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: primary_knowledge_source
owner: UnionedEdge
domain_of:
- MatrixEdge
range: string
aggregator_knowledge_source:
name: aggregator_knowledge_source
description: Aggregators of the knowledge.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: aggregator_knowledge_source
owner: UnionedEdge
domain_of:
- MatrixEdge
range: string
multivalued: true
publications:
name: publications
description: Publications associated with the entity.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: publications
owner: UnionedEdge
domain_of:
- MatrixNode
- MatrixEdge
range: string
multivalued: true
subject_aspect_qualifier:
name: subject_aspect_qualifier
description: Aspect qualifier for the subject.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: subject_aspect_qualifier
owner: UnionedEdge
domain_of:
- MatrixEdge
range: string
subject_direction_qualifier:
name: subject_direction_qualifier
description: Direction qualifier for the subject.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: subject_direction_qualifier
owner: UnionedEdge
domain_of:
- MatrixEdge
range: string
object_aspect_qualifier:
name: object_aspect_qualifier
description: Aspect qualifier for the object.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: object_aspect_qualifier
owner: UnionedEdge
domain_of:
- MatrixEdge
range: string
object_direction_qualifier:
name: object_direction_qualifier
description: Direction qualifier for the object.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: object_direction_qualifier
owner: UnionedEdge
domain_of:
- MatrixEdge
range: string
upstream_data_source:
name: upstream_data_source
description: Sources from which this entity's data originates.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: upstream_data_source
owner: UnionedEdge
domain_of:
- MatrixNode
- MatrixEdge
range: string
multivalued: true
num_references:
name: num_references
description: Number of references supporting this edge.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: num_references
owner: UnionedEdge
domain_of:
- MatrixEdge
range: integer
num_sentences:
name: num_sentences
description: Number of sentences supporting this edge.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: num_sentences
owner: UnionedEdge
domain_of:
- MatrixEdge
range: integer