Class: DeprecatedNode
URI: semsql_owl:DeprecatedNode
classDiagram
Node <|-- DeprecatedNode
DeprecatedNode : id
Usage
SELECT * FROM deprecated_node;
Inheritance
- Node
- DeprecatedNode
Slots
Name | Cardinality and Range | Description |
---|---|---|
id | 1..1 NodeIdType |
An identifier for an element |
Usages
Comments
- sqlview>> SELECT DISTINCT subject AS id FROM statements WHERE predicate='owl:deprecated' AND value='true'
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/semsql/owl
SQL View
This class has a SQL view definition:
sqlview>> SELECT DISTINCT subject AS id FROM statements WHERE predicate='owl:deprecated' AND value='true'
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['semsql_owl:DeprecatedNode'] |
native | ['semsql_owl:DeprecatedNode'] |
LinkML Specification
Direct
name: deprecated_node
comments:
- sqlview>> SELECT DISTINCT subject AS id FROM statements WHERE predicate='owl:deprecated'
AND value='true'
from_schema: https://w3id.org/semsql/owl
aliases:
- deprecated IRI
rank: 1000
is_a: node
Induced
name: deprecated_node
comments:
- sqlview>> SELECT DISTINCT subject AS id FROM statements WHERE predicate='owl:deprecated'
AND value='true'
from_schema: https://w3id.org/semsql/owl
aliases:
- deprecated IRI
rank: 1000
is_a: node
attributes:
id:
name: id
description: An identifier for an element. Note blank node ids are not unique
across databases
from_schema: https://w3id.org/semsql/rdf
rank: 1000
identifier: true
alias: id
owner: deprecated_node
domain_of:
- term_association
- owl_reified_axiom
- owl_axiom
- owl_axiom_annotation
- node
range: node id type