Class: EquivalentNodesSet
A clique of nodes that are all mutually equivalent
URI: owl:equivalentClass
classDiagram
class EquivalentNodesSet
click EquivalentNodesSet href "../EquivalentNodesSet"
Axiom <|-- EquivalentNodesSet
click Axiom href "../Axiom"
EquivalentNodesSet : meta
EquivalentNodesSet --> "0..1" Meta : meta
click Meta href "../Meta"
EquivalentNodesSet : nodeIds
EquivalentNodesSet : representativeNodeId
Inheritance
-
EquivalentNodesSet
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
The identifier of a node that represents the class in an OWL equivalence cliq… |
direct |
|
* |
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 |
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
alias: nodeIds
owner: EquivalentNodesSet
domain_of:
- EquivalentNodesSet
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: EquivalentNodesSet
domain_of:
- GraphDocument
- Graph
- Node
- Edge
- PropertyValue
- Axiom
range: Meta
class_uri: owl:equivalentClass