valueflows

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

commit 21ddf4336ed600d2f9cd5aff2e808dd039b66b81
parent 77093d9c4acb081cec04b6588a33b9f41fbc51b0
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sun,  3 Nov 2019 10:20:01 -0600

small fixes (#599)


Diffstat:
Mdocs/specification/external-terms.md | 6++++--
Mrelease-doc-in-process/all_vf.TTL | 7++++---
2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/docs/specification/external-terms.md b/docs/specification/external-terms.md @@ -26,12 +26,14 @@ https://www.w3.org/TR/vocab-org/ http://www.ontology-of-units-of-measure.org/resource/om-2/ * [`om2:Measure`](http://www.ontology-of-units-of-measure.org/resource/om-2/Measure) -* [`om2:Unit`](http://www.ontology-of-units-of-measure.org/resource/om-2/Unit) - * A list of units can also be found here. Each subclass on this page has an additional list of units. * [`om2:hasUnit`](http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit) * [`om2:hasNumericalValue`](http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue) +* [`om2:Unit`](http://www.ontology-of-units-of-measure.org/resource/om-2/Unit) + * A list of units can also be found here. Each subclass on this page has an additional list of units. + * VF will use (at least) rdfs:label and om:symbol as properties of Units. + ### DTYPE http://www.linkedmodel.org/schema/dtype# diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -1021,7 +1021,7 @@ vf:noEffect a owl:NamedIndividual , rdfs:label "no effect" ; vs:term_status "unstable" . -# Input/output +# Input/output (and N/A for pairs with) vf:input a owl:NamedIndividual , vf:InputOutput ; @@ -1030,8 +1030,9 @@ vf:input a owl:NamedIndividual , vs:term_status "unstable" . vf:notApplicable a owl:NamedIndividual , - vf:InputOutput ; - rdfs:comment "This kind of flow is not related to a process." ; + vf:InputOutput , + vf:PairsWith ; + rdfs:comment "This property is not applicable to this kind of flow." ; rdfs:label "not applicable" ; vs:term_status "unstable" .