valueflows

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

commit 98ee4e5181ef5c963bd97d37cbfce79d4ab672d9
parent 6b31629a1d5c6cfb6836d08603ed9bd766298264
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sun, 12 Mar 2017 16:40:21 -0500

Changed to EconomicResource and EconomicEvent in random places in the text.

Diffstat:
Mdocs/introduction/resources.md | 4++--
Mdocs/specification/classes/process.md | 4++--
Mdocs/specification/classes/transformation.md | 2+-
Mdocs/specification/classes/transportation.md | 2+-
Mdocs/specification/properties/action.md | 2+-
Mdocs/specification/properties/affectedquantity.md | 2+-
Mdocs/specification/properties/category.md | 2+-
Mdocs/specification/properties/currentlocation.md | 2+-
Mdocs/specification/properties/eventstart.md | 2+-
Mdocs/specification/properties/image.md | 2+-
Mdocs/specification/properties/input.md | 2+-
Mdocs/specification/properties/issubstitutable.md | 4++--
Mdocs/specification/properties/name.md | 2+-
Mdocs/specification/properties/output.md | 2+-
Mdocs/specification/properties/quantity.md | 2+-
Mdocs/specification/properties/resource.md | 4++--
Mdocs/specification/properties/trackingidentifier.md | 7++-----
Mdocs/specification/properties/underlyingresource.md | 4++--
18 files changed, 24 insertions(+), 27 deletions(-)

