Class: EntailedEdge
A relation graph edge that is inferred
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 Uriorcurie |
The subject of the statement | direct |
predicate | 0..1 Uriorcurie |
The predicate of the statement | direct |
object | 0..1 Uriorcurie |
Note the range of this slot is always a node | direct |
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/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
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/cdm_schema
see_also:
- https://github.com/balhoff/relation-graph
is_a: Table
slots:
- subject
- predicate
- object
Induced
name: EntailedEdge
description: A relation graph edge that is inferred
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/cdm_schema
see_also:
- https://github.com/balhoff/relation-graph
is_a: Table
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/cdm_schema
aliases:
- about
- source
- head
- subject_id
rank: 1000
slot_uri: rdf:subject
alias: subject
owner: EntailedEdge
domain_of:
- Association
- Statements
- EntailedEdge
range: uriorcurie
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/cdm_schema
aliases:
- relationship
- relationship type
- property
- predicate_id
rank: 1000
slot_uri: rdf:predicate
alias: predicate
owner: EntailedEdge
domain_of:
- Association
- Statements
- EntailedEdge
range: uriorcurie
object:
name: object
description: Note the range of this slot is always a node. If the triple represents
a literal, instead value will be populated
todos:
- set range appropriately for ontology and association use
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
aliases:
- target
- sink
- tail
- object_id
rank: 1000
slot_uri: rdf:object
alias: object
owner: EntailedEdge
domain_of:
- Association
- Statements
- EntailedEdge
range: uriorcurie