Class: LexicalProblem
a problem with the textual value of an annotation property
- NOTE: this is an abstract class and should not be instantiated directly
URI: semsql_obo:LexicalProblem
classDiagram
Problem <|-- LexicalProblem
LexicalProblem : predicate
LexicalProblem : subject
LexicalProblem : value
Usage
SELECT * FROM lexical_problem;
Inheritance
- Problem
- LexicalProblem
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
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/semsql/obo
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['semsql_obo:LexicalProblem'] |
native | ['semsql_obo:LexicalProblem'] |
LinkML Specification
Direct
name: lexical_problem
description: a problem with the textual value of an annotation property
from_schema: https://w3id.org/semsql/obo
rank: 1000
is_a: problem
abstract: true
Induced
name: lexical_problem
description: a problem with the textual value of an annotation property
from_schema: https://w3id.org/semsql/obo
rank: 1000
is_a: problem
abstract: true
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: lexical_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: lexical_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: lexical_problem
domain_of:
- statements
- problem
range: literal as string type