Class: EntailedEdge
A relation graph edge that is inferred. This table contains links between the nodes that appear as subjects in the Statement table. The graph contains all possible links between nodes and is created using a reasoner such as relation-graph to materialise inferrred links.
__
URI: kb_cdm:EntailedEdge
classDiagram
class EntailedEdge
click EntailedEdge href "../EntailedEdge/"
Table <|-- EntailedEdge
click Table href "../Table/"
EntailedEdge : object
EntailedEdge : predicate
EntailedEdge : subject
Inheritance
- Table
- EntailedEdge
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
subject | 0..1 LocalCurie |
The subject of the statement | direct |
predicate | 0..1 LocalCurie |
The predicate of the statement | direct |
object | 0..1 LocalCurie |
Note the range of this slot is always a node. If the triple represents a literal, the "value" field will be populated instead. | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Schema | entailed_edges | range | EntailedEdge |
Comments
-
- It is common to populate this via a procedure external to the database, e.g balhoff/relation-graph
See Also
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:EntailedEdge |
native | kb_cdm:EntailedEdge |
LinkML Source
Direct
name: EntailedEdge
description: 'A relation graph edge that is inferred. This table contains links between
the nodes that appear as subjects in the [Statement](Statement) table. The graph
contains all possible links between nodes and is created using a reasoner such as
[relation-graph](https://github.com/balhoff/relation-graph) to materialise inferrred
links.
'
comments:
- '- It is common to populate this via a procedure external to the database, e.g balhoff/relation-graph'
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
see_also:
- https://github.com/balhoff/relation-graph
is_a: Table
slots:
- subject
- predicate
- object
slot_usage:
subject:
name: subject
range: local_curie
object:
name: object
range: local_curie
predicate:
name: predicate
range: local_curie
Induced
name: EntailedEdge
description: 'A relation graph edge that is inferred. This table contains links between
the nodes that appear as subjects in the [Statement](Statement) table. The graph
contains all possible links between nodes and is created using a reasoner such as
[relation-graph](https://github.com/balhoff/relation-graph) to materialise inferrred
links.
'
comments:
- '- It is common to populate this via a procedure external to the database, e.g balhoff/relation-graph'
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
see_also:
- https://github.com/balhoff/relation-graph
is_a: Table
slot_usage:
subject:
name: subject
range: local_curie
object:
name: object
range: local_curie
predicate:
name: predicate
range: local_curie
attributes:
subject:
name: subject
description: The subject of the statement
todos:
- set range appropriately for ontology and association use
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
aliases:
- about
- source
- head
- subject_id
rank: 1000
slot_uri: rdf:subject
alias: subject
owner: EntailedEdge
domain_of:
- Association
- Statement
- EntailedEdge
range: local_curie
predicate:
name: predicate
description: The predicate of the statement
todos:
- set range appropriately for ontology and association use
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
aliases:
- relationship
- relationship type
- property
- predicate_id
rank: 1000
slot_uri: rdf:predicate
alias: predicate
owner: EntailedEdge
domain_of:
- Association
- Statement
- EntailedEdge
range: local_curie
object:
name: object
description: Note the range of this slot is always a node. If the triple represents
a literal, the "value" field will be populated instead.
todos:
- set range appropriately for ontology and association use
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
aliases:
- target
- sink
- tail
- object_id
rank: 1000
slot_uri: rdf:object
alias: object
owner: EntailedEdge
domain_of:
- Association
- Statement
- EntailedEdge
range: local_curie