valueflows

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

commit 2d09408c484d62457efcf85d2497ae347652429c
parent 1d2d8696bf8f6702e58c5ddc2702f85a0ab124a8
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sun, 27 Jan 2019 10:17:59 -0600

add finished to the ttl (#428)


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

diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -444,12 +444,12 @@ vf:satisfiedBy vs:term_status "unstable" ; rdfs:comment "A commitment or economic event fully or partially satisfying an intent" . -#vf:finished a owl:DatatypeProperty ; -# rdfs:domain [ owl:unionOf (vf:Commitment vf:Process vf:Intent) ] ; -# rdfs:label "finished" ; -# rdfs:range xsd:boolean ; -# vs:term_status "unstable" ; -# rdfs:comment "The commitment or process is complete or not." . +vf:finished a owl:DatatypeProperty ; + rdfs:domain [ owl:unionOf (vf:Commitment vf:Process vf:Intent) ] ; + rdfs:label "finished" ; + rdfs:range xsd:boolean ; + vs:term_status "unstable" ; + rdfs:comment "The commitment or intent or process is complete or not." . vf:substitutable a owl:DatatypeProperty ; rdfs:label "substitutable" ;