Class: AsymmetricPropertyNode
URI: semsql_owl:AsymmetricPropertyNode
 classDiagram
      ObjectPropertyNode <|-- AsymmetricPropertyNode
      AsymmetricPropertyNode : id
Usage
SELECT * FROM asymmetric_property_node;
Inheritance
- Node- PropertyNode- ObjectPropertyNode- AsymmetricPropertyNode
 
 
- ObjectPropertyNode
 
- PropertyNode
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:AsymmetricProperty'
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:AsymmetricProperty'
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | ['semsql_owl:AsymmetricPropertyNode'] | 
| native | ['semsql_owl:AsymmetricPropertyNode'] | 
LinkML Specification
Direct
name: asymmetric_property_node
comments:
- sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:AsymmetricProperty'
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: object_property_node
Induced
name: asymmetric_property_node
comments:
- sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:AsymmetricProperty'
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: asymmetric_property_node
    domain_of:
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    range: node id type