valueflows

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

commit 8da0d944c47428d4d2c6c4ecdfe2fc495fd11534
parent 85fd9419dd41aec7eac0ff4fb42a5916582ba383
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Tue, 29 Jan 2019 14:53:00 -0600

added intended qty (#431)


Diffstat:
Mrelease-doc-in-process/all_vf.TTL | 16+++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -297,7 +297,21 @@ vf:affectedQuantity a owl:ObjectProperty ; rdfs:domain vf:EconomicEvent ; rdfs:range qudt:QuantityValue ; vs:term_status "unstable" ; - rdfs:comment "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." . + rdfs:comment "The amount 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." . + +vf:committedQuantity a owl:ObjectProperty ; + rdfs:label "committed quantity" ; + rdfs:domain vf:Commitment ; + rdfs:range qudt:QuantityValue ; + vs:term_status "unstable" ; + rdfs:comment "The amount and unit of the commitment." . + +vf:intendedQuantity a owl:ObjectProperty ; + rdfs:label "intended quantity" ; + rdfs:domain vf:Intent ; + rdfs:range qudt:QuantityValue ; + vs:term_status "unstable" ; + rdfs:comment "The amount and unit of the intent." . vf:fulfilledQuantity a owl:ObjectProperty ; rdfs:label "fulfilled quantity" ;