Skip to content

Class: EntailedEdge

A relation graph edge that is inferred

URI: cdm:EntailedEdge

classDiagram class EntailedEdge click EntailedEdge href "../EntailedEdge" EntailedEdge : object EntailedEdge : predicate EntailedEdge : subject

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: https://github.com/kbase/cdm-schema

Mappings

Mapping Type Mapped Value
self cdm:EntailedEdge
native 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: https://github.com/kbase/cdm-schema
see_also:
- https://github.com/balhoff/relation-graph
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: https://github.com/kbase/cdm-schema
see_also:
- https://github.com/balhoff/relation-graph
attributes:
  subject:
    name: subject
    description: The subject of the statement
    todos:
    - set range appropriately for ontology and association use
    from_schema: https://github.com/kbase/cdm-schema
    aliases:
    - about
    - source
    - head
    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: https://github.com/kbase/cdm-schema
    aliases:
    - relationship type
    - property
    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: https://github.com/kbase/cdm-schema
    aliases:
    - target
    - sink
    - tail
    rank: 1000
    slot_uri: rdf:object
    alias: object
    owner: EntailedEdge
    domain_of:
    - Association
    - Statements
    - EntailedEdge
    range: uriorcurie