# Valueflows vf vocabs

![Valueflows icon](https://codeberg.org/valueflows/valueflows/raw/branch/master/mkdocs/docs/assets/icon-0.svg)

Here is the current release spec, which also includes concepts: <https://valueflo.ws/>

Some specific links of interest for devs:

* \[Classes and Properties] For a diagram view of the whole model, see [this complete diagram](https://www.valueflo.ws/assets/ValueFlowsUML.png), or [this subject area breakout with diagrams and text explanations](https://www.valueflo.ws/specification/model-text/).
* [RDF Reference](https://codeberg.org/valueflows/pages/src/branch/main/assets/all_vf.TTL) This is the "turtle" file that is the system of record source for the specification.
* [GraphQL Reference](https://lab.allmende.io/valueflows/vf-schemas/vf-graphql/-/tree/sprout/lib/schemas). This is maintained mostly by the projects using it. It is currently somewhat out of sync.
* Other alternative formats are in various stages of completion, ask in the Valueflows welcome chat, linked below.
* [Procedures for moving changes to the website](https://codeberg.org/valueflows/valueflows/src/branch/master/Website-publishing-instructions.md).

If you would like to be part of the Valueflows conversation, please [raise an issue here](https://codeberg.org/valueflows/valueflows/issues), or fork this or any of the related repositories and issue pull requests. You can also pop into our [welcome matrix chat](https://matrix.to/#/#valueflows:matrix.org) to make comments, ask questions, or introduce yourself!

Also please visit the matrix chat if you have difficulty accessing the git repositories! You should now be able to register yourself on Codeberg, but will have to be invited to the Valueflows organization.

## License

[![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)\
This vocabulary and documentation is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).

## Domain info

The domain name valueflo.ws is registered at gandi.net. The people with access currently are Lynn Foster and elf Pavlik. The registration is paid through 2027-10-01.

The site is hosted at <https://codeberg.org/valueflows/pages>.


---

# 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://valueflows.gitbook.io/valueflows/readme.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.
