Class: IriNode

URI: semsql_rdf:IriNode

classDiagram Node <|-- IriNode IriNode : id

Usage

SELECT * FROM iri_node;

Inheritance

Slots

Name Cardinality and Range Description
id 1..1
NodeIdType
An identifier for an element

Usages

Comments

  • sqlview>> SELECT * FROM node WHERE id NOT LIKE '_:%'

Identifier and Mapping Information

Schema Source

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

SQL View

This class has a SQL view definition:

sqlview>> SELECT * FROM node WHERE id NOT LIKE '_:%'

Mappings

Mapping Type Mapped Value
self ['semsql_rdf:IriNode']
native ['semsql_rdf:IriNode']

LinkML Specification

Direct

name: iri_node
comments:
- sqlview>> SELECT * FROM node WHERE id NOT LIKE '_:%'
from_schema: https://w3id.org/semsql/rdf
aliases:
- IRI
- named entity
rank: 1000
is_a: node
slot_usage:
  id:
    name: id
    domain_of:
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    pattern: '^_:'

Induced

name: iri_node
comments:
- sqlview>> SELECT * FROM node WHERE id NOT LIKE '_:%'
from_schema: https://w3id.org/semsql/rdf
aliases:
- IRI
- named entity
rank: 1000
is_a: node
slot_usage:
  id:
    name: id
    domain_of:
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    pattern: '^_:'
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: iri_node
    domain_of:
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    range: node id type
    pattern: '^_:'