Slot: creation_date
The date the entry was created. This is used to determine the age of the entity. It should be in ISO 8601 format, e.g., 2024-02-12T00:00:00Z.
URI: kgr:creation_date Alias: creation_date
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| 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 |
| Usage | The usage of a resource | no |
| Publication | A publication associated with a resource | no |
| Organization | An organization | no |
| OntologyProduct | A product that is an ontology, a formal representation of a set of concepts w… | no |
| License | A license for a resource or product | no |
| DataSource | A data source | no |
| ProgrammingInterface | A product that is a programming interface (API) to a resource | no |
| FundingSource | A funding source for a resource | no |
| ProcessProduct | A product that is a process or algorithm | no |
| Resource | A top-level class for all resources in the knowledge graph registry | no |
| DataModel | A data model is a formal representation of concepts and relationships within … | no |
| DataModelProduct | A product that provides the rules of a data model | no |
| MappingProduct | A product that is a mapping between two or more data sources | no |
| Ontology | An ontology is a formal representation of a set of concepts within a domain a… | no |
| DocumentationProduct | A product that is documentation for a resource | no |
| Product | A top-level class for all products in the knowledge graph registry | no |
| KnowledgeGraph | A knowledge graph resource | no |
| NamedThing | A generic grouping for any identifiable entity | no |
| Aggregator | An aggregator of data sources | no |
Properties
- Range: Datetime
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | kgr:creation_date |
| native | kgr:creation_date |
LinkML Source
```yaml
name: creation_date
description: The date the entry was created. This is used to determine the age of
the entity. It should be in ISO 8601 format, e.g., 2024-02-12T00:00:00Z.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: creation_date
domain_of:
- NamedThing
- Organization
range: datetime
```