Class: AnonymousPropertyExpression

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

URI: semsql_owl:AnonymousPropertyExpression

classDiagram PropertyTrait <|-- AnonymousPropertyExpression AnonymousExpression <|-- AnonymousPropertyExpression AnonymousPropertyExpression : id

Usage

SELECT * FROM anonymous_property_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:AnonymousPropertyExpression']
native ['semsql_owl:AnonymousPropertyExpression']

LinkML Specification

Direct

name: anonymous_property_expression
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: anonymous_expression
abstract: true
mixins:
- property_trait

Induced

name: anonymous_property_expression
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: anonymous_expression
abstract: true
mixins:
- property_trait
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_property_expression
    domain_of:
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    range: node id type