Class: AnonymousExpression

An OWL expression, such as a class expression. Expressions are "anonymous" as they are a composition of named elements rather than a named element themselves

  • NOTE: this is an abstract class and should not be instantiated directly

URI: semsql_owl:AnonymousExpression

classDiagram BlankNode <|-- AnonymousExpression AnonymousExpression : id

Usage

SELECT * FROM anonymous_expression;

Inheritance

Slots

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

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self ['semsql_owl:AnonymousExpression']
native ['semsql_owl:AnonymousExpression']

LinkML Specification

Direct

name: anonymous_expression
description: An OWL expression, such as a class expression. Expressions are "anonymous"
  as they are a composition of named elements rather than a named element themselves
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: blank_node
abstract: true

Induced

name: anonymous_expression
description: An OWL expression, such as a class expression. Expressions are "anonymous"
  as they are a composition of named elements rather than a named element themselves
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: blank_node
abstract: true
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: anonymous_expression
    domain_of:
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    range: node id type