# Information Lifecycles

There are a large number of models for the “data lifecycle”. The Data Life Cycle Models and Concepts (<https://ceos.org/document_management/Working_Groups/WGISS/Interest_Groups/Data_Stewardship/White_Papers/WGISS_Data-Lifecycle-Models-And-Concepts.pdf> ) collected together many data lifecycle models, and more recently Revisiting the Data Lifecycle with Big Data Curation  <https://core.ac.uk/download/pdf/162675829.pdf>

&#x20;All are some variation of the following, not necessarily sequential, steps:

* Planning
* Acquiring
* Processing
* Analysing
* Preserving
* Discovering
* Accessing
* Reusing/re-processing
* Combining

This list includes all the FAIR Principles.

Of primary importance in all these steps is what is generally called “metadata”.  However it is important to use a more detailed taxonomy, including those terms defined in the OAIS Reference Model, in order to ensure that all the relevant types of metadata, with enough of each type, is collected along the way.

The document [Information Preparation to Ensure Long Term Use](https://public.ccsds.org/review/CCSDS%20653.0-R-1/653x0r1.pdf) (IPELTU), which is in the process of being standardized by CCSDS and ISO, provides checklists for every stage of data production and use to ensure that the appropriate types of metadata are collected. The way in which these pieces of information can be added, and preserved, in LABDRIVE will be described.

## Ingestion

The important consideration when information is taken into the archive is that enough "metadata" must be collected in order to be ready to preserve, find and use that information.  In particular enough must be collected to create the Archival Information Packages. These are described in [Collecting Information needed for Re-Use and Preservation](/labdrive/data-curation-and-preservation-1/collecting-information-needed-for-re-use-and-preservation.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.libnova.com/labdrive/data-curation-and-preservation-1/information-lifecycles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
