valueflows

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

commit 77093d9c4acb081cec04b6588a33b9f41fbc51b0
parent 475bd1749ee9e3ad4680140a21a3d22ec399d4f0
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sat,  2 Nov 2019 09:40:41 -0500

Fixes from review. (#598)


Diffstat:
Mdocs/README.md | 4+++-
Mdocs/specification/external-terms.md | 16+++++++++-------
Mexamples/checkout-book.yaml | 2+-
Mexamples/fulfill-satisfy.yaml | 12++++++------
4 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/docs/README.md b/docs/README.md @@ -11,8 +11,10 @@ One of the purposes of this vocab is to support resource flows connecting many s The vocabulary is presented in several ways, as Linked Open Data using the Resource Description Framework (RDF) family of languages, as well as a GraphQL API and a UML model, and other notations to come. We want to support RDF based and non-RDF based use of the vocabulary, basically any way that people want to use software and data on the internet to help create economic networks. -If this document seems too much to start with, or you just want a quicker overview, you can start here with a [ValueFlows Story](http://mikorizal.org/ValueFlows-Story.pdf). +If this document seems too much to start with, or you just want a quicker overview, you can start here with a [ValueFlows Story](http://mikorizal.org/ValueFlows-Story.pdf) about apple pie (yum!). You can find us [here on github](https://github.com/valueflows). Or come on over and ask questions in the [Welcome Chat](https://gitter.im/valueflows/welcome). +<hr/> + <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This vocabulary and documentation is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. diff --git a/docs/specification/external-terms.md b/docs/specification/external-terms.md @@ -42,14 +42,16 @@ http://www.linkedmodel.org/schema/dtype# https://www.w3.org/TR/owl-time +Some useful constructs, others here: https://www.w3.org/TR/owl-time/#topology, see the Interval Relations. + * [`time:inXSDDateTimeStamp`](https://www.w3.org/TR/owl-time/#time:inXSDDateTimeStamp) * [`time:hasDuration`](https://www.w3.org/TR/owl-time/#time:hasDuration) * [`time:before`](https://www.w3.org/TR/owl-time/#time:before) * [`time:after`](https://www.w3.org/TR/owl-time/#time:after) * [`time:intervalDuring`](https://www.w3.org/TR/owl-time/#time:intervalDuring) -`vf` defines two property chain axioms `vf:hasBeginning` and `vf:hasEnd` as slight variant -of [Alignment of PROV-O with OWL-Time(https://www.w3.org/TR/owl-time/#time-prov)] +`vf` defines property chain axioms for `vf:hasBeginning` , `vf:hasEnd`, and `vf:hasPointInTime` as slight variant +of [Alignment of PROV-O with OWL-Time](https://www.w3.org/TR/owl-time/#time-prov). ## GEO @@ -61,12 +63,12 @@ https://www.w3.org/2003/01/geo/wgs84_pos# ## DFC -http://www.virtual-assembly.org/DataFoodConsortium/FullModel# +http://www.virtual-assembly.org/DataFoodConsortium/BusinessOntology# -* [`dfc:ProductBatch`](http://www.virtual-assembly.org/DataFoodConsortium/FullModel#ProductBatch) -* [`dfc:batchNumber`](http://www.virtual-assembly.org/DataFoodConsortium/FullModel#batchNumber) -* [`dfc:expiryDate`](http://www.virtual-assembly.org/DataFoodConsortium/FullModel#expiryDate) -* [`dfc:productionDate`](http://www.virtual-assembly.org/DataFoodConsortium/FullModel#productionDate) +* [`dfc:ProductBatch`](http://www.virtual-assembly.org/DataFoodConsortium/BusinessOntology#ProductBatch) +* [`dfc:batchNumber`](http://www.virtual-assembly.org/DataFoodConsortium/BusinessOntology#batchNumber) +* [`dfc:expiryDate`](http://www.virtual-assembly.org/DataFoodConsortium/BusinessOntology#expiryDate) +* [`dfc:productionDate`](http://www.virtual-assembly.org/DataFoodConsortium/BusinessOntology#productionDate) ## DCTERMS diff --git a/examples/checkout-book.yaml b/examples/checkout-book.yaml @@ -57,7 +57,7 @@ om2:hasUnit: om2:one om2:hasNumericalValue: 1 onhandQuantity: - om2:hasUnit: unit:Number + om2:hasUnit: om2:one om2:hasNumericalValue: 0 # return diff --git a/examples/fulfill-satisfy.yaml b/examples/fulfill-satisfy.yaml @@ -17,8 +17,8 @@ receiver: https://manufacturing.example/ resourceClassifiedAs: https://www.wikidata.org/wiki/Q192047 # machining effortQuantity: - qudt:unit: unit:Hour - qudt:numericValue: 8 + om2:hasUnit: om2:hour + om2:hasNumericalValue: 8 hasBeginning: 2018-10-14T8:00:00-0:00 hasEnd: 2018-10-15T18:00:00-0:00 @@ -31,8 +31,8 @@ receiver: https://manufacturing.example/ resourceClassifiedAs: https://www.wikidata.org/wiki/Q192047 # machining effortQuantity: - qudt:unit: unit:Hour - qudt:numericValue: 8 + om2:hasUnit: om2:hour + om2:hasNumericalValue: 8 hasBeginning: 2018-10-14T8:00:00-0:00 hasEnd: 2018-10-14T17:00:00-0:00 @@ -41,8 +41,8 @@ satisfies: mfg:e1721a61-cd47-4556-84b9-8b1b81da15bf # the intent satisfiedBy: mfg:02b39a30-3e04-4305-9656-7f261aa63c84 # the commitment effortQuantity: - qudt:unit: unit:Hour - qudt:numericValue: 8 + om2:hasUnit: om2:hour + om2:hasNumericalValue: 8 # Bob does the work in two 4-hour shifts on Oct. 14