Class: AllProblems

URI: semsql_obo:AllProblems

classDiagram Problem <|-- AllProblems AllProblems : predicate AllProblems : subject AllProblems : value

Usage

SELECT * FROM all_problems;

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
value 0..1
LiteralAsStringType
Note the range of this slot is always a string

Usages

Comments

  • sqlview>> SELECT * FROM node_with_two_labels_problem
  • sqlview>> SELECT * FROM trailing_whitespace_problem

Identifier and Mapping Information

Schema Source

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

SQL View

This class has a SQL view definition:

sqlview>> SELECT * FROM node_with_two_labels_problem

SQL View

This class has a SQL view definition:

sqlview>> SELECT * FROM trailing_whitespace_problem

Mappings

Mapping Type Mapped Value
self ['semsql_obo:AllProblems']
native ['semsql_obo:AllProblems']

LinkML Specification

Direct

name: all_problems
comments:
- sqlview>> SELECT * FROM node_with_two_labels_problem
- sqlview>> SELECT * FROM trailing_whitespace_problem
from_schema: https://w3id.org/semsql/obo
rank: 1000
is_a: problem

Induced

name: all_problems
comments:
- sqlview>> SELECT * FROM node_with_two_labels_problem
- sqlview>> SELECT * FROM trailing_whitespace_problem
from_schema: https://w3id.org/semsql/obo
rank: 1000
is_a: problem
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: all_problems
    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: all_problems
    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
  value:
    name: value
    description: Note the range of this slot is always a string. Only used the triple
      represents a literal assertion
    from_schema: https://w3id.org/semsql/rdf
    close_mappings:
    - rdf:object
    rank: 1000
    slot_uri: rdf:object
    alias: value
    owner: all_problems
    domain_of:
    - statements
    - problem
    range: literal as string type