Class: PropertyValue
A generic tag-value that can be associated with an association.
classDiagram
class PropertyValue
click PropertyValue href "../PropertyValue"
PropertyValue : object
PropertyValue : predicate
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
The type of relationship between the subject and object |
direct |
|
0..1 |
An ontology entity that is associated with the subject |
direct |
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
|||
range |
|||
range |
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/association
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
ontoassoc:PropertyValue |
native |
ontoassoc:PropertyValue |
LinkML Source
Direct
```yaml
name: PropertyValue
description: A generic tag-value that can be associated with an association.
from_schema: https://w3id.org/oak/association
slots:
- predicate
- object
</details>
### Induced
<details>
```yaml
name: PropertyValue
description: A generic tag-value that can be associated with an association.
from_schema: https://w3id.org/oak/association
attributes:
predicate:
name: predicate
description: The type of relationship between the subject and object.
from_schema: https://w3id.org/oak/association
rank: 1000
slot_uri: rdf:predicate
alias: predicate
owner: PropertyValue
domain_of:
- PositiveOrNegativeAssociation
- PropertyValue
slot_group: core_triple
range: uriorcurie
object:
name: object
description: An ontology entity that is associated with the subject.
comments:
- it is conventional for the subject to be the "entity" and the object to be the
ontological descriptor
from_schema: https://w3id.org/oak/association
exact_mappings:
- oa:hasTarget
rank: 1000
slot_uri: rdf:object
alias: object
owner: PropertyValue
domain_of:
- PositiveOrNegativeAssociation
- PropertyValue
slot_group: core_triple
range: uriorcurie