valueflows

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

commit cd4e27877db91b0e0b54dad6d93c7b3d7e8d2746
parent a062518302aa68da541783efa63e3f969aced899
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Thu, 18 Apr 2019 14:03:12 -0500

filled in missing claim defs (#496)


Diffstat:
Mrelease-doc-in-process/all_vf.TTL | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -120,12 +120,12 @@ vf:Fulfillment a owl:Class ; vf:Claim a owl:Class ; rdfs:label "vf:Claim" ; vs:term_status "unstable" ; - rdfs:comment "." . + rdfs:comment "A claim for a future economic event(s) in reciprocity for an economic event that already occurred." . vf:Settlement a owl:Class ; rdfs:label "vf:Settlement" ; vs:term_status "unstable" ; - rdfs:comment "." . + rdfs:comment "The quantity that the economic event settled of the claim." . vf:Appreciation a owl:Class ; rdfs:label "vf:Appreciation" ; @@ -350,6 +350,13 @@ vf:claimedQuantity a owl:ObjectProperty ; vs:term_status "unstable" ; rdfs:comment "The quantity of the initial expected reciprocity when an event materializes a claim." . +vf:settledQuantity a owl:ObjectProperty ; + rdfs:label "settled quantity" ; + rdfs:domain vf:Settlement ; + rdfs:range qudt:QuantityValue ; + vs:term_status "unstable" ; + rdfs:comment "The quantity of the settlement of an economic event towards a claim." . + vf:definedQuantity a owl:ObjectProperty ; rdfs:label "defined quantity" ; rdfs:domain vf:RecipeFlow ;