Class: TrailingWhitespaceProblem
URI: semsql_obo:TrailingWhitespaceProblem
classDiagram
Problem <|-- TrailingWhitespaceProblem
TrailingWhitespaceProblem : predicate
TrailingWhitespaceProblem : subject
TrailingWhitespaceProblem : value
Usage
SELECT * FROM trailing_whitespace_problem;
Inheritance
- Problem
- TrailingWhitespaceProblem
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 subject, predicate, value FROM statements WHERE VALUE like ' %' OR VALUE like '% '
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/semsql/obo
SQL View
This class has a SQL view definition:
sqlview>> SELECT
subject,
predicate,
value
FROM statements WHERE VALUE like ' %' OR VALUE like '% '
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['semsql_obo:TrailingWhitespaceProblem'] |
native | ['semsql_obo:TrailingWhitespaceProblem'] |
LinkML Specification
Direct
name: trailing_whitespace_problem
comments:
- "sqlview>> SELECT\n subject,\n predicate,\n value\nFROM statements WHERE VALUE\
\ like ' %' OR VALUE like '% '"
from_schema: https://w3id.org/semsql/obo
rank: 1000
is_a: problem
Induced
name: trailing_whitespace_problem
comments:
- "sqlview>> SELECT\n subject,\n predicate,\n value\nFROM statements WHERE VALUE\
\ like ' %' OR VALUE like '% '"
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: trailing_whitespace_problem
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: trailing_whitespace_problem
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: trailing_whitespace_problem
domain_of:
- statements
- problem
range: literal as string type