Class: SymmetricPropertyNode

A node representing an OWL symmetric object property

URI: semsql_owl:SymmetricPropertyNode

classDiagram ObjectPropertyNode <|-- SymmetricPropertyNode SymmetricPropertyNode : id

Usage

SELECT * FROM symmetric_property_node;

Inheritance

Slots

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

Usages

Comments

  • sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:SymmetricProperty'

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 rdf_type_statement WHERE object='owl:SymmetricProperty'

Mappings

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

LinkML Specification

Direct

name: symmetric_property_node
description: A node representing an OWL symmetric object property
comments:
- sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:SymmetricProperty'
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: object_property_node

Induced

name: symmetric_property_node
description: A node representing an OWL symmetric object property
comments:
- sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:SymmetricProperty'
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: object_property_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: symmetric_property_node
    domain_of:
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    range: node id type