Class: Axiom

A generic grouping for any OWL axiom or group of axioms that is not captured by existing constructs in this standard.

__

  • NOTE: this is an abstract class and should not be instantiated directly

URI: owl:Axiom

classDiagram class Axiom Axiom <|-- DomainRangeAxiom Axiom <|-- EquivalentNodesSet Axiom <|-- LogicalDefinitionAxiom Axiom <|-- DisjointClassExpressionsAxiom Axiom <|-- PropertyChainAxiom Axiom : meta Axiom --> Meta : meta

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

meta

0..1
Meta

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

direct

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/geneontology/obographs

Mappings

Mapping Type

Mapped Value

self

owl:Axiom

native

obographs:Axiom

LinkML Source

Direct

```yaml name: Axiom description: 'A generic grouping for any OWL axiom or group of axioms that is not captured by existing constructs in this standard.

‘ from_schema: https://github.com/geneontology/obographs abstract: true slots:

  • meta class_uri: owl:Axiom

</details>

### Induced

<details>
```yaml
name: Axiom
description: 'A generic grouping for any OWL axiom or group of axioms that is not
  captured by existing constructs in this standard.

  '
from_schema: https://github.com/geneontology/obographs
abstract: true
attributes:
  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: Axiom
    domain_of:
    - GraphDocument
    - Graph
    - Node
    - Edge
    - PropertyValue
    - Axiom
    range: Meta
class_uri: owl:Axiom