valueflows

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

commit 73924998510813ed0eaa9c6c402e2f5173fa9c85
parent 6c84fc739407a24ad52ae2fc0ad41860a272a06b
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Mon, 13 May 2019 13:23:11 -0500

range of vf:under, removed fulfillment ref (#505)


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

diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -243,11 +243,11 @@ vf:inScopeOf a owl:ObjectProperty ; rdfs:comment "Grouping around something to create a boundary or context, used for documenting, accounting, planning." . vf:under a owl:ObjectProperty ; - rdfs:domain [ owl:unionOf (vf:EconomicEvent vf:Commitment vf:Intent vf:Fulfillment vf:Claim) ] ; + rdfs:domain [ owl:unionOf (vf:EconomicEvent vf:Commitment vf:Intent vf:Claim) ] ; rdfs:label "under" ; - rdfs:range vf:Agreement ; + rdfs:range owl:Thing ; vs:term_status "unstable" ; - rdfs:comment "Reference to an agreement between agents which specifies the rules or policies or calculations which govern this flow." . + rdfs:comment "Reference to an agreement between agents which specifies the rules, terms, policies, calculations, etc. which govern this flow." . vf:triggeredBy a owl:ObjectProperty ; rdfs:label "triggered by" ;