valueflows

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

commit 91e7157dca04680be303d17969938d33fdea265f
parent 43e0552816d970de1e860d08cda3b54789cdfce5
Author: Bob Haugen <bob.haugen@gmail.com>
Date:   Thu, 31 Oct 2019 14:02:22 -0500

Merge pull request #595 from valueflows/state-stage

removed state/stage from recipeflow and commitment
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 @@ -593,15 +593,15 @@ vf:conformsTo vf:stage a owl:ObjectProperty ; rdfs:label "stage" ; - rdfs:domain [ owl:unionOf (vf:Commitment vf:RecipeFlow vf:EconomicResource) ] ; + rdfs:domain vf:EconomicResource ; rdfs:range vf:ProcessSpecification ; vs:term_status "unstable" ; - rdfs:comment "References the ProcessSpecification of the last process the desired economic resource went through. Stage is used when the last process is important for finding proper resources, such as where the publishing process wants only documents that have gone through the editing process." . + rdfs:comment "References the ProcessSpecification of the last process the economic resource went through. Stage is used when the last process is important for finding proper resources, such as where the publishing process wants only documents that have gone through the editing process." . vf:state a owl:ObjectProperty ; rdfs:label "state" ; - rdfs:domain [ owl:unionOf (vf:Commitment vf:RecipeFlow vf:EconomicResource) ] ; + rdfs:domain vf:EconomicResource ; rdfs:range vf:Action ; vs:term_status "unstable" ; rdfs:comment "The state of the desired economic resource (pass or fail), after coming out of a test or review process." .