valueflows

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

core.md (3662B)


      1 # Core
      2 
      3 The vocabulary has a core that would fit many different kinds of economic formations  - value networks, supply chains, joint ventures, business collaboration network....
      4 
      5 The core is based on the REA (Resource, Event, Agent) ontology. You can find all the details by following the [links here](/appendix/rea.md).
      6 
      7 These are the main concepts in the REA ontology, as pictured in this [document](http://www.msu.edu/user/mccarth4/Alabama.doc):
      8 
      9 ![REA event](https://raw.github.com/valnet/valuenetwork/master/valuenetwork/site_media/media/photos/REA_event.png)
     10 
     11 Economic events are the movers and shakers.  They say what is happening to economic resources, and what economic agents are involved along the way.  They create the "value flows".
     12 
     13 A key concept in REA is Duality, which means that each event wants one or more balancing events: in other words, some kind of reciprocity.  REA uses an abstract word for this relationship in order to make the meaning configurable. The reciprocity does not need to happen at the same time, or in the same transaction.  And it can have any logic that a network wants: payment in money, swap, earn credits, earn reputation points, share with the commons, from each according to ability and to each according to need, etc.
     14 
     15 ### Independent vs Dependent views {#independent-vs-dependent-views}
     16 
     17 
     18 ![independent vs dependent](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/REAviews.png)
     19 
     20 Conventional accounting always takes the view of an individual agent: often a company. REA, and ValueFlows, take an independent view, sometimes called a “collaboration space” or economic network or supply chain view.  At the same time, derived from the independent view, REA and ValueFlows support each agent's own accounting view.
     21 
     22 For example, from one agent's viewpoint, the exchange may be a "purchase", from the other agent's viewpoint, it might be a "sale". From the neutral viewpoint, it is an exchange of resources, with usually at least two flows of resources, from different directions.
     23 
     24 For the individual agent’s accounting systems, assuming an Exchange of goods for money, when the goods are transferred from the seller to the purchaser, the purchaser’s Accounts Payable are increased (credited) and the seller’s Accounts Receivable are increased (debited). The independent view sees a transfer of goods from one agent to another.
     25 
     26 While conventional accounting uses the individual agent view, larger-scale economic analyses and planning, like for networks, communities, and bioregions, use the independent view. See [Value Flow Algorithms](/appendix/overview.md).
     27 
     28 
     29 ### Levels of the ontology
     30 
     31 All the levels of the REA ontology are similarly flexible and configurable:
     32 
     33 ![REA layers](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/layers.png)
     34 
     35 * The Knowledge level represents classification, policies, procedures, rules and patterns. This is where each network or community can configure the core concepts to fit their desires.
     36 * The Plan level represents offers, requests, schedules and promises.
     37 * The Observation level represents what really happened.
     38 
     39 The core ValueFlows vocabulary includes some concepts for which we use other rdf-based vocabularies. There may also be terms that applications will need that are not part of the ValueFlows economic model. This means that it expects people developing those applications to use VF together with other vocabularies / web ontologies. This documentation will define other vocabularies and specific terms from them that will be needed in common scenarios that VF aims to address.