Class: PropertyChainAxiom
An axiom that represents an OWL property chain, e.g. R <- R1 o … o Rn
URI: obographs:PropertyChainAxiom
classDiagram
class PropertyChainAxiom
click PropertyChainAxiom href "../PropertyChainAxiom"
Axiom <|-- PropertyChainAxiom
click Axiom href "../Axiom"
PropertyChainAxiom : chainPredicateIds
PropertyChainAxiom : meta
PropertyChainAxiom --> "0..1" Meta : meta
click Meta href "../Meta"
PropertyChainAxiom : predicateId
Inheritance
-
PropertyChainAxiom
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
direct |
||
* |
A list of identifiers of predicates that form the precedent clause of a prope… |
direct |
|
0..1 |
A collection of metadata about either an ontology (graph), an entity, or an a… |
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://github.com/geneontology/obographs
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
obographs:PropertyChainAxiom |
native |
obographs:PropertyChainAxiom |
LinkML Source
Direct
```yaml
name: PropertyChainAxiom
description: An axiom that represents an OWL property chain, e.g. R <- R1 o ... o
Rn
from_schema: https://github.com/geneontology/obographs
is_a: Axiom
slots:
- predicateId
- chainPredicateIds
</details>
### Induced
<details>
```yaml
name: PropertyChainAxiom
description: An axiom that represents an OWL property chain, e.g. R <- R1 o ... o
Rn
from_schema: https://github.com/geneontology/obographs
is_a: Axiom
attributes:
predicateId:
name: predicateId
from_schema: https://github.com/geneontology/obographs
rank: 1000
alias: predicateId
owner: PropertyChainAxiom
domain_of:
- DomainRangeAxiom
- PropertyChainAxiom
range: string
chainPredicateIds:
name: chainPredicateIds
description: A list of identifiers of predicates that form the precedent clause
of a property chain rule
from_schema: https://github.com/geneontology/obographs
rank: 1000
alias: chainPredicateIds
owner: PropertyChainAxiom
domain_of:
- PropertyChainAxiom
range: string
multivalued: true
meta:
name: meta
description: A collection of metadata about either an ontology (graph), an entity,
or an axiom
from_schema: https://github.com/geneontology/obographs
aliases:
- annotations
rank: 1000
alias: meta
owner: PropertyChainAxiom
domain_of:
- GraphDocument
- Graph
- Node
- Edge
- PropertyValue
- Axiom
range: Meta