valueflows

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

commit e6a0c12f1309c168c1f0b25359ff67b196ce77b7
parent 21ddf4336ed600d2f9cd5aff2e808dd039b66b81
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Wed,  6 Nov 2019 15:36:36 -0600

re-arrange TOC, tweaks

Diffstat:
Mdocs/README.md | 2+-
Mdocs/SUMMARY.md | 16++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/README.md b/docs/README.md @@ -9,7 +9,7 @@ Or, with less buzzwords, "let's help a lot of alternative economic software proj One of the purposes of this vocab is to support resource flows connecting many software applications. These flows may be oriented around processes that make things, exchanges that trade things, or combinations of both. -The vocabulary is presented in several ways, as Linked Open Data using the Resource Description Framework (RDF) family of languages, as well as a GraphQL API and a UML model, and other notations to come. We want to support RDF based and non-RDF based use of the vocabulary, basically any way that people want to use software and data on the internet to help create economic networks. +The vocabulary is presented in several ways, as Linked Open Data using the Resource Description Framework (RDF) family of languages, as well as a GraphQL reference, json-schema reference, and a UML model. We want to support RDF based and non-RDF based use of the vocabulary, basically any way that people want to use software and data on the internet to help create economic networks. If this document seems too much to start with, or you just want a quicker overview, you can start here with a [ValueFlows Story](http://mikorizal.org/ValueFlows-Story.pdf) about apple pie (yum!). diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md @@ -11,8 +11,15 @@ ## Diagrams -* [RDF Diagram](specification/diagrams/vowl.md) * [UML Diagram](specification/diagrams/uml.md) +* [RDF Diagram](specification/diagrams/vowl.md) + +## Specification + +* [Classes and Properties](https://w3id.org/lode/owlapi/https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/all_vf.TTL) +* [External Terms](specification/external-terms.md) +* [GraphQL Reference](https://github.com/valueflows/vf-graphql/tree/master/lib/schemas) +* [JSON-schema Reference](https://github.com/valueflows/vf-json-schema/tree/master/schemas) ## Concepts @@ -31,13 +38,6 @@ * [Conversation for Action](introduction/cfa.md) * [Accounting](introduction/accounting.md) -## Specification - -* [Classes and Properties](https://w3id.org/lode/owlapi/https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/all_vf.TTL) -* [External terms](specification/external-terms.md) -* [Graphql Reference](https://github.com/valueflows/vf-graphql/tree/master/lib/schemas) -* [JSON-schema Reference](https://github.com/valueflows/vf-json-schema/tree/master/schemas) - ## Examples * [Agents](examples/ex-agent.md)