valueflows

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

commit 8a94011a7c9ccfda761ffe56444c7ce3828ef371
parent 43ae40dda95bdaf1b422da5396a21d9afef64d8f
Author: Bob Haugen <bob.haugen@gmail.com>
Date:   Wed, 21 Aug 2019 15:35:28 -0500

Merge pull request #572 from valueflows/fixes7

ttl file fixes and move json-schemas
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 @@ -45,7 +45,7 @@ vf:ResourceSpecification a owl:Class ; vf:RecipeProcess a owl:Class ; rdfs:label "vf:RecipeProcess" ; vs:term_status "unstable" ; - rdfs:comment "Specifies the process part of a recipe for use in planning from recipe." . + rdfs:comment "Specifies a process in a recipe for use in planning from recipe." . vf:ProcessSpecification a owl:Class ; rdfs:label "vf:ProcessSpecification" ; @@ -55,7 +55,7 @@ vf:ProcessSpecification a owl:Class ; vf:RecipeFlow a owl:Class ; rdfs:label "vf:RecipeFlow" ; vs:term_status "unstable" ; - rdfs:comment "The linkage between a process recipe, an action that structures a recipe, and a resource specification." . + rdfs:comment "The specification of a resource inflow to, or outflow from, a recipe process.." . vf:ScenarioDefinition a owl:Class ; rdfs:label "vf:ScenarioDefinition" ; @@ -596,7 +596,7 @@ vf:stage rdfs:domain [ owl:unionOf (vf:Commitment vf:RecipeFlow vf:EconomicResource) ] ; rdfs:range vf:ProcessSpecification ; vs:term_status "unstable" ; - rdfs:comment "The last stage the desired economic resource went through." . + 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." . vf:state a owl:ObjectProperty ;