# Taxonomy updates

The procedure for releasing updates to the taxon files is detailed below:

1. Initial changes are submitted to [vocBench](https://vocbench.datafoodconsortium.org/vocbench3/#/Home).
2. Changes are approved & merged by a project administrator.
3. Updated JSON-LD and RDF files are generated by export from vocBench (ensuring both Graph "<http://www.w3.org/2004/02/skos/core>" and the "Include Inferred" option are checked).
4. Updated files are pushed to the [github repository](https://github.com/datafoodconsortium/taxonomies/tree/nextTaxon), on the `nextTaxon` branch.
5. Reviews are completed and the updated files are merged into the `main` branch.
6. Following the appropriate flow (determined by whether it's a Patch, Minor, or Major Release).
7. A new release is generated and updated JSON-LD and RDF files are published to the latest release folder for the contexts to read.


---

# 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.dfc-standard.org/dfc-standard-documentation/contributing/general-decisions/taxonomy-enrichment/taxonomy-updates.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.
