Class: PropertyChainAxiom

An axiom that represents an OWL property chain, e.g. R <- R1 o … o Rn

URI: obographs:PropertyChainAxiom

classDiagram class PropertyChainAxiom Axiom <|-- PropertyChainAxiom PropertyChainAxiom : chainPredicateIds PropertyChainAxiom : meta PropertyChainAxiom --> Meta : meta PropertyChainAxiom : predicateId

Inheritance

  • Axiom

    • PropertyChainAxiom

Slots

Name

Cardinality and Range

Description

Inheritance

predicateId

0..1
String

direct

chainPredicateIds

0..*
String

A list of identifiers of predicates that form the precedent clause of a prope…

direct

meta

0..1
Meta

A collection of metadata about either an ontology (graph), an entity, or an a…

Axiom

Usages

used by

used in

type

used

Graph

propertyChainAxioms

range

PropertyChainAxiom

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
    multivalued: true
    alias: chainPredicateIds
    owner: PropertyChainAxiom
    domain_of:
    - PropertyChainAxiom
    range: string
  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