Class: EntailedEdge

A relation graph edge that is inferred

URI: semsql_rg:EntailedEdge

classDiagram RelationGraphConstruct <|-- EntailedEdge EntailedEdge : object EntailedEdge : predicate EntailedEdge : subject

Usage

SELECT * FROM entailed_edge;

Inheritance

Slots

Name Cardinality and Range Description
subject 0..1
Node
The subject of the statement
predicate 0..1
PropertyNode
The predicate of the statement
object 0..1
Node
Note the range of this slot is always a node

Usages

Comments

    • It is common to populate this via a procedure external to the database, e.g balhoff/relation-graph

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/semsql/relation_graph

Mappings

Mapping Type Mapped Value
self ['semsql_rg:EntailedEdge']
native ['semsql_rg:EntailedEdge']

LinkML Specification

Direct

name: entailed_edge
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'
in_subset:
- base table
from_schema: https://w3id.org/semsql/relation_graph
see_also:
- https://github.com/balhoff/relation-graph
rank: 1000
is_a: relation_graph_construct
slots:
- subject
- predicate
- object

Induced

name: entailed_edge
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'
in_subset:
- base table
from_schema: https://w3id.org/semsql/relation_graph
see_also:
- https://github.com/balhoff/relation-graph
rank: 1000
is_a: relation_graph_construct
attributes:
  subject:
    name: subject
    description: The subject of the statement
    from_schema: https://w3id.org/semsql/rdf
    aliases:
    - about
    - source
    - head
    rank: 1000
    slot_uri: rdf:subject
    alias: subject
    owner: entailed_edge
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - repair_action
    - problem
    range: node
  predicate:
    name: predicate
    description: The predicate of the statement
    from_schema: https://w3id.org/semsql/rdf
    aliases:
    - relationship type
    - property
    rank: 1000
    slot_uri: rdf:predicate
    alias: predicate
    owner: entailed_edge
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - problem
    range: property_node
  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
    from_schema: https://w3id.org/semsql/rdf
    aliases:
    - target
    - sink
    - tail
    rank: 1000
    slot_uri: rdf:object
    alias: object
    owner: entailed_edge
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    range: node