Class: EquivalentNodesSet

A clique of nodes that are all mutually equivalent

URI: owl:equivalentClass

classDiagram class EquivalentNodesSet Axiom <|-- EquivalentNodesSet EquivalentNodesSet : meta EquivalentNodesSet --> Meta : meta EquivalentNodesSet : nodeIds EquivalentNodesSet : representativeNodeId

Inheritance

  • Axiom

    • EquivalentNodesSet

Slots

Name

Cardinality and Range

Description

Inheritance

representativeNodeId

0..1
String

The identifier of a node that represents the class in an OWL equivalence cliq…

direct

nodeIds

0..*
String

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

equivalentNodesSets

range

EquivalentNodesSet

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

owl:equivalentClass

native

obographs:EquivalentNodesSet

LinkML Source

Direct

```yaml name: EquivalentNodesSet description: A clique of nodes that are all mutually equivalent from_schema: https://github.com/geneontology/obographs is_a: Axiom slots: - representativeNodeId - nodeIds class_uri: owl:equivalentClass
</details>

### Induced

<details>
```yaml
name: EquivalentNodesSet
description: A clique of nodes that are all mutually equivalent
from_schema: https://github.com/geneontology/obographs
is_a: Axiom
attributes:
  representativeNodeId:
    name: representativeNodeId
    description: The identifier of a node that represents the class in an OWL equivalence
      clique
    from_schema: https://github.com/geneontology/obographs
    rank: 1000
    alias: representativeNodeId
    owner: EquivalentNodesSet
    domain_of:
    - EquivalentNodesSet
    range: string
  nodeIds:
    name: nodeIds
    from_schema: https://github.com/geneontology/obographs
    rank: 1000
    multivalued: true
    alias: nodeIds
    owner: EquivalentNodesSet
    domain_of:
    - EquivalentNodesSet
    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: EquivalentNodesSet
    domain_of:
    - GraphDocument
    - Graph
    - Node
    - Edge
    - PropertyValue
    - Axiom
    range: Meta
class_uri: owl:equivalentClass