Class: PropertyExpression

URI: omoschema:PropertyExpression

classDiagram class PropertyExpression Expression <|-- PropertyExpression PropertyExpression <|-- ObjectProperty PropertyExpression : disjointWith

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

disjointWith

0..*
String

direct

Mixin Usage

mixed into

description

ObjectProperty

A property that connects two objects in logical axioms

Usages

used by

used in

type

used

Restriction

onProperty

range

PropertyExpression

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/ontology-metadata

Mappings

Mapping Type

Mapped Value

self

omoschema:PropertyExpression

native

omoschema:PropertyExpression

LinkML Source

Direct

```yaml name: PropertyExpression from_schema: https://w3id.org/oak/ontology-metadata is_a: Expression mixin: true slots: - disjointWith
</details>

### Induced

<details>
```yaml
name: PropertyExpression
from_schema: https://w3id.org/oak/ontology-metadata
is_a: Expression
mixin: true
attributes:
  disjointWith:
    name: disjointWith
    todos:
    - restrict range
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: logical_predicate
    slot_uri: owl:disjointWith
    multivalued: true
    alias: disjointWith
    owner: PropertyExpression
    domain_of:
    - ClassExpression
    - PropertyExpression
    range: string