valueflows

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

commit ab2138f524488c603d6d70cf6ac2037a04080896
parent a451217bbb143d30e5099587cf9b2a80a31f9ee9
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Tue, 22 Jan 2019 18:19:39 -0600

Event direct reference to ResourceSpecification (#410)

add resourceConfirmsTo to EconomicEvent

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

diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -536,7 +536,7 @@ vf:processClassifiedAs vf:resourceConformsTo a owl:ObjectProperty ; rdfs:label "resource conforms to" ; - rdfs:domain [ owl:unionOf (vf:Commitment vf:EconomicResource vf:Intent vf:RecipeFlow ) ] ; + rdfs:domain [ owl:unionOf (vf:Commitment vf:EconomicResource vf:Intent vf:RecipeFlow vf:EconomicEvent ) ] ; rdfs:range vf:ResourceSpecification ; vs:term_status "unstable" ; rdfs:comment "The primary resource knowledge specification or definition of an existing or potential resource." .