Slot: node_count
The number of nodes in the graph.
URI: kgr:node_count
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
GraphProduct | A product that is a graph, represented as nodes and edges | no |
Properties
- Range: Integer
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kgr:node_count |
native | kgr:node_count |
LinkML Source
```yaml
name: node_count
description: The number of nodes in the graph.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: node_count
owner: GraphProduct
domain_of:
- GraphProduct
range: integer
```