valueflows

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

SUMMARY.md (2331B)


      1 # Summary
      2 
      3 ## Introduction
      4 
      5 * [Introduction](README.md)
      6 * [Flows of Value](introduction/concepts.md)
      7 * [Core](introduction/core.md)
      8 * [Principles](introduction/principles.md)
      9 * [Contributors](introduction/contributors.md)
     10 * [Status](introduction/status.md)
     11 
     12 ## Diagrams
     13 
     14 * [UML Diagram](specification/diagrams/uml.md)
     15 * [RDF Diagram](specification/diagrams/vowl.md)
     16 
     17 ## Specification
     18 
     19 * [Classes and Properties](https://w3id.org/lode/owlapi/https://lab.allmende.io/valueflows/valueflows/-/raw/master/release-doc-in-process/all_vf.TTL)
     20 * [Other Namespaces/Terms](specification/external-terms.md)
     21 * [RDF Reference](https://lab.allmende.io/valueflows/valueflows/-/blob/master/release-doc-in-process/all_vf.TTL)
     22 * [GraphQL Reference](https://lab.allmende.io/valueflows/vf-schemas/vf-graphql/-/tree/sprout/lib/schemas)
     23 * [JSON-schema Reference](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas)
     24 
     25 ## Concepts
     26 
     27 * [Agents](introduction/agents.md)
     28 * [Resources](introduction/resources.md)
     29 * [Flows](introduction/flows.md)
     30 * [Processes](introduction/processes.md)
     31 * [Transfers](introduction/transfers.md)
     32 * [Exchanges](introduction/exchanges.md)
     33 * [Proposals](introduction/proposals.md)
     34 * [Operational Planning](introduction/plan.md)
     35 * [Budgeting and Analysis](introduction/estimates.md)
     36 * [Scoping](introduction/scoping.md)
     37 * [Classification](introduction/classification.md)
     38 * [Recipes](introduction/recipes.md)
     39 * [Conversation for Action](introduction/cfa.md)
     40 * [Accounting](introduction/accounting.md)
     41 
     42 ## Examples
     43 
     44 * [Agents](examples/ex-agent.md)
     45 * [Economic Resources](examples/ex-resource.md)
     46 * [Production](examples/ex-production.md)
     47 * [Exchanges and Transfers](examples/ex-exchange.md)
     48 * [Planning](examples/ex-planning.md)
     49 * [More Complex](examples/ex-complex.md)
     50 
     51 ## Appendices
     52 
     53 * [REA References](appendix/rea.md)
     54 * [Uses of the Vocabulary](introduction/usedfor.md)
     55 * [Presentations](appendix/presentations.md)
     56 
     57 ### Algorithms
     58 
     59 * [Overview](appendix/overview.md)
     60 * [Dependent Demand](appendix/dependent-demand.md)
     61 * [Critical Path](appendix/critical-path.md)
     62 * [Value Rollup](appendix/rollup.md)
     63 * [Value Equations](appendix/equations.md)
     64 * [Track and Trace](appendix/track.md)
     65 * [Provenance](appendix/provenance.md)
     66 * [Cash Flows](appendix/cashflows.md)
     67 * [Network Flows](appendix/netflows.md)