Slot: negated
True if the association is negated - i.e the core triple is not true.
URI: ontoassoc:negated
Applicable Classes
Name |
Description |
Modifies Slot |
---|---|---|
A negated association between a thing (subject) and another thing (object) |
yes |
|
no |
||
A generic association between a thing (subject) and another thing (object) |
yes |
Properties
Range: Boolean
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/association
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
ontoassoc:negated |
native |
ontoassoc:negated |
LinkML Source
```yaml
name: negated
description: True if the association is negated - i.e the core triple is not true.
from_schema: https://w3id.org/oak/association
rank: 1000
alias: negated
domain_of:
- PositiveOrNegativeAssociation
range: boolean
</details>