valueflows

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

commit 817f2b90c13030219f16fcc836fb6429de8ff46e
parent b6b634cf9ffcfe03191aa703bcfa6c73c09c5b32
Author: elf Pavlik <elf-pavlik@hackers4peace.net>
Date:   Tue, 15 Jan 2019 10:58:37 -0600

s/DataTypeProperty/DatatypeProperty/

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

diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -358,7 +358,7 @@ vf:fulfills a owl:ObjectProperty ; rdfs:domain vf:Fulfillment ; rdfs:comment "The commitment which is completely or partially fulfilled by an economic event." . -#vf:isFinished a owl:DataTypeProperty ; +#vf:isFinished a owl:DatatypeProperty ; # rdfs:domain [ owl:unionOf (vf:Commitment vf:Process) ] ; # rdfs:label "is finished" ; # rdfs:range xsd:boolean ; @@ -407,7 +407,7 @@ vf:duration a owl:ObjectProperty ; rdfs:comment "The calendar duration defined for this type of process." . vf:durationMultiplier - a owl:DataTypeProperty ; + a owl:DatatypeProperty ; rdfs:label "duration multiplier" ; rdfs:domain vf:RecipeProcess ; rdfs:range xsd:float ;