Slot: product_file_size
The size of the product file, in bytes. The build process will attempt to determine this based on the file header and populate the metadata where possible.
URI: kgr:product_file_size Alias: product_file_size
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| DocumentationProduct | A product that is documentation for a resource | no |
| DataModelProduct | A product that provides the rules of a data model | no |
| GraphProduct | A product that is a graph, represented as nodes and edges | no |
| GraphicalInterface | A product that is a graphical interface to a resource | no |
| Product | A top-level class for all products in the knowledge graph registry | no |
| ProcessProduct | A product that is a process or algorithm | no |
| ProgrammingInterface | A product that is a programming interface (API) to a resource | no |
| OntologyProduct | A product that is an ontology, a formal representation of a set of concepts w… | no |
| MappingProduct | A product that is a mapping between two or more data sources | 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:product_file_size |
| native | kgr:product_file_size |
LinkML Source
```yaml
name: product_file_size
description: The size of the product file, in bytes. The build process will attempt
to determine this based on the file header and populate the metadata where possible.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: product_file_size
owner: Product
domain_of:
- Product
range: integer
```