Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Value Flows
valueflows
Commits
ec5a6d50
Commit
ec5a6d50
authored
Jan 04, 2019
by
Lynn Foster
Browse files
simple transfer yaml
parent
66070aaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/transfer-simple.yaml
0 → 100644
View file @
ec5a6d50
# Simple transfer
'
@context'
:
'
@vocab'
:
https://w3id.org/valueflows#
xsd
:
http://www.w3.org/2001/XMLSchema#
time
:
http://www.w3.org/2006/time#
time:inXSDDateTimeStamp:
'@type'
:
xsd:dateTimeStamp
alice
:
https://alice.example/
bob
:
https://bob.example/
'
@graph'
:
# initial resources
-
'
@id'
:
alice:c7897c39-7f05-4a5d-a487-80e130a24345
'@type'
:
EconomicResource
classifiedAs
:
http://www.wikidata.org/entity/Q89
# apples
currentQuantity
:
qudt:unit: unit:Kilogram
qudt:numericValue:
670
trackingIdentifier
:
lot-4399jj93
# Alice gives Bob 200 kg apples.
-
'
@id'
:
alice:e7482f32-25b5-4f79-934b-5d0db3a5b77d
'@type'
:
Transfer
-
'
@id'
:
alice:6fb358a3-2859-4d6a-a4fa-431603ee70f5
'@type'
:
EconomicEvent
inputOf
:
alice:e7482f32-25b5-4f79-934b-5d0db3a5b77d
action
:
give
provider
:
alice
receiver
:
bob
affects
:
alice:c7897c39-7f05-4a5d-a487-80e130a24345
observedQuantity
:
qudt:unit: unit:Kilogram
qudt:numericValue:
200
-
'
@id'
:
bob:73410782-74da-4165-ad2b-b92fdf55f795
'@type'
:
EconomicEvent
outputOf
:
alice:e7482f32-25b5-4f79-934b-5d0db3a5b77d
action
:
receive
provider
:
alice
receiver
:
bob
affects
:
bob:0f563083-7f05-4a5d-a487-80e130a24345
observedQuantity
:
qudt:unit: unit:Kilogram
qudt:numericValue:
200
# - resources after transfers
-
'
@id'
:
alice:c7897c39-7f05-4a5d-a487-80e130a24345
'
@type'
:
EconomicResource
classifiedAs
:
http://www.wikidata.org/entity/Q89
# apples
currentQuantity
:
qudt:unit: unit:Kilogram
qudt:numericValue:
470
trackingIdentifier
:
lot-4399jj93
-
'
@id'
:
bob:0f563083-7f05-4a5d-a487-80e130a24345
'@type'
:
EconomicResource
classifiedAs
:
http://www.wikidata.org/entity/Q89
# apples
currentQuantity
:
qudt:unit: unit:Kilogram
qudt:numericValue:
200
trackingIdentifier
:
lot-4399jj93
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment