valueflows

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

commit c774e679d0ca309c9f2bffc4550b4fce3147c3d7
parent 9817ed2dadcf89c65f5659b61ce482c2574c97ca
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Thu,  2 Mar 2017 18:15:54 -0600

Merge pull request #191 from elf-pavlik/io

clearer I/O relation between Process and I/C/E
Diffstat:
Mrelease-doc-in-process/all_vf.TTL | 52+++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 41 insertions(+), 11 deletions(-)

diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -22,8 +22,8 @@ vf:ResourceTemplate a owl:Class ; vf:ProcessTemplate a owl:Class ; rdfs:label "vf:ProcessTemplate" . -vf:EventTemplate a owl:Class ; - rdfs:label "vf:EventTemplate" . +vf:IntentTemplate a owl:Class ; + rdfs:label "vf:IntentTemplate" . vf:ExchangeTemplate a owl:Class ; rdfs:label "vf:ExchangeTemplate" . @@ -125,23 +125,53 @@ vf:Currency a owl:Class ; vf:action a owl:ObjectProperty ; - rdfs:domain vf:EventTemplate , vf:Intent , vf:Commitment , vf:Event ; + rdfs:domain vf:IntentTemplate , vf:Intent , vf:Commitment , vf:Event ; rdfs:range vf:Action . -vf:occursIn +vf:inputOf a owl:ObjectProperty ; - rdfs:domain vf:EventTemplate , vf:Event ; - rdfs:range vf:ProcessTemplate , vf:Process . + rdfs:domain vf:Event ; + rdfs:range vf:Process . -vf:willOccurIn +vf:outputOf a owl:ObjectProperty ; - rdfs:domain vf:Intent , vf:Commitment ; + rdfs:domain vf:Event ; + rdfs:range vf:Process . + +vf:commitedInputOf + a owl:ObjectProperty ; + rdfs:domain vf:Commitment ; + rdfs:range vf:Process . + +vf:commitedOutputOf + a owl:ObjectProperty ; + rdfs:domain vf:Commitment ; + rdfs:range vf:Process . + +vf:intendedInputOf + a owl:ObjectProperty ; + rdfs:domain vf:Intent ; + rdfs:range vf:Process . + +vf:templatedOutputOf + a owl:ObjectProperty ; + rdfs:domain vf:IntentTemplate ; + rdfs:range vf:ProcessTemplate . + +vf:templatedInputOf + a owl:ObjectProperty ; + rdfs:domain vf:IntentTemplate ; + rdfs:range vf:ProcessTemplate . + +vf:intendedOutputOf + a owl:ObjectProperty ; + rdfs:domain vf:Intent ; rdfs:range vf:Process . -vf:eventTemplate +vf:intentTemplate a owl:ObjectProperty ; rdfs:domain vf:Intent , vf:Commitment ; - rdfs:range vf:EventTemplate . + rdfs:range vf:IntentTemplate . vf:processTemplate a owl:ObjectProperty ; @@ -164,7 +194,7 @@ vf:parent vf:hasResourceTemplate a owl:ObjectProperty ; - rdfs:domain vf:Resource , vf:EventTemplate , vf:Intent , vf:Commitment ; + rdfs:domain vf:Resource , vf:IntentTemplate , vf:Intent , vf:Commitment ; rdfs:range vf:ResourceTemplate . vf:involveResource