diff --git a/docs/introduction/resources.md b/docs/introduction/resources.md @@ -1,4 +1,4 @@ -# Resources +# Economic Resources Traditionally, an economic resource is defined by its utility, but also by its scarcity and its control by an economic agent. That definition is too limited. Its limitations include: * Intellectual creations like designs are not scarce, yet they clearly are economic resources. They only become scarce when legally restricted by patents and copyrights. @@ -37,7 +37,7 @@ And then in the "independent view", for larger-scale analysis of resource flows, #### Inventory -Resources can be inventoried, not inventoried but could be, or it doesn't make sense to think about inventory. +Economic Resources can be inventoried, not inventoried but could be, or it doesn't make sense to think about inventory. * Inventoried: You want to keep track of it, changes in quantity, and how many you have right now. * Not inventoried: You could keep track of it, but it isn't worth it. This usually happens for quantities of small or hard to measure items that are obtained in bulk, like solder or bolts. In this case, you have to look at the actual resource to see if you need more, the data won't tell you. * Not applicable: This is for types of work (unless scheduled), and other resources where it just doesn't make sense. diff --git a/docs/specification/classes/process.md b/docs/specification/classes/process.md @@ -3,6 +3,6 @@ <table> <tr><td>rdf:type</td><td> owl:Class </td></tr> <tr><td>rdfs:label</td><td>Process</td></tr> -<tr><td>rdfs:comment</td><td>A vf:Process is an activity that changes inputs into outputs. It could transform or transport vf:Resource(s).</td></tr> -<tr><td>Properties</td><td>vf:name, vf:plannedStart, vf:plannedDuration, vf:io, vf:note</td></tr> +<tr><td>rdfs:comment</td><td>A vf:Process is an activity that changes inputs into outputs. It could transform or transport vf:EconomicResource(s).</td></tr> +<tr><td>Properties</td><td>vf:name, vf:plannedStart, vf:plannedDuration, vf:input, vf:output, vf:note</td></tr> </table> \ No newline at end of file diff --git a/docs/specification/classes/transformation.md b/docs/specification/classes/transformation.md @@ -3,7 +3,7 @@ <table> <tr><td>rdf:type</td><td> owl:Class </td></tr> <tr><td>rdfs:label</td><td>Transformation</td></tr> -<tr><td>rdfs:comment</td><td>A vf:Transformation is an activity that transforms inputs into outputs. It causes a change in the composition of the vf:Resource(s).</td></tr> +<tr><td>rdfs:comment</td><td>A vf:Transformation is an activity that transforms inputs into outputs. It causes a change in the composition of the vf:EconomicResource(s).</td></tr> <tr><td>rdfs:subClassOf</td><td>vf:Process</td></tr> <tr><td>Properties</td><td></td></tr> </table> \ No newline at end of file diff --git a/docs/specification/classes/transportation.md b/docs/specification/classes/transportation.md @@ -3,7 +3,7 @@ <table> <tr><td>rdf:type</td><td> owl:Class </td></tr> <tr><td>rdfs:label</td><td>Transportation</td></tr> -<tr><td>rdfs:comment</td><td>A vf:Transportation is a change in location of vf:Resource(s).</td></tr> +<tr><td>rdfs:comment</td><td>A vf:Transportation is a change in location of vf:EconomicResource(s).</td></tr> <tr><td>rdfs:subClassOf</td><td>vf:Process</td></tr> <tr><td>Properties</td><td></td></tr> </table> \ No newline at end of file diff --git a/docs/specification/properties/action.md b/docs/specification/properties/action.md @@ -4,7 +4,7 @@ <tr><td>rdf:type</td><td>owl:ObjectProperty</td></tr> <tr><td>rdfs:label</td><td>action</td></tr> <tr><td>rdfs:comment</td><td>A vf:action relates a process input or output (or other vf:IPOEVent) to a verb.</td></tr> -<tr><td>rdfs:domain (property of)</td><td>vf:Event</td></tr> +<tr><td>rdfs:domain (property of)</td><td>vf:EconomicEvent</td></tr> <tr><td>rdfs:range (allowed values)</td><td></td></tr> </table> diff --git a/docs/specification/properties/affectedquantity.md b/docs/specification/properties/affectedquantity.md @@ -4,7 +4,7 @@ <tr><td>rdf:type</td><td>owl:DatatypeProperty</td></tr> <tr><td>rdfs:label</td><td>affectedQuantity</td></tr> <tr><td>rdfs:comment</td><td>The quantity and unit of the event. This is the quantity that could be used to increment or decrement a resource, depending on the type of resource and type of event.</td></tr> -<tr><td>rdfs:domain (property of)</td><td>vf:Event</td></tr> +<tr><td>rdfs:domain (property of)</td><td>vf:EconomicEvent</td></tr> <tr><td>rdfs:range (allowed values)</td><td>qudt:QuantityValue</td></tr> </table> diff --git a/docs/specification/properties/category.md b/docs/specification/properties/category.md @@ -4,7 +4,7 @@ <tr><td>rdf:type</td><td>owl:ObjectProperty</td></tr> <tr><td>rdfs:label</td><td>category</td></tr> <tr><td>rdfs:comment</td><td>A type or categorization that describes a resource.</td></tr> -<tr><td>rdfs:domain (property of)</td><td>vf:ResourceModel, vf:Resource</td></tr> +<tr><td>rdfs:domain (property of)</td><td>vf:ResourceModel, vf:EconomicResource</td></tr> <tr><td>rdfs:range (allowed values)</td><td>an IRI??</td></tr> </table> diff --git a/docs/specification/properties/currentlocation.md b/docs/specification/properties/currentlocation.md @@ -4,7 +4,7 @@ <tr><td>rdf:type</td><td>owl:ObjectProperty</td></tr> <tr><td>rdfs:label</td><td>currentLocation</td></tr> <tr><td>rdfs:comment</td><td>The current place an item is, so that it can be found.</td></tr> -<tr><td>rdfs:domain (property of)</td><td>vf:Resource (and subclasses)</td></tr> +<tr><td>rdfs:domain (property of)</td><td>vf:EconomicResource</td></tr> <tr><td>rdfs:range (allowed values)</td><td>IRI?</td></tr> </table> diff --git a/docs/specification/properties/eventstart.md b/docs/specification/properties/eventstart.md @@ -4,6 +4,6 @@ <tr><td>rdf:type</td><td>owl:DatatypeProperty</td></tr> <tr><td>rdfs:label</td><td>eventStart</td></tr> <tr><td>rdfs:comment</td><td>The starting date and optionally time of the event.</td></tr> -<tr><td>rdfs:domain (property of)</td><td>vf:Event</td></tr> +<tr><td>rdfs:domain (property of)</td><td>vf:EconomicEvent</td></tr> <tr><td>rdfs:range (allowed values)</td><td></td></tr> </table> \ No newline at end of file diff --git a/docs/specification/properties/image.md b/docs/specification/properties/image.md @@ -4,6 +4,6 @@ <tr><td>rdf:type</td><td>owl:DatatypeProperty</td></tr> <tr><td>rdfs:label</td><td>image</td></tr> <tr><td>rdfs:comment</td><td>An image associated with an object, to help clarify it.</td></tr> -<tr><td>rdfs:domain (property of)</td><td>vf:Agent, vf:Resource</td></tr> +<tr><td>rdfs:domain (property of)</td><td>vf:Agent, vf:EconomicResource</td></tr> <tr><td>rdfs:range (allowed values)</td><td>???</td></tr> </table> \ No newline at end of file diff --git a/docs/specification/properties/input.md b/docs/specification/properties/input.md @@ -5,5 +5,5 @@ <tr><td>rdfs:label</td><td>input</td></tr> <tr><td>rdfs:comment</td><td>Relates a process to its inputs.</td></tr> <tr><td>rdfs:domain (property of)</td><td>vf:Process</td></tr> -<tr><td>rdfs:range (allowed values)</td><td>vf:Event</td></tr> +<tr><td>rdfs:range (allowed values)</td><td>vf:EconomicEvent, vf:Commitment</td></tr> </table> \ No newline at end of file diff --git a/docs/specification/properties/issubstitutable.md b/docs/specification/properties/issubstitutable.md @@ -4,8 +4,8 @@ <tr><td>rdf:type</td><td>owl:DatatypeProperty</td></tr> <tr><td>rdfs:label</td><td>isSubstitutable</td></tr> <tr><td>rdfs:comment</td><td>Defines if any resources of that type can be freely substituted for any other resource of that type when used, consumed, traded, etc. </td></tr> -<tr><td>rdfs:domain (property of)</td><td>vf:ResourceModel, vf:Resource</td></tr> -<tr><td>rdfs:range (allowed values)</td><td>vf:ResourceModel, vf:Resource</td></tr> +<tr><td>rdfs:domain (property of)</td><td>vf:ResourceModel, vf:EconomicResource</td></tr> +<tr><td>rdfs:range (allowed values)</td><td>vf:ResourceModel, vf:EconomicResource</td></tr> </table> For example, "B9R-1-red DLP resin photopolymer" is probably a substitutable resource type. While each resource for a resource type called "English-Spanish translation" is probably not substitutable because each will be a different document. \ No newline at end of file diff --git a/docs/specification/properties/name.md b/docs/specification/properties/name.md @@ -4,6 +4,6 @@ <tr><td>rdf:type</td><td>owl:DatatypeProperty</td></tr> <tr><td>rdfs:label</td><td>name</td></tr> <tr><td>rdfs:comment</td><td>An informal or formal textual identifier for an object. Does not imply uniqueness.</td></tr> -<tr><td>rdfs:domain (property of)</td><td>(anything?)</td></tr> +<tr><td>rdfs:domain (property of)</td><td></td></tr> <tr><td>rdfs:range (allowed values)</td><td>skos:prefLabel</td></tr> </table> \ No newline at end of file diff --git a/docs/specification/properties/output.md b/docs/specification/properties/output.md @@ -5,5 +5,5 @@ <tr><td>rdfs:label</td><td>output</td></tr> <tr><td>rdfs:comment</td><td>Relates a process to its outputs.</td></tr> <tr><td>rdfs:domain (property of)</td><td>vf:Process</td></tr> -<tr><td>rdfs:range (allowed values)</td><td>vf:Event</td></tr> +<tr><td>rdfs:range (allowed values)</td><td>vf:EconomicEvent, vf:Commitment</td></tr> </table> \ No newline at end of file diff --git a/docs/specification/properties/quantity.md b/docs/specification/properties/quantity.md @@ -4,7 +4,7 @@ <tr><td>rdf:type</td><td>owl:DatatypeProperty</td></tr> <tr><td>rdfs:label</td><td>quantity</td></tr> <tr><td>rdfs:comment</td><td>The current quantity and unit of the resource.</td></tr> -<tr><td>rdfs:domain (property of)</td><td>vf:Resource</td></tr> +<tr><td>rdfs:domain (property of)</td><td>vf:EconomicResource</td></tr> <tr><td>rdfs:range (allowed values)</td><td>qudt:QuantityValue</td></tr> </table> diff --git a/docs/specification/properties/resource.md b/docs/specification/properties/resource.md @@ -4,6 +4,6 @@ <tr><td>rdf:type</td><td>owl:ObjectProperty</td></tr> <tr><td>rdfs:label</td><td>resource</td></tr> <tr><td>rdfs:comment</td><td>Relates process input/output to a resource.</td></tr> -<tr><td>rdfs:domain (property of)</td>vf:Event<td></td></tr> -<tr><td>rdfs:range (allowed values)</td><td>vf:Resource (or its subclasses)</td></tr> +<tr><td>rdfs:domain (property of)</td>vf:EconomicEvent<td></td></tr> +<tr><td>rdfs:range (allowed values)</td><td>vf:EconomicResource</td></tr> </table> \ No newline at end of file diff --git a/docs/specification/properties/trackingidentifier.md b/docs/specification/properties/trackingidentifier.md @@ -3,11 +3,9 @@ <table> <tr><td>rdf:type</td><td>owl:DatatypeProperty</td></tr> <tr><td>rdfs:label</td><td>trackingIdentifier</td></tr> -<tr><td>rdfs:comment</td><td>Sometimes called "lot number", used for trackable batched resources. Sometimes called "serial number", used when each item must have a trackable identifier (like a computer).</td></tr> -<tr><td>rdfs:domain (property of)</td><td>vf:Resource</td></tr> +<tr><td>rdfs:comment</td><td>Sometimes called "lot number", used for trackable batched resources. Sometimes called "serial number", used when each item must have a trackable identifier (like a computer). Could be used for other unique tracking identifiers.</td></tr> +<tr><td>rdfs:domain (property of)</td><td>vf:EconomicResource</td></tr> <tr><td>rdfs:range (allowed values)</td><td></td></tr> </table> Example: a lot of asparagus that will be distributed in smaller quantities but may need to be tracked to its source in case of an e-coli outbreak. - -See also vf:Resource.- \ No newline at end of file diff --git a/docs/specification/properties/underlyingresource.md b/docs/specification/properties/underlyingresource.md @@ -4,8 +4,8 @@ <tr><td>rdf:type</td><td>owl:ObjectProperty</td></tr> <tr><td>rdfs:label</td><td>underlyingResource</td></tr> <tr><td>rdfs:comment</td><td>A more concrete resource upon which a resource is based.</td></tr> -<tr><td>rdfs:domain (property of)</td><td>vf:Resource</td></tr> -<tr><td>rdfs:range (allowed values)</td><td>vf:Resource</td></tr> +<tr><td>rdfs:domain (property of)</td><td>vf:EconomicResource</td></tr> +<tr><td>rdfs:range (allowed values)</td><td>vf:EconomicResource</td></tr> </table> One example: a resource which defines the rental of an apartment has the apartment itself as its underlying resource. Another example: a virtual account resource can have an actual bank account as its underlying resource. \ No newline at end of file