valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit db763833c774ec887580e32f260069993b9c3432
parent 2d5dc5f0ee3369e93d9313379e6cb35fe235a886
Author: Bob Haugen <bob.haugen@gmail.com>
Date:   Sat,  6 Jun 2020 12:55:27 -0500

Merge pull request #641 from valueflows/point-five

Doc for version 0.5.
Diffstat:
ACHANGELOG.md | 35+++++++++++++++++++++++++++++++++++
Mdocs/introduction/status.md | 2+-
Mrelease-doc-in-process/all_vf.TTL | 2+-
3 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -0,0 +1,35 @@ +## 0.5 (June 2020) + +- Added exchange to recipe +- Added primary agent to economic resource +- Removed pass/fail actions, made state a string +- Cleanup and improvement on actions +- Added ability to further classify Organization +- Added default units and resource classifications to resource specification + +## 0.4 (November 2019) + +- Replace QUDT with OM2 for quantities and units +- Time cleanup +- SpatialThing +- TTL file cleanup +- Documentation improvements + +## 0.3 (August 2019) + +- Intent and Proposal +- Recipe and separate specifications +- OWL time +- Claim +- Scenario +- ProductBatch +- Improved quantities +- Stage and state +- Examples +- Json-schemas and graphql references, moved to separate repos +- Much TTL file cleanup and improved property naming +- Many documentation improvements + +## Out of the Shadows (March 2017) + +Initial release of core concepts and publication as a gitbook. diff --git a/docs/introduction/status.md b/docs/introduction/status.md @@ -1,6 +1,6 @@ # Status of the vocabulary -This documentation is for release 0.4. +This documentation is for release 0.5. Change log can be found [here](https://github.com/valueflows/valueflows/blob/master/CHANGELOG.md). This vocabulary is based on decades of work in academia and some limited work in the field in software implementations - and further development by the VF team through documenting and studying use cases. The stability of the model reflects this history. The core model is fairly stable, more so in structure, somewhat less in naming. However, there are many edge cases and possibly not-so-edge cases where the model will need to be adjusted for the reality in the field based on further experience. Also, this model represents something new, something that we want to be able to support the next economy, with all the unknowns that will bring. diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -18,7 +18,7 @@ <https://w3id.org/valueflows/> a owl:Ontology; dcterms:title "Value Flows Ontology"; dcterms:type <http://purl.org/adms/assettype/Ontology>; - owl:versionIRI <https://w3id.org/valueflows/0.4/> ; + owl:versionIRI <https://w3id.org/valueflows/0.5/> ; dcterms:status <http://purl.org/adms/status/UnderDevelopment>.