valueflows

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

commit b58eae970f90f42f5772c4faecd115bdee50260d
parent d6fbf21aec389c966a1ae6c83bdad9fe668bd513
Author: Kalin Maldzhanski <djodjo@djodjo.org>
Date:   Tue, 28 Mar 2017 17:39:29 +0200

Merge pull request #212 from valueflows/vocab-formats

Vocab formats
Diffstat:
Aonto/vf.html | 24++++++++++++++++++++++++
Aonto/vf.jsonld | 596+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aonto/vf.nq | 543+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aonto/vf.nt | 543+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aonto/vf.rdf | 729+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aonto/vf.rj | 2822+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aonto/vf.trig | 461+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aonto/vf.trix | 2719+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aonto/vf.ttl | 461+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9 files changed, 8898 insertions(+), 0 deletions(-)

diff --git a/onto/vf.html b/onto/vf.html @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Value Flows Ontology</title><title>Value Flows Ontology</title><link href="http://eelst.cs.unibo.it/apps/LODE/owl.css" rel="stylesheet" type="text/css" /><link href="http://eelst.cs.unibo.it/apps/LODE/Primer.css" rel="stylesheet" type="text/css" /><link href="http://eelst.cs.unibo.it/apps/LODE/rec.css" rel="stylesheet" type="text/css" /><link href="http://eelst.cs.unibo.it/apps/LODE/extra.css" rel="stylesheet" type="text/css" /><link rel="shortcut icon" href="http://eelst.cs.unibo.it/apps/LODE/favicon.ico" /> + <link rel="alternate" href="https://cdn.rawgit.com/valueflows/valueflows/master/onto/vf.rdf" type="application/rdf+xml"/> + <link rel="alternate" href="https://cdn.rawgit.com/valueflows/valueflows/master/onto/vf.jsonld" type="application/ld+json"/> + <link rel="alternate" href="https://cdn.rawgit.com/valueflows/valueflows/master/onto/vf.nq" type="application/n-quads"/> + <link rel="alternate" href="https://cdn.rawgit.com/valueflows/valueflows/master/onto/vf.nt" type="application/n-triples"/> + <link rel="alternate" href="https://cdn.rawgit.com/valueflows/valueflows/master/onto/vf.ttl" type="text/turtle"/> + <link rel="alternate" href="https://cdn.rawgit.com/valueflows/valueflows/master/onto/vf.rj" type="application/rdf+json"/> + <link rel="alternate" href="https://cdn.rawgit.com/valueflows/valueflows/master/onto/vf.trig" type="text/trig"/> + <link rel="alternate" href="https://cdn.rawgit.com/valueflows/valueflows/master/onto/vf.trix" type="application/trix"/> + + <script src="http://eelst.cs.unibo.it/apps/LODE/jquery.js"></script><script src="http://eelst.cs.unibo.it/apps/LODE/jquery.scrollTo.js"></script><script src="http://eelst.cs.unibo.it/apps/LODE/marked.min.js"></script><script> + $(document).ready( + function () { + jQuery(".markdown").each(function(el){ + jQuery(this).after(marked(jQuery(this).text())).remove()}); + var list = $('a[name="https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/all_vf.TTL"]'); + if (list.size() != 0) { + var element = list.first(); + $.scrollTo(element); + } + }); +</script></head><body><div class="head"><h1>Value Flows Ontology</h1><dl><dt>IRI:</dt><dd>https://w3id.org/valueflows/</dd></dl><dl><dt>Other visualisation:</dt><dd><a href="http://eelst.cs.unibo.it/apps/LODE/source?url=https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/all_vf.TTL">Ontology source</a></dd></dl></div><hr /><div id="toc"><h2>Table of Content</h2><ol><li><a href="#classes">Classes</a></li><li><a href="#objectproperties">Object Properties</a></li><li><a href="#dataproperties">Data Properties</a></li><li><a href="#namedindividuals">Named Individuals</a></li><li><a href="#annotationproperties">Annotation Properties</a></li><li><a href="#namespacedeclarations">Namespace Declarations</a></li></ol></div><div id="classes"><h2>Classes</h2><ul class="hlist"><li><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a></li><li><a href="#d4e669" title="http://xmlns.com/foaf/0.1/#Person">foaf:Person</a></li><li><a href="#d4e644" title="http://www.w3.org/ns/org#Organization">org:Organization</a></li><li><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a></li><li><a href="#d4e696" title="https://w3id.org/valueflows/#AgentRelationship">vf:AgentRelationship</a></li><li><a href="#d4e707" title="https://w3id.org/valueflows/#Agreement">vf:Agreement</a></li><li><a href="#d4e718" title="https://w3id.org/valueflows/#Appreciation">vf:Appreciation</a></li><li><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a></li><li><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a></li><li><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a></li><li><a href="#d4e764" title="https://w3id.org/valueflows/#ExchangeAgreement">vf:ExchangeAgreement</a></li><li><a href="#d4e777" title="https://w3id.org/valueflows/#Location">vf:Location</a></li><li><a href="#d4e785" title="https://w3id.org/valueflows/#Process">vf:Process</a></li><li><a href="#d4e797" title="https://w3id.org/valueflows/#ResourceTaxonomyItem">vf:ResourceTaxonomyItem</a></li><li><a href="#d4e808" title="https://w3id.org/valueflows/#Transformation">vf:Transformation</a></li><li><a href="#d4e821" title="https://w3id.org/valueflows/#Transportation">vf:Transportation</a></li></ul><div id="d4e658" class="entity"><a name="http://xmlns.com/foaf/0.1/#Agent"></a><h3>foaf:Agent<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://xmlns.com/foaf/0.1/#Agent</p><div class="comment"><span class="markdown">A person or group or organization with economic agency.</span></div><dl class="description"><dt>has sub-classes</dt><dd><a href="#d4e669" title="http://xmlns.com/foaf/0.1/#Person">foaf:Person</a><sup title="class" class="type-c">c</sup>, <a href="#d4e644" title="http://www.w3.org/ns/org#Organization">org:Organization</a><sup title="class" class="type-c">c</sup></dd><dt>is in domain of</dt><dd><a href="#d4e448" title="https://w3id.org/valueflows/#primaryLocation">primary location</a><sup title="object property" class="type-op">op</sup></dd><dt>is in range of</dt><dd><a href="#d4e243" title="https://w3id.org/valueflows/#committedProvider">committed provider</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e259" title="https://w3id.org/valueflows/#committedReceiver">committed receiver</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e305" title="https://w3id.org/valueflows/#context">context</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e420" title="https://w3id.org/valueflows/#object">object</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e463" title="https://w3id.org/valueflows/#provider">provider</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e494" title="https://w3id.org/valueflows/#receiver">receiver</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e553" title="https://w3id.org/valueflows/#subject">subject</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e669" class="entity"><a name="http://xmlns.com/foaf/0.1/#Person"></a><h3>foaf:Person<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://xmlns.com/foaf/0.1/#Person</p><div class="comment"><span class="markdown">A natural person.</span></div><dl class="description"><dt>has super-classes</dt><dd><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e644" class="entity"><a name="http://www.w3.org/ns/org#Organization"></a><h3>org:Organization<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/org#Organization</p><div class="comment"><span class="markdown">Usually a more formally defined structure than Group, often legally defined, can be a group or not.</span></div><dl class="description"><dt>has super-classes</dt><dd><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e682" class="entity"><a name="https://w3id.org/valueflows/#Action"></a><h3>vf:Action<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#Action</p><div class="comment"><span class="markdown">An action verb defining the kind of event, commitment, or intent.</span></div><dl class="description"><dt>has super-classes</dt><dd><span class="dotted" title="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property">property</span><sup title="class" class="type-c">c</sup></dd><dt>is in range of</dt><dd><a href="#d4e111" title="https://w3id.org/valueflows/#action">action</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e188" title="https://w3id.org/valueflows/#committedAction">committed action</a><sup title="object property" class="type-op">op</sup></dd><dt>has members</dt><dd><a href="#d4e837" title="https://w3id.org/valueflows/#accept">accept</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e847" title="https://w3id.org/valueflows/#cite">cite</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e857" title="https://w3id.org/valueflows/#consume">consume</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e868" title="https://w3id.org/valueflows/#decrement">decrement</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e878" title="https://w3id.org/valueflows/#improve">improve</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e888" title="https://w3id.org/valueflows/#increment">increment</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e899" title="https://w3id.org/valueflows/#issue">issue</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e909" title="https://w3id.org/valueflows/#load">load</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e919" title="https://w3id.org/valueflows/#produce">produce</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e930" title="https://w3id.org/valueflows/#receive">receive</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e940" title="https://w3id.org/valueflows/#unload">unload</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e950" title="https://w3id.org/valueflows/#use">use</a><sup title="named individual" class="type-ni">ni</sup>, <a href="#d4e961" title="https://w3id.org/valueflows/#work">work</a><sup title="named individual" class="type-ni">ni</sup></dd></dl></div><div id="d4e696" class="entity"><a name="https://w3id.org/valueflows/#AgentRelationship"></a><h3>vf:AgentRelationship<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#AgentRelationship</p><div class="comment"><span class="markdown">An ongoing voluntary association between 2 Agents of any kind.</span></div><dl class="description"><dt>is in domain of</dt><dd><a href="#d4e305" title="https://w3id.org/valueflows/#context">context</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e420" title="https://w3id.org/valueflows/#object">object</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e509" title="https://w3id.org/valueflows/#relationship">relationship</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e553" title="https://w3id.org/valueflows/#subject">subject</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e707" class="entity"><a name="https://w3id.org/valueflows/#Agreement"></a><h3>vf:Agreement<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#Agreement</p><div class="comment"><span class="markdown">Any type of agreement among economic agents, that can be referenced in VF to clarify the economic activity. This is a placeholder pending investigating other vocabularies.</span></div><dl class="description"><dt>has sub-classes</dt><dd><a href="#d4e764" title="https://w3id.org/valueflows/#ExchangeAgreement">vf:ExchangeAgreement</a><sup title="class" class="type-c">c</sup></dd><dt>is in range of</dt><dd><a href="#d4e274" title="https://w3id.org/valueflows/#committedUnder">committed under</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e569" title="https://w3id.org/valueflows/#under">under</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e718" class="entity"><a name="https://w3id.org/valueflows/#Appreciation"></a><h3>vf:Appreciation<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#Appreciation</p><div class="comment"><span class="markdown">A way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy.</span></div><dl class="description"><dt>is in domain of</dt><dd><a href="#d4e157" title="https://w3id.org/valueflows/#appreciationOf">appreciation of</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e173" title="https://w3id.org/valueflows/#appreciationWith">appreciation with</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e730" class="entity"><a name="https://w3id.org/valueflows/#Commitment"></a><h3>vf:Commitment<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#Commitment</p><div class="comment"><span class="markdown">A planned economic event or transfer that has been promised by an agent to another agent.</span></div><dl class="description"><dt>is in domain of</dt><dd><a href="#d4e188" title="https://w3id.org/valueflows/#committedAction">committed action</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e203" title="https://w3id.org/valueflows/#committedCategory">committed category</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e219" title="https://w3id.org/valueflows/#committedInputOf">committed input of</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e231" title="https://w3id.org/valueflows/#committedOutputOf">committed output of</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e243" title="https://w3id.org/valueflows/#committedProvider">committed provider</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e259" title="https://w3id.org/valueflows/#committedReceiver">committed receiver</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e274" title="https://w3id.org/valueflows/#committedUnder">committed under</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e364" title="https://w3id.org/valueflows/#inExchangeFor">in exchange for</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e392" title="https://w3id.org/valueflows/#involves">involves</a><sup title="object property" class="type-op">op</sup></dd><dt>is in range of</dt><dd><a href="#d4e349" title="https://w3id.org/valueflows/#fulfills">fulfills</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e741" class="entity"><a name="https://w3id.org/valueflows/#EconomicEvent"></a><h3>vf:EconomicEvent<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#EconomicEvent</p><div class="comment"><span class="markdown">An inflow or outflow of an economic resource in relation to a process and/or exchange. This could reflect a change in the quantity of a vf:EconomicResource. It is also defined by its behavior in relation to the vf:EconomicResource and a vf:Process (consume, use, produce, etc.)</span></div><dl class="description"><dt>is in domain of</dt><dd><a href="#d4e111" title="https://w3id.org/valueflows/#action">action</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e127" title="https://w3id.org/valueflows/#affectedQuantity">affected quantity</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e142" title="https://w3id.org/valueflows/#affects">affects</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e335" title="https://w3id.org/valueflows/#duration">duration</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e349" title="https://w3id.org/valueflows/#fulfills">fulfills</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e379" title="https://w3id.org/valueflows/#inputOf">input of</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e436" title="https://w3id.org/valueflows/#outputOf">output of</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e463" title="https://w3id.org/valueflows/#provider">provider</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e494" title="https://w3id.org/valueflows/#receiver">receiver</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e540" title="https://w3id.org/valueflows/#start">start</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e569" title="https://w3id.org/valueflows/#under">under</a><sup title="object property" class="type-op">op</sup></dd><dt>is in range of</dt><dd><a href="#d4e157" title="https://w3id.org/valueflows/#appreciationOf">appreciation of</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e173" title="https://w3id.org/valueflows/#appreciationWith">appreciation with</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e364" title="https://w3id.org/valueflows/#inExchangeFor">in exchange for</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e752" class="entity"><a name="https://w3id.org/valueflows/#EconomicResource"></a><h3>vf:EconomicResource<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#EconomicResource</p><div class="comment"><span class="markdown">A resource which is useful to people or the ecosystem.</span></div><dl class="description"><dt>is in domain of</dt><dd><a href="#d4e525" title="https://w3id.org/valueflows/#resourceCategory">category</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e289" title="https://w3id.org/valueflows/#contains">contains</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e320" title="https://w3id.org/valueflows/#currentLocation">current location</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e479" title="https://w3id.org/valueflows/#quantity">quantity</a><sup title="object property" class="type-op">op</sup>, <span class="dotted" title="https://w3id.org/valueflows/#trackingIdentifier">tracking identifier</span>, <a href="#d4e584" title="https://w3id.org/valueflows/#underlyingResource">underlying resource</a><sup title="object property" class="type-op">op</sup></dd><dt>is in range of</dt><dd><a href="#d4e142" title="https://w3id.org/valueflows/#affects">affects</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e289" title="https://w3id.org/valueflows/#contains">contains</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e392" title="https://w3id.org/valueflows/#involves">involves</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e584" title="https://w3id.org/valueflows/#underlyingResource">underlying resource</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e764" class="entity"><a name="https://w3id.org/valueflows/#ExchangeAgreement"></a><h3>vf:ExchangeAgreement<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#ExchangeAgreement</p><div class="comment"><span class="markdown">An agreement to exchange something with another agent(s), containing vf:Commitments towards that end.</span></div><dl class="description"><dt>has super-classes</dt><dd><a href="#d4e707" title="https://w3id.org/valueflows/#Agreement">vf:Agreement</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e777" class="entity"><a name="https://w3id.org/valueflows/#Location"></a><h3>vf:Location<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#Location</p><dl class="description"><dt>is in range of</dt><dd><a href="#d4e320" title="https://w3id.org/valueflows/#currentLocation">current location</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e448" title="https://w3id.org/valueflows/#primaryLocation">primary location</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e785" class="entity"><a name="https://w3id.org/valueflows/#Process"></a><h3>vf:Process<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#Process</p><div class="comment"><span class="markdown">An activity that changes inputs into outputs. It could transform or transport vf:EconomicResource(s), as well as simply issuing a resource so that it is available.</span></div><dl class="description"><dt>has sub-classes</dt><dd><a href="#d4e808" title="https://w3id.org/valueflows/#Transformation">vf:Transformation</a><sup title="class" class="type-c">c</sup>, <a href="#d4e821" title="https://w3id.org/valueflows/#Transportation">vf:Transportation</a><sup title="class" class="type-c">c</sup></dd><dt>is in range of</dt><dd><a href="#d4e219" title="https://w3id.org/valueflows/#committedInputOf">committed input of</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e231" title="https://w3id.org/valueflows/#committedOutputOf">committed output of</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e379" title="https://w3id.org/valueflows/#inputOf">input of</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e436" title="https://w3id.org/valueflows/#outputOf">output of</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e797" class="entity"><a name="https://w3id.org/valueflows/#ResourceTaxonomyItem"></a><h3>vf:ResourceTaxonomyItem<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#ResourceTaxonomyItem</p><div class="comment"><span class="markdown">A resource category, part of a taxonomy.</span></div><dl class="description"><dt>is in range of</dt><dd><a href="#d4e525" title="https://w3id.org/valueflows/#resourceCategory">category</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e203" title="https://w3id.org/valueflows/#committedCategory">committed category</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e808" class="entity"><a name="https://w3id.org/valueflows/#Transformation"></a><h3>vf:Transformation<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#Transformation</p><div class="comment"><span class="markdown">A process that produces something new from other resources, or improves an existing resource.</span></div><dl class="description"><dt>has super-classes</dt><dd><a href="#d4e785" title="https://w3id.org/valueflows/#Process">vf:Process</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e821" class="entity"><a name="https://w3id.org/valueflows/#Transportation"></a><h3>vf:Transportation<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#Transportation</p><div class="comment"><span class="markdown">A process that changes the location of a resource(s) without changing the resource(s) itself.</span></div><dl class="description"><dt>has super-classes</dt><dd><a href="#d4e785" title="https://w3id.org/valueflows/#Process">vf:Process</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="objectproperties"><h2>Object Properties</h2><ul class="hlist"><li><a href="#d4e111" title="https://w3id.org/valueflows/#action">action</a></li><li><a href="#d4e127" title="https://w3id.org/valueflows/#affectedQuantity">affected quantity</a></li><li><a href="#d4e142" title="https://w3id.org/valueflows/#affects">affects</a></li><li><a href="#d4e157" title="https://w3id.org/valueflows/#appreciationOf">appreciation of</a></li><li><a href="#d4e173" title="https://w3id.org/valueflows/#appreciationWith">appreciation with</a></li><li><a href="#d4e525" title="https://w3id.org/valueflows/#resourceCategory">category</a></li><li><a href="#d4e188" title="https://w3id.org/valueflows/#committedAction">committed action</a></li><li><a href="#d4e203" title="https://w3id.org/valueflows/#committedCategory">committed category</a></li><li><a href="#d4e219" title="https://w3id.org/valueflows/#committedInputOf">committed input of</a></li><li><a href="#d4e231" title="https://w3id.org/valueflows/#committedOutputOf">committed output of</a></li><li><a href="#d4e243" title="https://w3id.org/valueflows/#committedProvider">committed provider</a></li><li><a href="#d4e259" title="https://w3id.org/valueflows/#committedReceiver">committed receiver</a></li><li><a href="#d4e274" title="https://w3id.org/valueflows/#committedUnder">committed under</a></li><li><a href="#d4e289" title="https://w3id.org/valueflows/#contains">contains</a></li><li><a href="#d4e305" title="https://w3id.org/valueflows/#context">context</a></li><li><a href="#d4e320" title="https://w3id.org/valueflows/#currentLocation">current location</a></li><li><a href="#d4e335" title="https://w3id.org/valueflows/#duration">duration</a></li><li><a href="#d4e349" title="https://w3id.org/valueflows/#fulfills">fulfills</a></li><li><a href="#d4e364" title="https://w3id.org/valueflows/#inExchangeFor">in exchange for</a></li><li><a href="#d4e379" title="https://w3id.org/valueflows/#inputOf">input of</a></li><li><a href="#d4e392" title="https://w3id.org/valueflows/#involves">involves</a></li><li><a href="#d4e407" title="https://w3id.org/valueflows/#note">note</a></li><li><a href="#d4e420" title="https://w3id.org/valueflows/#object">object</a></li><li><a href="#d4e436" title="https://w3id.org/valueflows/#outputOf">output of</a></li><li><a href="#d4e448" title="https://w3id.org/valueflows/#primaryLocation">primary location</a></li><li><a href="#d4e463" title="https://w3id.org/valueflows/#provider">provider</a></li><li><a href="#d4e479" title="https://w3id.org/valueflows/#quantity">quantity</a></li><li><a href="#d4e494" title="https://w3id.org/valueflows/#receiver">receiver</a></li><li><a href="#d4e509" title="https://w3id.org/valueflows/#relationship">relationship</a></li><li><a href="#d4e540" title="https://w3id.org/valueflows/#start">start</a></li><li><a href="#d4e553" title="https://w3id.org/valueflows/#subject">subject</a></li><li><a href="#d4e569" title="https://w3id.org/valueflows/#under">under</a></li><li><a href="#d4e584" title="https://w3id.org/valueflows/#underlyingResource">underlying resource</a></li></ul><div id="d4e111" class="entity"><a name="https://w3id.org/valueflows/#action"></a><h3>action<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#action</p><div class="comment"><span class="markdown">Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e127" class="entity"><a name="https://w3id.org/valueflows/#affectedQuantity"></a><h3>affected quantity<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#affectedQuantity</p><div class="comment"><span class="markdown">The quantity and unit of the event. This is the quantity that could be used to increment or decrement a resource, depending on the type of resource and type of event.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://qudt.org/schema/qudt/QuantityValue">quantity value</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e142" class="entity"><a name="https://w3id.org/valueflows/#affects"></a><h3>affects<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#affects</p><div class="comment"><span class="markdown">The economic resource that is decremented or incremented by the economic event, or just what the economic event is about.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e157" class="entity"><a name="https://w3id.org/valueflows/#appreciationOf"></a><h3>appreciation of<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#appreciationOf</p><div class="comment"><span class="markdown">The economic event being appreciated (gift economy).</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e718" title="https://w3id.org/valueflows/#Appreciation">vf:Appreciation</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e173" class="entity"><a name="https://w3id.org/valueflows/#appreciationWith"></a><h3>appreciation with<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#appreciationWith</p><div class="comment"><span class="markdown">The economic event implemented in appreciation (gift economy).</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e718" title="https://w3id.org/valueflows/#Appreciation">vf:Appreciation</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e525" class="entity"><a name="https://w3id.org/valueflows/#resourceCategory"></a><h3>category<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#resourceCategory</p><div class="comment"><span class="markdown">A type or categorization that describes a resource, at any level of granularity.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e797" title="https://w3id.org/valueflows/#ResourceTaxonomyItem">vf:ResourceTaxonomyItem</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e188" class="entity"><a name="https://w3id.org/valueflows/#committedAction"></a><h3>committed action<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#committedAction</p><div class="comment"><span class="markdown">Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e203" class="entity"><a name="https://w3id.org/valueflows/#committedCategory"></a><h3>committed category<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#committedCategory</p><div class="comment"><span class="markdown">A type or categorization that describes a resource committed, at any level of granularity.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e797" title="https://w3id.org/valueflows/#ResourceTaxonomyItem">vf:ResourceTaxonomyItem</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e219" class="entity"><a name="https://w3id.org/valueflows/#committedInputOf"></a><h3>committed input of<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#committedInputOf</p><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e785" title="https://w3id.org/valueflows/#Process">vf:Process</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e231" class="entity"><a name="https://w3id.org/valueflows/#committedOutputOf"></a><h3>committed output of<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#committedOutputOf</p><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e785" title="https://w3id.org/valueflows/#Process">vf:Process</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e243" class="entity"><a name="https://w3id.org/valueflows/#committedProvider"></a><h3>committed provider<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#committedProvider</p><div class="comment"><span class="markdown">The economic agent who commits to a future economic event.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e259" class="entity"><a name="https://w3id.org/valueflows/#committedReceiver"></a><h3>committed receiver<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#committedReceiver</p><div class="comment"><span class="markdown">The economic agent whom a future economic event is committed to.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e274" class="entity"><a name="https://w3id.org/valueflows/#committedUnder"></a><h3>committed under<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#committedUnder</p><div class="comment"><span class="markdown">Reference an agreement between agents which specifies the rules or policies which govern this commitment.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e707" title="https://w3id.org/valueflows/#Agreement">vf:Agreement</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e289" class="entity"><a name="https://w3id.org/valueflows/#contains"></a><h3>contains<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#contains</p><div class="comment"><span class="markdown">Used when a stock economic resource contains units also defined as economic resources.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e305" class="entity"><a name="https://w3id.org/valueflows/#context"></a><h3>context<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#context</p><div class="comment"><span class="markdown">The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e696" title="https://w3id.org/valueflows/#AgentRelationship">vf:AgentRelationship</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e320" class="entity"><a name="https://w3id.org/valueflows/#currentLocation"></a><h3>current location<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#currentLocation</p><div class="comment"><span class="markdown">The current place an economic resource is located. Could be at any level of granularity, from a town to an address to a warehouse location. Should be mappable.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e777" title="https://w3id.org/valueflows/#Location">vf:Location</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e335" class="entity"><a name="https://w3id.org/valueflows/#duration"></a><h3>duration<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#duration</p><div class="comment"><span class="markdown">The observed duration of the economic event.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e349" class="entity"><a name="https://w3id.org/valueflows/#fulfills"></a><h3>fulfills<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#fulfills</p><div class="comment"><span class="markdown">The economic event which completely or partially fulfills a commitment on a process.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e364" class="entity"><a name="https://w3id.org/valueflows/#inExchangeFor"></a><h3>in exchange for<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#inExchangeFor</p><div class="comment"><span class="markdown">References the economic event that generated the commitment, in cases where based on an agreement, an agent commits to some reciprocity if an event occurs.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e379" class="entity"><a name="https://w3id.org/valueflows/#inputOf"></a><h3>input of<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#inputOf</p><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e785" title="https://w3id.org/valueflows/#Process">vf:Process</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e392" class="entity"><a name="https://w3id.org/valueflows/#involves"></a><h3>involves<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#involves</p><div class="comment"><span class="markdown">EconomicResource the Commitment intends or commits to affect. Could be an actual resource or a category or type of resource.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e730" title="https://w3id.org/valueflows/#Commitment">vf:Commitment</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e407" class="entity"><a name="https://w3id.org/valueflows/#note"></a><h3>note<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#note</p><div class="comment"><span class="markdown">A textual comment or description.</span></div><div class="description"><dl><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2004/02/skos/core#note">note</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e420" class="entity"><a name="https://w3id.org/valueflows/#object"></a><h3>object<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#object</p><div class="comment"><span class="markdown">The object of a relationship between 2 agents.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e696" title="https://w3id.org/valueflows/#AgentRelationship">vf:AgentRelationship</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e436" class="entity"><a name="https://w3id.org/valueflows/#outputOf"></a><h3>output of<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#outputOf</p><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e785" title="https://w3id.org/valueflows/#Process">vf:Process</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e448" class="entity"><a name="https://w3id.org/valueflows/#primaryLocation"></a><h3>primary location<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#primaryLocation</p><div class="comment"><span class="markdown">The main place an agent is located, often an address where activities occur and mail can be sent. This is usually a mappable geographic location. It also could be a website address, as in the case of agents who have no physical location.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e777" title="https://w3id.org/valueflows/#Location">vf:Location</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e463" class="entity"><a name="https://w3id.org/valueflows/#provider"></a><h3>provider<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#provider</p><div class="comment"><span class="markdown">The economic agent from whom the economic event is initiated.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e479" class="entity"><a name="https://w3id.org/valueflows/#quantity"></a><h3>quantity<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#quantity</p><div class="comment"><span class="markdown">The current amount and unit of the economic resource.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://qudt.org/schema/qudt/QuantityValue">quantity value</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e494" class="entity"><a name="https://w3id.org/valueflows/#receiver"></a><h3>receiver<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#receiver</p><div class="comment"><span class="markdown">The economic agent whom the economic event is for.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e509" class="entity"><a name="https://w3id.org/valueflows/#relationship"></a><h3>relationship<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#relationship</p><div class="comment"><span class="markdown">A verb that describes a generic defined relationship that exists between 2 agents.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e696" title="https://w3id.org/valueflows/#AgentRelationship">vf:AgentRelationship</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property">property</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e540" class="entity"><a name="https://w3id.org/valueflows/#start"></a><h3>start<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#start</p><div class="comment"><span class="markdown">The starting date and optionally time of the economic event.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e553" class="entity"><a name="https://w3id.org/valueflows/#subject"></a><h3>subject<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#subject</p><div class="comment"><span class="markdown">The subject of a relationship between 2 agents.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e696" title="https://w3id.org/valueflows/#AgentRelationship">vf:AgentRelationship</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e658" title="http://xmlns.com/foaf/0.1/#Agent">foaf:Agent</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e569" class="entity"><a name="https://w3id.org/valueflows/#under"></a><h3>under<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#under</p><div class="comment"><span class="markdown">Reference an agreement between agents which specifies the rules or policies which govern this event.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e741" title="https://w3id.org/valueflows/#EconomicEvent">vf:EconomicEvent</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e707" title="https://w3id.org/valueflows/#Agreement">vf:Agreement</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e584" class="entity"><a name="https://w3id.org/valueflows/#underlyingResource"></a><h3>underlying resource<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#underlyingResource</p><div class="comment"><span class="markdown">A more concrete resource upon which a resource is based.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a><sup title="class" class="type-c">c</sup></dd></dl></div></div></div><div id="dataproperties"><h2>Data Properties</h2><ul class="hlist"><li><a href="#d4e601" title="https://w3id.org/valueflows/#image">image</a></li><li><a href="#d4e610" title="https://w3id.org/valueflows/#name">name</a></li><li><a href="#d4e621" title="https://w3id.org/valueflows/#url">url</a></li></ul><div id="d4e601" class="entity"><a name="https://w3id.org/valueflows/#image"></a><h3>image<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#image</p></div><div id="d4e610" class="entity"><a name="https://w3id.org/valueflows/#name"></a><h3>name<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#name</p><div class="comment"><span class="markdown">An informal or formal textual identifier for an object. Does not imply uniqueness.</span></div></div><div id="d4e621" class="entity"><a name="https://w3id.org/valueflows/#url"></a><h3>url<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#url</p></div></div><div id="namedindividuals"><h2>Named Individuals</h2><ul class="hlist"><li><a href="#d4e837" title="https://w3id.org/valueflows/#accept">accept</a></li><li><a href="#d4e847" title="https://w3id.org/valueflows/#cite">cite</a></li><li><a href="#d4e857" title="https://w3id.org/valueflows/#consume">consume</a></li><li><a href="#d4e868" title="https://w3id.org/valueflows/#decrement">decrement</a></li><li><a href="#d4e878" title="https://w3id.org/valueflows/#improve">improve</a></li><li><a href="#d4e888" title="https://w3id.org/valueflows/#increment">increment</a></li><li><a href="#d4e899" title="https://w3id.org/valueflows/#issue">issue</a></li><li><a href="#d4e909" title="https://w3id.org/valueflows/#load">load</a></li><li><a href="#d4e919" title="https://w3id.org/valueflows/#produce">produce</a></li><li><a href="#d4e930" title="https://w3id.org/valueflows/#receive">receive</a></li><li><a href="#d4e940" title="https://w3id.org/valueflows/#unload">unload</a></li><li><a href="#d4e950" title="https://w3id.org/valueflows/#use">use</a></li><li><a href="#d4e961" title="https://w3id.org/valueflows/#work">work</a></li></ul><div id="d4e837" class="entity"><a name="https://w3id.org/valueflows/#accept"></a><h3>accept<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#accept</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e847" class="entity"><a name="https://w3id.org/valueflows/#cite"></a><h3>cite<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#cite</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e857" class="entity"><a name="https://w3id.org/valueflows/#consume"></a><h3>consume<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#consume</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e17">annotation property</a></dd></dl></div><div id="d4e868" class="entity"><a name="https://w3id.org/valueflows/#decrement"></a><h3>decrement<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#decrement</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e878" class="entity"><a name="https://w3id.org/valueflows/#improve"></a><h3>improve<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#improve</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e888" class="entity"><a name="https://w3id.org/valueflows/#increment"></a><h3>increment<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#increment</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e899" class="entity"><a name="https://w3id.org/valueflows/#issue"></a><h3>issue<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#issue</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e44">annotation property</a></dd></dl></div><div id="d4e909" class="entity"><a name="https://w3id.org/valueflows/#load"></a><h3>load<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#load</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e55">annotation property</a></dd></dl></div><div id="d4e919" class="entity"><a name="https://w3id.org/valueflows/#produce"></a><h3>produce<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#produce</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e65">annotation property</a></dd></dl></div><div id="d4e930" class="entity"><a name="https://w3id.org/valueflows/#receive"></a><h3>receive<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#receive</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e75">annotation property</a></dd></dl></div><div id="d4e940" class="entity"><a name="https://w3id.org/valueflows/#unload"></a><h3>unload<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#unload</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e99">annotation property</a></dd></dl></div><div id="d4e950" class="entity"><a name="https://w3id.org/valueflows/#use"></a><h3>use<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#use</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e961" class="entity"><a name="https://w3id.org/valueflows/#work"></a><h3>work<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#work</p><dl class="description"><dt>belongs to</dt><dd><a href="#d4e682" title="https://w3id.org/valueflows/#Action">vf:Action</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="annotationproperties"><h2>Annotation Properties</h2><ul class="hlist"><li><a href="#d4e17" title="https://w3id.org/valueflows/#consume">consume</a></li><li><a href="#d4e44" title="https://w3id.org/valueflows/#issue">issue</a></li><li><a href="#d4e55" title="https://w3id.org/valueflows/#load">load</a></li><li><a href="#d4e65" title="https://w3id.org/valueflows/#produce">produce</a></li><li><a href="#d4e75" title="https://w3id.org/valueflows/#receive">receive</a></li><li><a href="#d4e86" title="https://w3id.org/valueflows/#trackingIdentifier">tracking identifier</a></li><li><a href="#d4e99" title="https://w3id.org/valueflows/#unload">unload</a></li></ul><div id="d4e17" class="entity"><a name="https://w3id.org/valueflows/#consume"></a><h3>consume<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#consume</p><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="https://w3id.org/valueflows/#decrement">decrement</span></dd><dt>is also defined as</dt><dd><a href="#d4e857">named individual</a></dd></dl></div></div><div id="d4e44" class="entity"><a name="https://w3id.org/valueflows/#issue"></a><h3>issue<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#issue</p><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="https://w3id.org/valueflows/#decrement">decrement</span></dd><dt>is also defined as</dt><dd><a href="#d4e899">named individual</a></dd></dl></div></div><div id="d4e55" class="entity"><a name="https://w3id.org/valueflows/#load"></a><h3>load<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#load</p><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="https://w3id.org/valueflows/#decrement">decrement</span></dd><dt>is also defined as</dt><dd><a href="#d4e909">named individual</a></dd></dl></div></div><div id="d4e65" class="entity"><a name="https://w3id.org/valueflows/#produce"></a><h3>produce<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#produce</p><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="https://w3id.org/valueflows/#increment">increment</span></dd><dt>is also defined as</dt><dd><a href="#d4e919">named individual</a></dd></dl></div></div><div id="d4e75" class="entity"><a name="https://w3id.org/valueflows/#receive"></a><h3>receive<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#receive</p><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="https://w3id.org/valueflows/#increment">increment</span></dd><dt>is also defined as</dt><dd><a href="#d4e930">named individual</a></dd></dl></div></div><div id="d4e86" class="entity"><a name="https://w3id.org/valueflows/#trackingIdentifier"></a><h3>tracking identifier<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#trackingIdentifier</p><div class="comment"><span class="markdown">Sometimes called lot number, used for trackable batched resources. Sometimes called serial number, used when each item must have a trackable identifier (like a computer). Could also be used for other unique tracking identifiers needed for resources.</span></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e752" title="https://w3id.org/valueflows/#EconomicResource">vf:EconomicResource</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e99" class="entity"><a name="https://w3id.org/valueflows/#unload"></a><h3>unload<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3><p><strong>IRI:</strong> https://w3id.org/valueflows/#unload</p><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="https://w3id.org/valueflows/#increment">increment</span></dd><dt>is also defined as</dt><dd><a href="#d4e940">named individual</a></dd></dl></div></div></div><div id="namespacedeclarations"><h2>Namespace Declarations <span class="backlink"> back to <a href="#toc">ToC</a></span></h2><dl><dt><em>default namespace</em></dt><dd>https://w3id.org/valueflows/</dd><dt>assettype</dt><dd>http://purl.org/adms/assettype/</dd><dt>core</dt><dd>http://www.w3.org/2004/02/skos/core#</dd><dt>org</dt><dd>http://www.w3.org/ns/org#</dd><dt>owl</dt><dd>http://www.w3.org/2002/07/owl#</dd><dt>qudt</dt><dd>http://qudt.org/schema/qudt/</dd><dt>rdf</dt><dd>http://www.w3.org/1999/02/22-rdf-syntax-ns#</dd><dt>rdfs</dt><dd>http://www.w3.org/2000/01/rdf-schema#</dd><dt>status</dt><dd>http://purl.org/adms/status/</dd><dt>terms</dt><dd>http://purl.org/dc/terms/</dd><dt>valueflows</dt><dd>https://w3id.org/valueflows/#</dd><dt>xsd</dt><dd>http://www.w3.org/2001/XMLSchema#</dd></dl></div><p class="endnote">This HTML document was obtained by processing the OWL ontology source code through <a href="http://www.essepuntato.it/lode">LODE</a>, <em>Live OWL Documentation Environment</em>, developed by <a href="http://www.essepuntato.it">Silvio Peroni</a>.</p></body></html> + + diff --git a/onto/vf.jsonld b/onto/vf.jsonld @@ -0,0 +1,595 @@ +{ + "@graph" : [ { + "@id" : "qudt:QuantityValue", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : [ "rdfs:Resource", "qudt:QuantityValue" ] + }, { + "@id" : "rdf:Alt", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : [ "rdf:Alt", "rdfs:Container" ] + }, { + "@id" : "rdf:Bag", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : [ "rdf:Bag", "rdfs:Container" ] + }, { + "@id" : "rdf:List", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : "rdfs:Resource" + }, { + "@id" : "rdf:Property", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : [ "rdfs:Resource", "rdf:Property" ] + }, { + "@id" : "rdf:Seq", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : [ "rdf:Seq", "rdfs:Container" ] + }, { + "@id" : "rdf:Statement", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : "rdfs:Resource" + }, { + "@id" : "rdf:XMLLiteral", + "@type" : [ "rdfs:Datatype", "rdfs:Class", "rdfs:Resource" ] + }, { + "@id" : "rdf:first", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "domain" : "rdf:List", + "subPropertyOf" : "rdf:first" + }, { + "@id" : "rdf:nil", + "@type" : [ "rdf:List", "rdfs:Resource" ] + }, { + "@id" : "rdf:object", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "domain" : "rdf:Statement", + "subPropertyOf" : "rdf:object" + }, { + "@id" : "rdf:predicate", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "domain" : "rdf:Statement", + "subPropertyOf" : "rdf:predicate" + }, { + "@id" : "rdf:rest", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "domain" : "rdf:List", + "range" : "rdf:List", + "subPropertyOf" : "rdf:rest" + }, { + "@id" : "rdf:subject", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "domain" : "rdf:Statement", + "subPropertyOf" : "rdf:subject" + }, { + "@id" : "rdf:type", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "range" : "rdfs:Class" + }, { + "@id" : "rdfs:Class", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : [ "rdfs:Resource", "rdfs:Class" ] + }, { + "@id" : "rdfs:Container", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : "rdfs:Container" + }, { + "@id" : "rdfs:ContainerMembershipProperty", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : [ "rdfs:ContainerMembershipProperty", "rdf:Property" ] + }, { + "@id" : "rdfs:Datatype", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : [ "rdfs:Datatype", "rdfs:Class" ] + }, { + "@id" : "rdfs:Literal", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : "rdfs:Resource" + }, { + "@id" : "rdfs:Resource", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : "rdfs:Resource" + }, { + "@id" : "rdfs:comment", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "range" : "rdfs:Literal" + }, { + "@id" : "rdfs:domain", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "domain" : "rdf:Property", + "range" : "rdfs:Class" + }, { + "@id" : "rdfs:isDefinedBy", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "subPropertyOf" : [ "rdfs:isDefinedBy", "rdfs:seeAlso" ] + }, { + "@id" : "rdfs:label", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "range" : "rdfs:Literal" + }, { + "@id" : "rdfs:range", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "domain" : "rdf:Property", + "range" : "rdfs:Class" + }, { + "@id" : "rdfs:seeAlso", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "subPropertyOf" : "rdfs:seeAlso" + }, { + "@id" : "rdfs:subClassOf", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "domain" : "rdfs:Class", + "range" : "rdfs:Class" + }, { + "@id" : "rdfs:subPropertyOf", + "@type" : [ "rdf:Property", "rdfs:Resource" ], + "domain" : "rdf:Property", + "range" : "rdf:Property" + }, { + "@id" : "owl:AnnotationProperty", + "@type" : [ "rdfs:Class", "rdfs:Resource" ] + }, { + "@id" : "owl:Class", + "@type" : [ "rdfs:Class", "rdfs:Resource" ] + }, { + "@id" : "owl:DatatypeProperty", + "@type" : [ "rdfs:Class", "rdfs:Resource" ] + }, { + "@id" : "owl:ObjectProperty", + "@type" : [ "rdfs:Class", "rdfs:Resource" ] + }, { + "@id" : "owl:Ontology", + "@type" : [ "rdfs:Class", "rdfs:Resource" ] + }, { + "@id" : "skos:note", + "@type" : [ "rdfs:Class", "rdfs:Resource" ], + "subClassOf" : [ "rdfs:Resource", "skos:note" ] + }, { + "@id" : "org:Organization", + "@type" : [ "owl:Class", "rdfs:Class", "rdfs:Resource" ], + "comment" : "Usually a more formally defined structure than Group, often legally defined, can be a group or not.", + "label" : "org:Organization", + "subClassOf" : [ "foaf:Agent", "org:Organization", "rdfs:Resource" ] + }, { + "@id" : "foaf:Agent", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "comment" : "A person or group or organization with economic agency.", + "label" : "foaf:Agent", + "subClassOf" : [ "rdfs:Resource", "foaf:Agent" ] + }, { + "@id" : "foaf:Person", + "@type" : [ "owl:Class", "rdfs:Class", "rdfs:Resource" ], + "comment" : "A natural person.", + "label" : "foaf:Person", + "subClassOf" : [ "foaf:Agent", "foaf:Person", "rdfs:Resource" ] + }, { + "@id" : "https://w3id.org/valueflows/", + "@type" : "owl:Ontology", + "status" : "http://purl.org/adms/status/UnderDevelopment", + "title" : "Value Flows Ontology", + "type" : "http://purl.org/adms/assettype/Ontology" + }, { + "@id" : "vf:Action", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "comment" : "An action verb defining the kind of event, commitment, or intent.", + "label" : "vf:Action", + "subClassOf" : [ "rdfs:Resource", "rdf:Property", "vf:Action" ] + }, { + "@id" : "vf:AgentRelationship", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "comment" : "An ongoing voluntary association between 2 Agents of any kind.", + "label" : "vf:AgentRelationship", + "subClassOf" : [ "rdfs:Resource", "vf:AgentRelationship" ] + }, { + "@id" : "vf:Agreement", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "comment" : "Any type of agreement among economic agents, that can be referenced in VF to clarify the economic activity. This is a placeholder pending investigating other vocabularies.", + "label" : "vf:Agreement", + "subClassOf" : [ "rdfs:Resource", "vf:Agreement" ] + }, { + "@id" : "vf:Appreciation", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "comment" : "A way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy.", + "label" : "vf:Appreciation", + "subClassOf" : [ "rdfs:Resource", "vf:Appreciation" ] + }, { + "@id" : "vf:Commitment", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "comment" : "A planned economic event or transfer that has been promised by an agent to another agent.", + "label" : "vf:Commitment", + "subClassOf" : [ "rdfs:Resource", "vf:Commitment" ] + }, { + "@id" : "vf:EconomicEvent", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "comment" : "An inflow or outflow of an economic resource in relation to a process and/or exchange. This could reflect a change in the quantity of a vf:EconomicResource. It is also defined by its behavior in relation to the vf:EconomicResource and a vf:Process (consume, use, produce, etc.)", + "label" : "vf:EconomicEvent", + "subClassOf" : [ "rdfs:Resource", "vf:EconomicEvent" ] + }, { + "@id" : "vf:EconomicResource", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "comment" : "A resource which is useful to people or the ecosystem.", + "label" : "vf:EconomicResource", + "subClassOf" : [ "rdfs:Resource", "vf:EconomicResource" ] + }, { + "@id" : "vf:ExchangeAgreement", + "@type" : [ "owl:Class", "rdfs:Class", "rdfs:Resource" ], + "comment" : "An agreement to exchange something with another agent(s), containing vf:Commitments towards that end.", + "label" : "vf:ExchangeAgreement", + "subClassOf" : [ "vf:Agreement", "vf:ExchangeAgreement", "rdfs:Resource" ] + }, { + "@id" : "vf:Location", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "label" : "vf:Location", + "subClassOf" : [ "rdfs:Resource", "vf:Location" ] + }, { + "@id" : "vf:Process", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "comment" : "An activity that changes inputs into outputs. It could transform or transport vf:EconomicResource(s), as well as simply issuing a resource so that it is available.", + "label" : "vf:Process", + "subClassOf" : [ "rdfs:Resource", "vf:Process" ] + }, { + "@id" : "vf:ResourceTaxonomyItem", + "@type" : [ "rdfs:Class", "owl:Class", "rdfs:Resource" ], + "comment" : "A resource category, part of a taxonomy.", + "label" : "vf:ResourceTaxonomyItem", + "subClassOf" : [ "rdfs:Resource", "vf:ResourceTaxonomyItem" ] + }, { + "@id" : "vf:Transformation", + "@type" : [ "owl:Class", "rdfs:Class", "rdfs:Resource" ], + "comment" : "A process that produces something new from other resources, or improves an existing resource.", + "label" : "vf:Transformation", + "subClassOf" : [ "vf:Process", "vf:Transformation", "rdfs:Resource" ] + }, { + "@id" : "vf:Transportation", + "@type" : [ "owl:Class", "rdfs:Class", "rdfs:Resource" ], + "comment" : "A process that changes the location of a resource(s) without changing the resource(s) itself.", + "label" : "vf:Transportation", + "subClassOf" : [ "vf:Process", "vf:Transportation", "rdfs:Resource" ] + }, { + "@id" : "vf:accept", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "accept" + }, { + "@id" : "vf:action", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc.", + "domain" : "vf:EconomicEvent", + "label" : "action", + "range" : "vf:Action" + }, { + "@id" : "vf:affectedQuantity", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The quantity and unit of the event. This is the quantity that could be used to increment or decrement a resource, depending on the type of resource and type of event.", + "domain" : "vf:EconomicEvent", + "label" : "affected quantity", + "range" : "qudt:QuantityValue" + }, { + "@id" : "vf:affects", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The economic resource that is decremented or incremented by the economic event, or just what the economic event is about.", + "domain" : "vf:EconomicEvent", + "label" : "affects", + "range" : "vf:EconomicResource" + }, { + "@id" : "vf:appreciationOf", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The economic event being appreciated (gift economy).", + "domain" : "vf:Appreciation", + "label" : "appreciation of", + "range" : "vf:EconomicEvent" + }, { + "@id" : "vf:appreciationWith", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The economic event implemented in appreciation (gift economy).", + "domain" : "vf:Appreciation", + "label" : "appreciation with", + "range" : "vf:EconomicEvent" + }, { + "@id" : "vf:cite", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "cite" + }, { + "@id" : "vf:committedAction", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc.", + "domain" : "vf:Commitment", + "label" : "committed action", + "range" : "vf:Action" + }, { + "@id" : "vf:committedCategory", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "A type or categorization that describes a resource committed, at any level of granularity.", + "domain" : "vf:Commitment", + "label" : "committed category", + "range" : "vf:ResourceTaxonomyItem" + }, { + "@id" : "vf:committedInputOf", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "domain" : "vf:Commitment", + "label" : "committed input of", + "range" : "vf:Process" + }, { + "@id" : "vf:committedOutputOf", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "domain" : "vf:Commitment", + "label" : "committed output of", + "range" : "vf:Process" + }, { + "@id" : "vf:committedProvider", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The economic agent who commits to a future economic event.", + "domain" : "vf:Commitment", + "label" : "committed provider", + "range" : "foaf:Agent" + }, { + "@id" : "vf:committedReceiver", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The economic agent whom a future economic event is committed to.", + "domain" : "vf:Commitment", + "label" : "committed receiver", + "range" : "foaf:Agent" + }, { + "@id" : "vf:committedUnder", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "Reference an agreement between agents which specifies the rules or policies which govern this commitment.", + "domain" : "vf:Commitment", + "label" : "committed under", + "range" : "vf:Agreement" + }, { + "@id" : "vf:consume", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "consume", + "subPropertyOf" : [ "vf:decrement", "vf:consume" ] + }, { + "@id" : "vf:contains", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "Used when a stock economic resource contains units also defined as economic resources.", + "domain" : "vf:EconomicResource", + "label" : "contains", + "range" : "vf:EconomicResource" + }, { + "@id" : "vf:context", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context.", + "domain" : "vf:AgentRelationship", + "label" : "context", + "range" : "foaf:Agent" + }, { + "@id" : "vf:currentLocation", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The current place an economic resource is located. Could be at any level of granularity, from a town to an address to a warehouse location. Should be mappable.", + "domain" : "vf:EconomicResource", + "label" : "current location", + "range" : "vf:Location" + }, { + "@id" : "vf:decrement", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "decrement", + "subPropertyOf" : "vf:decrement" + }, { + "@id" : "vf:duration", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The observed duration of the economic event.", + "domain" : "vf:EconomicEvent", + "label" : "duration" + }, { + "@id" : "vf:fulfills", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The economic event which completely or partially fulfills a commitment on a process.", + "domain" : "vf:EconomicEvent", + "label" : "fulfills", + "range" : "vf:Commitment" + }, { + "@id" : "vf:image", + "@type" : "owl:DatatypeProperty", + "label" : "image" + }, { + "@id" : "vf:improve", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "improve" + }, { + "@id" : "vf:inExchangeFor", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "References the economic event that generated the commitment, in cases where based on an agreement, an agent commits to some reciprocity if an event occurs.", + "domain" : "vf:Commitment", + "label" : "in exchange for", + "range" : "vf:EconomicEvent" + }, { + "@id" : "vf:increment", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "increment", + "subPropertyOf" : "vf:increment" + }, { + "@id" : "vf:inputOf", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "domain" : "vf:EconomicEvent", + "label" : "input of", + "range" : "vf:Process" + }, { + "@id" : "vf:involves", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "EconomicResource the Commitment intends or commits to affect. Could be an actual resource or a category or type of resource.", + "domain" : "vf:Commitment", + "label" : "involves", + "range" : "vf:EconomicResource" + }, { + "@id" : "vf:issue", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "issue", + "subPropertyOf" : [ "vf:decrement", "vf:issue" ] + }, { + "@id" : "vf:load", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "load", + "subPropertyOf" : [ "vf:decrement", "vf:load" ] + }, { + "@id" : "vf:name", + "@type" : "owl:DatatypeProperty", + "comment" : "An informal or formal textual identifier for an object. Does not imply uniqueness.", + "label" : "name" + }, { + "@id" : "vf:note", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "A textual comment or description.", + "label" : "note", + "range" : "skos:note" + }, { + "@id" : "vf:object", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The object of a relationship between 2 agents.", + "domain" : "vf:AgentRelationship", + "label" : "object", + "range" : "foaf:Agent" + }, { + "@id" : "vf:outputOf", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "domain" : "vf:EconomicEvent", + "label" : "output of", + "range" : "vf:Process" + }, { + "@id" : "vf:primaryLocation", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The main place an agent is located, often an address where activities occur and mail can be sent. This is usually a mappable geographic location. It also could be a website address, as in the case of agents who have no physical location.", + "domain" : "foaf:Agent", + "label" : "primary location", + "range" : "vf:Location" + }, { + "@id" : "vf:produce", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "produce", + "subPropertyOf" : [ "vf:increment", "vf:produce" ] + }, { + "@id" : "vf:provider", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The economic agent from whom the economic event is initiated.", + "domain" : "vf:EconomicEvent", + "label" : "provider", + "range" : "foaf:Agent" + }, { + "@id" : "vf:quantity", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The current amount and unit of the economic resource.", + "domain" : "vf:EconomicResource", + "label" : "quantity", + "range" : "qudt:QuantityValue" + }, { + "@id" : "vf:receive", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "receive", + "subPropertyOf" : [ "vf:increment", "vf:receive" ] + }, { + "@id" : "vf:receiver", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The economic agent whom the economic event is for.", + "domain" : "vf:EconomicEvent", + "label" : "receiver", + "range" : "foaf:Agent" + }, { + "@id" : "vf:relationship", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "A verb that describes a generic defined relationship that exists between 2 agents.", + "domain" : "vf:AgentRelationship", + "label" : "relationship", + "range" : "rdf:Property" + }, { + "@id" : "vf:resourceCategory", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "A type or categorization that describes a resource, at any level of granularity.", + "domain" : "vf:EconomicResource", + "label" : "category", + "range" : "vf:ResourceTaxonomyItem" + }, { + "@id" : "vf:start", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The starting date and optionally time of the economic event.", + "domain" : "vf:EconomicEvent", + "label" : "start" + }, { + "@id" : "vf:subject", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "The subject of a relationship between 2 agents.", + "domain" : "vf:AgentRelationship", + "label" : "subject", + "range" : "foaf:Agent" + }, { + "@id" : "vf:trackingIdentifier", + "@type" : [ "owl:AnnotationProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "Sometimes called lot number, used for trackable batched resources. Sometimes called serial number, used when each item must have a trackable identifier (like a computer). Could also be used for other unique tracking identifiers needed for resources.", + "domain" : "vf:EconomicResource", + "label" : "tracking identifier" + }, { + "@id" : "vf:under", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "Reference an agreement between agents which specifies the rules or policies which govern this event.", + "domain" : "vf:EconomicEvent", + "label" : "under", + "range" : "vf:Agreement" + }, { + "@id" : "vf:underlyingResource", + "@type" : [ "owl:ObjectProperty", "rdf:Property", "rdfs:Resource" ], + "comment" : "A more concrete resource upon which a resource is based.", + "domain" : "vf:EconomicResource", + "label" : "underlying resource", + "range" : "vf:EconomicResource" + }, { + "@id" : "vf:unload", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "unload", + "subPropertyOf" : [ "vf:increment", "vf:unload" ] + }, { + "@id" : "vf:url", + "@type" : "owl:DatatypeProperty", + "label" : "url" + }, { + "@id" : "vf:use", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "use" + }, { + "@id" : "vf:work", + "@type" : [ "vf:Action", "rdf:Property", "rdfs:Resource" ], + "label" : "work" + } ], + "@context" : { + "domain" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#domain", + "@type" : "@id" + }, + "range" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#range", + "@type" : "@id" + }, + "subPropertyOf" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#subPropertyOf", + "@type" : "@id" + }, + "subClassOf" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf", + "@type" : "@id" + }, + "label" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#label" + }, + "comment" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#comment" + }, + "status" : { + "@id" : "http://purl.org/dc/terms/status", + "@type" : "@id" + }, + "type" : { + "@id" : "http://purl.org/dc/terms/type", + "@type" : "@id" + }, + "title" : { + "@id" : "http://purl.org/dc/terms/title" + }, + "vf" : "https://w3id.org/valueflows/#", + "schema" : "http://schema.org/", + "qudt" : "http://qudt.org/schema/qudt/", + "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "owl" : "http://www.w3.org/2002/07/owl#", + "org" : "http://www.w3.org/ns/org#", + "skos" : "http://www.w3.org/2004/02/skos/core#", + "dcterms" : "http://purl.org/dc/terms/", + "rdfs" : "http://www.w3.org/2000/01/rdf-schema#", + "foaf" : "http://xmlns.com/foaf/0.1/#" + } +}+ \ No newline at end of file diff --git a/onto/vf.nq b/onto/vf.nq @@ -0,0 +1,543 @@ +<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#List> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#List> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#ResourceTaxonomyItem> . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Appreciation> . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Class> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Resource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> . +<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> . +<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#AgentRelationship> . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> . +<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Literal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Literal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> . +<http://qudt.org/schema/qudt/QuantityValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://qudt.org/schema/qudt/QuantityValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://qudt.org/schema/qudt/QuantityValue> . +<http://qudt.org/schema/qudt/QuantityValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Location> . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#note> . +<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#decrement> . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/2000/01/rdf-schema#label> "issue" . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/2000/01/rdf-schema#comment> "A resource category, part of a taxonomy." . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/2000/01/rdf-schema#label> "vf:ResourceTaxonomyItem" . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#decrement> . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/2000/01/rdf-schema#label> "consume" . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#increment> <http://www.w3.org/2000/01/rdf-schema#label> "increment" . +<https://w3id.org/valueflows/#increment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/2000/01/rdf-schema#comment> "A person or group or organization with economic agency." . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/2000/01/rdf-schema#label> "foaf:Agent" . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#improve> <http://www.w3.org/2000/01/rdf-schema#label> "improve" . +<https://w3id.org/valueflows/#improve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/2000/01/rdf-schema#label> "output of" . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic event implemented in appreciation (gift economy)." . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Appreciation> . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/2000/01/rdf-schema#label> "appreciation with" . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic agent who commits to a future economic event." . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/2000/01/rdf-schema#label> "committed provider" . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/2000/01/rdf-schema#comment> "Reference an agreement between agents which specifies the rules or policies which govern this commitment." . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Agreement> . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/2000/01/rdf-schema#label> "committed under" . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "An inflow or outflow of an economic resource in relation to a process and/or exchange. This could reflect a change in the quantity of a vf:EconomicResource. It is also defined by its behavior in relation to the vf:EconomicResource and a vf:Process (consume, use, produce, etc.)" . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/2000/01/rdf-schema#label> "vf:EconomicEvent" . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#increment> . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/2000/01/rdf-schema#label> "unload" . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#increment> . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/2000/01/rdf-schema#label> "receive" . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/> <http://purl.org/dc/terms/status> <http://purl.org/adms/status/UnderDevelopment> . +<https://w3id.org/valueflows/> <http://purl.org/dc/terms/type> <http://purl.org/adms/assettype/Ontology> . +<https://w3id.org/valueflows/> <http://purl.org/dc/terms/title> "Value Flows Ontology" . +<https://w3id.org/valueflows/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> . +<https://w3id.org/valueflows/#accept> <http://www.w3.org/2000/01/rdf-schema#label> "accept" . +<https://w3id.org/valueflows/#accept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/2000/01/rdf-schema#comment> "A more concrete resource upon which a resource is based." . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/2000/01/rdf-schema#label> "underlying resource" . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/2000/01/rdf-schema#comment> "An agreement to exchange something with another agent(s), containing vf:Commitments towards that end." . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Agreement> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/2000/01/rdf-schema#label> "vf:ExchangeAgreement" . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/2000/01/rdf-schema#label> "input of" . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#start> <http://www.w3.org/2000/01/rdf-schema#comment> "The starting date and optionally time of the economic event." . +<https://w3id.org/valueflows/#start> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#start> <http://www.w3.org/2000/01/rdf-schema#label> "start" . +<https://w3id.org/valueflows/#start> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/2000/01/rdf-schema#comment> "An activity that changes inputs into outputs. It could transform or transport vf:EconomicResource(s), as well as simply issuing a resource so that it is available." . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Process" . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/2000/01/rdf-schema#comment> "A resource which is useful to people or the ecosystem." . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/2000/01/rdf-schema#label> "vf:EconomicResource" . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "Sometimes called lot number, used for trackable batched resources. Sometimes called serial number, used when each item must have a trackable identifier (like a computer). Could also be used for other unique tracking identifiers needed for resources." . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "tracking identifier" . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "The current place an economic resource is located. Could be at any level of granularity, from a town to an address to a warehouse location. Should be mappable." . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Location> . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/2000/01/rdf-schema#label> "current location" . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic agent whom a future economic event is committed to." . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/2000/01/rdf-schema#label> "committed receiver" . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/2000/01/rdf-schema#comment> "An action verb defining the kind of event, commitment, or intent." . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Action" . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#name> <http://www.w3.org/2000/01/rdf-schema#comment> "An informal or formal textual identifier for an object. Does not imply uniqueness." . +<https://w3id.org/valueflows/#name> <http://www.w3.org/2000/01/rdf-schema#label> "name" . +<https://w3id.org/valueflows/#name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/2000/01/rdf-schema#comment> "Usually a more formally defined structure than Group, often legally defined, can be a group or not." . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/#Agent> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/2000/01/rdf-schema#label> "org:Organization" . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic event which completely or partially fulfills a commitment on a process." . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/2000/01/rdf-schema#label> "fulfills" . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/2000/01/rdf-schema#comment> "Any type of agreement among economic agents, that can be referenced in VF to clarify the economic activity. This is a placeholder pending investigating other vocabularies." . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Agreement" . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/2000/01/rdf-schema#comment> "An ongoing voluntary association between 2 Agents of any kind." . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/2000/01/rdf-schema#label> "vf:AgentRelationship" . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "The main place an agent is located, often an address where activities occur and mail can be sent. This is usually a mappable geographic location. It also could be a website address, as in the case of agents who have no physical location." . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Location> . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/2000/01/rdf-schema#label> "primary location" . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/2000/01/rdf-schema#comment> "A natural person." . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/#Agent> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/2000/01/rdf-schema#label> "foaf:Person" . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/2000/01/rdf-schema#comment> "Used when a stock economic resource contains units also defined as economic resources." . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/2000/01/rdf-schema#label> "contains" . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/2000/01/rdf-schema#comment> "A verb that describes a generic defined relationship that exists between 2 agents." . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#AgentRelationship> . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/2000/01/rdf-schema#label> "relationship" . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/2000/01/rdf-schema#comment> "The subject of a relationship between 2 agents." . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/2000/01/rdf-schema#label> "subject" . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#AgentRelationship> . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Location" . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#work> <http://www.w3.org/2000/01/rdf-schema#label> "work" . +<https://w3id.org/valueflows/#work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic agent from whom the economic event is initiated." . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/2000/01/rdf-schema#label> "provider" . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/2000/01/rdf-schema#comment> "A process that changes the location of a resource(s) without changing the resource(s) itself." . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Transportation" . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#object> <http://www.w3.org/2000/01/rdf-schema#comment> "The object of a relationship between 2 agents." . +<https://w3id.org/valueflows/#object> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#object> <http://www.w3.org/2000/01/rdf-schema#label> "object" . +<https://w3id.org/valueflows/#object> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#AgentRelationship> . +<https://w3id.org/valueflows/#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/2000/01/rdf-schema#comment> "A way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy." . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Appreciation" . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#use> <http://www.w3.org/2000/01/rdf-schema#label> "use" . +<https://w3id.org/valueflows/#use> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/2000/01/rdf-schema#comment> "References the economic event that generated the commitment, in cases where based on an agreement, an agent commits to some reciprocity if an event occurs." . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/2000/01/rdf-schema#label> "in exchange for" . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#decrement> <http://www.w3.org/2000/01/rdf-schema#label> "decrement" . +<https://w3id.org/valueflows/#decrement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#image> <http://www.w3.org/2000/01/rdf-schema#label> "image" . +<https://w3id.org/valueflows/#image> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic event being appreciated (gift economy)." . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Appreciation> . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/2000/01/rdf-schema#label> "appreciation of" . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/2000/01/rdf-schema#comment> "The current amount and unit of the economic resource." . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/2000/01/rdf-schema#range> <http://qudt.org/schema/qudt/QuantityValue> . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/2000/01/rdf-schema#label> "quantity" . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/2000/01/rdf-schema#label> "committed output of" . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc." . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/2000/01/rdf-schema#label> "committed action" . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/2000/01/rdf-schema#comment> "The observed duration of the economic event." . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/2000/01/rdf-schema#label> "duration" . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#load> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#decrement> . +<https://w3id.org/valueflows/#load> <http://www.w3.org/2000/01/rdf-schema#label> "load" . +<https://w3id.org/valueflows/#load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#note> <http://www.w3.org/2000/01/rdf-schema#comment> "A textual comment or description." . +<https://w3id.org/valueflows/#note> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2004/02/skos/core#note> . +<https://w3id.org/valueflows/#note> <http://www.w3.org/2000/01/rdf-schema#label> "note" . +<https://w3id.org/valueflows/#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/2000/01/rdf-schema#comment> "A planned economic event or transfer that has been promised by an agent to another agent." . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Commitment" . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "A type or categorization that describes a resource, at any level of granularity." . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#ResourceTaxonomyItem> . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/2000/01/rdf-schema#label> "category" . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/2000/01/rdf-schema#comment> "A process that produces something new from other resources, or improves an existing resource." . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Transformation" . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "A type or categorization that describes a resource committed, at any level of granularity." . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#ResourceTaxonomyItem> . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/2000/01/rdf-schema#label> "committed category" . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/2000/01/rdf-schema#label> "committed input of" . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/2000/01/rdf-schema#comment> "The quantity and unit of the event. This is the quantity that could be used to increment or decrement a resource, depending on the type of resource and type of event." . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/2000/01/rdf-schema#range> <http://qudt.org/schema/qudt/QuantityValue> . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/2000/01/rdf-schema#label> "affected quantity" . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic agent whom the economic event is for." . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/2000/01/rdf-schema#label> "receiver" . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#url> <http://www.w3.org/2000/01/rdf-schema#label> "url" . +<https://w3id.org/valueflows/#url> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> . +<https://w3id.org/valueflows/#context> <http://www.w3.org/2000/01/rdf-schema#comment> "The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context." . +<https://w3id.org/valueflows/#context> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#context> <http://www.w3.org/2000/01/rdf-schema#label> "context" . +<https://w3id.org/valueflows/#context> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#AgentRelationship> . +<https://w3id.org/valueflows/#context> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/2000/01/rdf-schema#comment> "EconomicResource the Commitment intends or commits to affect. Could be an actual resource or a category or type of resource." . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/2000/01/rdf-schema#label> "involves" . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#increment> . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/2000/01/rdf-schema#label> "produce" . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#cite> <http://www.w3.org/2000/01/rdf-schema#label> "cite" . +<https://w3id.org/valueflows/#cite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic resource that is decremented or incremented by the economic event, or just what the economic event is about." . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/2000/01/rdf-schema#label> "affects" . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#action> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc." . +<https://w3id.org/valueflows/#action> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#action> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#action> <http://www.w3.org/2000/01/rdf-schema#label> "action" . +<https://w3id.org/valueflows/#action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#under> <http://www.w3.org/2000/01/rdf-schema#comment> "Reference an agreement between agents which specifies the rules or policies which govern this event." . +<https://w3id.org/valueflows/#under> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Agreement> . +<https://w3id.org/valueflows/#under> <http://www.w3.org/2000/01/rdf-schema#label> "under" . +<https://w3id.org/valueflows/#under> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#under> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Transportation> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Process> . +<http://www.w3.org/2000/01/rdf-schema#Container> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Container> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Action> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Container> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/org#Organization> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Agreement> . +<http://www.w3.org/2000/01/rdf-schema#Resource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> . +<http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Transformation> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#ExchangeAgreement> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/#Person> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Container> . +<http://www.w3.org/2000/01/rdf-schema#Datatype> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Datatype> . +<http://www.w3.org/2000/01/rdf-schema#Datatype> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Class> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Container> . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#produce> . +<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> . +<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#seeAlso> . +<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#seeAlso> . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#issue> . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#receive> . +<https://w3id.org/valueflows/#load> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#load> . +<https://w3id.org/valueflows/#increment> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#increment> . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#consume> . +<https://w3id.org/valueflows/#decrement> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#decrement> . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#unload> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Datatype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#increment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#decrement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#under> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#context> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#start> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2002/07/owl#ObjectProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2002/07/owl#AnnotationProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2002/07/owl#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2002/07/owl#DatatypeProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2002/07/owl#Ontology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#improve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#use> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#accept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#cite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#decrement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#increment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#improve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#use> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#accept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#cite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#List> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://qudt.org/schema/qudt/QuantityValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Resource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Literal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Datatype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2002/07/owl#ObjectProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2002/07/owl#AnnotationProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2002/07/owl#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2002/07/owl#DatatypeProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2002/07/owl#Ontology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#under> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#context> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#start> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . diff --git a/onto/vf.nt b/onto/vf.nt @@ -0,0 +1,543 @@ +<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#List> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#List> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#ResourceTaxonomyItem> . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Appreciation> . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Class> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Resource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> . +<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> . +<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#AgentRelationship> . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> . +<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Literal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Literal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> . +<http://qudt.org/schema/qudt/QuantityValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://qudt.org/schema/qudt/QuantityValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://qudt.org/schema/qudt/QuantityValue> . +<http://qudt.org/schema/qudt/QuantityValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Location> . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#note> . +<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#decrement> . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/2000/01/rdf-schema#label> "issue" . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/2000/01/rdf-schema#comment> "A resource category, part of a taxonomy." . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/2000/01/rdf-schema#label> "vf:ResourceTaxonomyItem" . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#decrement> . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/2000/01/rdf-schema#label> "consume" . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#increment> <http://www.w3.org/2000/01/rdf-schema#label> "increment" . +<https://w3id.org/valueflows/#increment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/2000/01/rdf-schema#comment> "A person or group or organization with economic agency." . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/2000/01/rdf-schema#label> "foaf:Agent" . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#improve> <http://www.w3.org/2000/01/rdf-schema#label> "improve" . +<https://w3id.org/valueflows/#improve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/2000/01/rdf-schema#label> "output of" . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic event implemented in appreciation (gift economy)." . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Appreciation> . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/2000/01/rdf-schema#label> "appreciation with" . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic agent who commits to a future economic event." . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/2000/01/rdf-schema#label> "committed provider" . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/2000/01/rdf-schema#comment> "Reference an agreement between agents which specifies the rules or policies which govern this commitment." . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Agreement> . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/2000/01/rdf-schema#label> "committed under" . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/2000/01/rdf-schema#comment> "An inflow or outflow of an economic resource in relation to a process and/or exchange. This could reflect a change in the quantity of a vf:EconomicResource. It is also defined by its behavior in relation to the vf:EconomicResource and a vf:Process (consume, use, produce, etc.)" . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/2000/01/rdf-schema#label> "vf:EconomicEvent" . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#increment> . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/2000/01/rdf-schema#label> "unload" . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#increment> . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/2000/01/rdf-schema#label> "receive" . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/> <http://purl.org/dc/terms/status> <http://purl.org/adms/status/UnderDevelopment> . +<https://w3id.org/valueflows/> <http://purl.org/dc/terms/type> <http://purl.org/adms/assettype/Ontology> . +<https://w3id.org/valueflows/> <http://purl.org/dc/terms/title> "Value Flows Ontology" . +<https://w3id.org/valueflows/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> . +<https://w3id.org/valueflows/#accept> <http://www.w3.org/2000/01/rdf-schema#label> "accept" . +<https://w3id.org/valueflows/#accept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/2000/01/rdf-schema#comment> "A more concrete resource upon which a resource is based." . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/2000/01/rdf-schema#label> "underlying resource" . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/2000/01/rdf-schema#comment> "An agreement to exchange something with another agent(s), containing vf:Commitments towards that end." . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Agreement> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/2000/01/rdf-schema#label> "vf:ExchangeAgreement" . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/2000/01/rdf-schema#label> "input of" . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#start> <http://www.w3.org/2000/01/rdf-schema#comment> "The starting date and optionally time of the economic event." . +<https://w3id.org/valueflows/#start> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#start> <http://www.w3.org/2000/01/rdf-schema#label> "start" . +<https://w3id.org/valueflows/#start> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/2000/01/rdf-schema#comment> "An activity that changes inputs into outputs. It could transform or transport vf:EconomicResource(s), as well as simply issuing a resource so that it is available." . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Process" . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/2000/01/rdf-schema#comment> "A resource which is useful to people or the ecosystem." . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/2000/01/rdf-schema#label> "vf:EconomicResource" . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "Sometimes called lot number, used for trackable batched resources. Sometimes called serial number, used when each item must have a trackable identifier (like a computer). Could also be used for other unique tracking identifiers needed for resources." . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "tracking identifier" . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "The current place an economic resource is located. Could be at any level of granularity, from a town to an address to a warehouse location. Should be mappable." . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Location> . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/2000/01/rdf-schema#label> "current location" . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic agent whom a future economic event is committed to." . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/2000/01/rdf-schema#label> "committed receiver" . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/2000/01/rdf-schema#comment> "An action verb defining the kind of event, commitment, or intent." . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Action" . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#name> <http://www.w3.org/2000/01/rdf-schema#comment> "An informal or formal textual identifier for an object. Does not imply uniqueness." . +<https://w3id.org/valueflows/#name> <http://www.w3.org/2000/01/rdf-schema#label> "name" . +<https://w3id.org/valueflows/#name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/2000/01/rdf-schema#comment> "Usually a more formally defined structure than Group, often legally defined, can be a group or not." . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/#Agent> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/2000/01/rdf-schema#label> "org:Organization" . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic event which completely or partially fulfills a commitment on a process." . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/2000/01/rdf-schema#label> "fulfills" . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/2000/01/rdf-schema#comment> "Any type of agreement among economic agents, that can be referenced in VF to clarify the economic activity. This is a placeholder pending investigating other vocabularies." . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Agreement" . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/2000/01/rdf-schema#comment> "An ongoing voluntary association between 2 Agents of any kind." . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/2000/01/rdf-schema#label> "vf:AgentRelationship" . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "The main place an agent is located, often an address where activities occur and mail can be sent. This is usually a mappable geographic location. It also could be a website address, as in the case of agents who have no physical location." . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Location> . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/2000/01/rdf-schema#label> "primary location" . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/2000/01/rdf-schema#comment> "A natural person." . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/#Agent> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/2000/01/rdf-schema#label> "foaf:Person" . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/2000/01/rdf-schema#comment> "Used when a stock economic resource contains units also defined as economic resources." . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/2000/01/rdf-schema#label> "contains" . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/2000/01/rdf-schema#comment> "A verb that describes a generic defined relationship that exists between 2 agents." . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#AgentRelationship> . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/2000/01/rdf-schema#label> "relationship" . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/2000/01/rdf-schema#comment> "The subject of a relationship between 2 agents." . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/2000/01/rdf-schema#label> "subject" . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#AgentRelationship> . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Location" . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#work> <http://www.w3.org/2000/01/rdf-schema#label> "work" . +<https://w3id.org/valueflows/#work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic agent from whom the economic event is initiated." . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/2000/01/rdf-schema#label> "provider" . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/2000/01/rdf-schema#comment> "A process that changes the location of a resource(s) without changing the resource(s) itself." . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Transportation" . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#object> <http://www.w3.org/2000/01/rdf-schema#comment> "The object of a relationship between 2 agents." . +<https://w3id.org/valueflows/#object> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#object> <http://www.w3.org/2000/01/rdf-schema#label> "object" . +<https://w3id.org/valueflows/#object> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#AgentRelationship> . +<https://w3id.org/valueflows/#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/2000/01/rdf-schema#comment> "A way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy." . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Appreciation" . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#use> <http://www.w3.org/2000/01/rdf-schema#label> "use" . +<https://w3id.org/valueflows/#use> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/2000/01/rdf-schema#comment> "References the economic event that generated the commitment, in cases where based on an agreement, an agent commits to some reciprocity if an event occurs." . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/2000/01/rdf-schema#label> "in exchange for" . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#decrement> <http://www.w3.org/2000/01/rdf-schema#label> "decrement" . +<https://w3id.org/valueflows/#decrement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#image> <http://www.w3.org/2000/01/rdf-schema#label> "image" . +<https://w3id.org/valueflows/#image> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic event being appreciated (gift economy)." . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Appreciation> . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/2000/01/rdf-schema#label> "appreciation of" . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/2000/01/rdf-schema#comment> "The current amount and unit of the economic resource." . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/2000/01/rdf-schema#range> <http://qudt.org/schema/qudt/QuantityValue> . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/2000/01/rdf-schema#label> "quantity" . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/2000/01/rdf-schema#label> "committed output of" . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc." . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/2000/01/rdf-schema#label> "committed action" . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/2000/01/rdf-schema#comment> "The observed duration of the economic event." . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/2000/01/rdf-schema#label> "duration" . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#load> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#decrement> . +<https://w3id.org/valueflows/#load> <http://www.w3.org/2000/01/rdf-schema#label> "load" . +<https://w3id.org/valueflows/#load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#note> <http://www.w3.org/2000/01/rdf-schema#comment> "A textual comment or description." . +<https://w3id.org/valueflows/#note> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2004/02/skos/core#note> . +<https://w3id.org/valueflows/#note> <http://www.w3.org/2000/01/rdf-schema#label> "note" . +<https://w3id.org/valueflows/#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/2000/01/rdf-schema#comment> "A planned economic event or transfer that has been promised by an agent to another agent." . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Commitment" . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "A type or categorization that describes a resource, at any level of granularity." . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#ResourceTaxonomyItem> . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/2000/01/rdf-schema#label> "category" . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/2000/01/rdf-schema#comment> "A process that produces something new from other resources, or improves an existing resource." . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/2000/01/rdf-schema#label> "vf:Transformation" . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "A type or categorization that describes a resource committed, at any level of granularity." . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#ResourceTaxonomyItem> . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/2000/01/rdf-schema#label> "committed category" . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Process> . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/2000/01/rdf-schema#label> "committed input of" . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/2000/01/rdf-schema#comment> "The quantity and unit of the event. This is the quantity that could be used to increment or decrement a resource, depending on the type of resource and type of event." . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/2000/01/rdf-schema#range> <http://qudt.org/schema/qudt/QuantityValue> . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/2000/01/rdf-schema#label> "affected quantity" . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic agent whom the economic event is for." . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/2000/01/rdf-schema#label> "receiver" . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#url> <http://www.w3.org/2000/01/rdf-schema#label> "url" . +<https://w3id.org/valueflows/#url> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> . +<https://w3id.org/valueflows/#context> <http://www.w3.org/2000/01/rdf-schema#comment> "The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context." . +<https://w3id.org/valueflows/#context> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#context> <http://www.w3.org/2000/01/rdf-schema#label> "context" . +<https://w3id.org/valueflows/#context> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#AgentRelationship> . +<https://w3id.org/valueflows/#context> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/2000/01/rdf-schema#comment> "EconomicResource the Commitment intends or commits to affect. Could be an actual resource or a category or type of resource." . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#Commitment> . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/2000/01/rdf-schema#label> "involves" . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#increment> . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/2000/01/rdf-schema#label> "produce" . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#cite> <http://www.w3.org/2000/01/rdf-schema#label> "cite" . +<https://w3id.org/valueflows/#cite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic resource that is decremented or incremented by the economic event, or just what the economic event is about." . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#EconomicResource> . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/2000/01/rdf-schema#label> "affects" . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#action> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc." . +<https://w3id.org/valueflows/#action> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Action> . +<https://w3id.org/valueflows/#action> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#action> <http://www.w3.org/2000/01/rdf-schema#label> "action" . +<https://w3id.org/valueflows/#action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#under> <http://www.w3.org/2000/01/rdf-schema#comment> "Reference an agreement between agents which specifies the rules or policies which govern this event." . +<https://w3id.org/valueflows/#under> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/valueflows/#Agreement> . +<https://w3id.org/valueflows/#under> <http://www.w3.org/2000/01/rdf-schema#label> "under" . +<https://w3id.org/valueflows/#under> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/valueflows/#EconomicEvent> . +<https://w3id.org/valueflows/#under> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Transportation> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Process> . +<http://www.w3.org/2000/01/rdf-schema#Container> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Container> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Action> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Container> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/org#Organization> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Agreement> . +<http://www.w3.org/2000/01/rdf-schema#Resource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> . +<http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/#Agent> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#Transformation> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/valueflows/#ExchangeAgreement> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/#Person> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Container> . +<http://www.w3.org/2000/01/rdf-schema#Datatype> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Datatype> . +<http://www.w3.org/2000/01/rdf-schema#Datatype> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Class> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Container> . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#produce> . +<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> . +<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#seeAlso> . +<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#seeAlso> . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#issue> . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#receive> . +<https://w3id.org/valueflows/#load> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#load> . +<https://w3id.org/valueflows/#increment> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#increment> . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#consume> . +<https://w3id.org/valueflows/#decrement> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#decrement> . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/valueflows/#unload> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2000/01/rdf-schema#Datatype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#increment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#decrement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#under> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#context> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#start> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/2002/07/owl#ObjectProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2002/07/owl#AnnotationProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2002/07/owl#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2002/07/owl#DatatypeProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/2002/07/owl#Ontology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<https://w3id.org/valueflows/#improve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#issue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#use> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#consume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#accept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#cite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#receive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#decrement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#unload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#increment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#produce> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#improve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#use> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#accept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<https://w3id.org/valueflows/#cite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#List> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://qudt.org/schema/qudt/QuantityValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Resource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Commitment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://xmlns.com/foaf/0.1/#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#EconomicResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#EconomicEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Appreciation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#AgentRelationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Process> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#ResourceTaxonomyItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Agreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Literal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Transportation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/ns/org#Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#Transformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#ExchangeAgreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://xmlns.com/foaf/0.1/#Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#Datatype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2002/07/owl#ObjectProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2002/07/owl#AnnotationProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2002/07/owl#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2002/07/owl#DatatypeProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2002/07/owl#Ontology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#outputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#resourceCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#relationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedProvider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#inputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#quantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#affects> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedInputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedOutputOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#appreciationWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#appreciationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#involves> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#inExchangeFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#affectedQuantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#fulfills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedUnder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#primaryLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#under> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#underlyingResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#provider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#receiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#contains> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#currentLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#context> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#committedReceiver> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#start> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#trackingIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . +<https://w3id.org/valueflows/#duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> . diff --git a/onto/vf.rdf b/onto/vf.rdf @@ -0,0 +1,729 @@ +<rdf:RDF + xmlns:qudt="http://qudt.org/schema/qudt/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:dcterms="http://purl.org/dc/terms/" + xmlns:vf="https://w3id.org/valueflows/#" + xmlns:owl="http://www.w3.org/2002/07/owl#" + xmlns:foaf="http://xmlns.com/foaf/0.1/#" + xmlns:skos="http://www.w3.org/2004/02/skos/core#" + xmlns:schema="http://schema.org/" + xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" + xmlns:org="http://www.w3.org/ns/org#"> + <owl:Ontology rdf:about="https://w3id.org/valueflows/"> + <dcterms:status rdf:resource="http://purl.org/adms/status/UnderDevelopment"/> + <dcterms:type rdf:resource="http://purl.org/adms/assettype/Ontology"/> + <dcterms:title>Value Flows Ontology</dcterms:title> + </owl:Ontology> + <rdfs:Datatype rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Class"/> + </rdf:type> + </rdfs:Datatype> + <rdfs:Class rdf:about="https://w3id.org/valueflows/#ResourceTaxonomyItem"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#ResourceTaxonomyItem"/> + <rdfs:comment>A resource category, part of a taxonomy.</rdfs:comment> + <rdfs:label>vf:ResourceTaxonomyItem</rdfs:label> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Class"/> + </rdf:type> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2004/02/skos/core#note"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#note"/> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="https://w3id.org/valueflows/#Process"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdfs:comment>An activity that changes inputs into outputs. It could transform or transport vf:EconomicResource(s), as well as simply issuing a resource so that it is available.</rdfs:comment> + <rdfs:label>vf:Process</rdfs:label> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Class"/> + </rdf:type> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Process"/> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Container"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Container"/> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="https://w3id.org/valueflows/#Action"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdfs:comment>An action verb defining the kind of event, commitment, or intent.</rdfs:comment> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </rdfs:subClassOf> + <rdfs:label>vf:Action</rdfs:label> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Class"/> + </rdf:type> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Action"/> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="https://w3id.org/valueflows/#AgentRelationship"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#AgentRelationship"/> + <rdfs:comment>An ongoing voluntary association between 2 Agents of any kind.</rdfs:comment> + <rdfs:label>vf:AgentRelationship</rdfs:label> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Class"/> + </rdf:type> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="https://w3id.org/valueflows/#EconomicResource"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:comment>A resource which is useful to people or the ecosystem.</rdfs:comment> + <rdfs:label>vf:EconomicResource</rdfs:label> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Class"/> + </rdf:type> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Container"/> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Literal"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="https://w3id.org/valueflows/#Location"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Location"/> + <rdfs:label>vf:Location</rdfs:label> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Class"/> + </rdf:type> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="https://w3id.org/valueflows/#Agreement"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdfs:comment>Any type of agreement among economic agents, that can be referenced in VF to clarify the economic activity. This is a placeholder pending investigating other vocabularies.</rdfs:comment> + <rdfs:label>vf:Agreement</rdfs:label> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Class"/> + </rdf:type> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Agreement"/> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="https://w3id.org/valueflows/#EconomicEvent"> + <rdfs:subClassOf> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:comment>An inflow or outflow of an economic resource in relation to a process and/or exchange. This could reflect a change in the quantity of a vf:EconomicResource. It is also defined by its behavior in relation to the vf:EconomicResource and a vf:Process (consume, use, produce, etc.)</rdfs:comment> + <rdfs:label>vf:EconomicEvent</rdfs:label> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Class"/> + </rdf:type> + <rdf:type> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:type> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#DatatypeProperty"> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Class"> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="https://w3id.org/valueflows/#Appreciation"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Appreciation"/> + <rdfs:comment>A way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy.</rdfs:comment> + <rdfs:label>vf:Appreciation</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="https://w3id.org/valueflows/#Commitment"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdfs:comment>A planned economic event or transfer that has been promised by an agent to another agent.</rdfs:comment> + <rdfs:label>vf:Commitment</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/#Agent"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdfs:comment>A person or group or organization with economic agency.</rdfs:comment> + <rdfs:label>foaf:Agent</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/> + <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#Ontology"> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#AnnotationProperty"> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Container"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Class"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Datatype"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://qudt.org/schema/qudt/QuantityValue"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/QuantityValue"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt"> + <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Container"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <rdfs:Class rdf:about="http://www.w3.org/2002/07/owl#ObjectProperty"> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdfs:Class> + <owl:Class rdf:about="https://w3id.org/valueflows/#Transportation"> + <rdfs:comment>A process that changes the location of a resource(s) without changing the resource(s) itself.</rdfs:comment> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Process"/> + <rdfs:label>vf:Transportation</rdfs:label> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Transportation"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + </owl:Class> + <owl:Class rdf:about="https://w3id.org/valueflows/#ExchangeAgreement"> + <rdfs:comment>An agreement to exchange something with another agent(s), containing vf:Commitments towards that end.</rdfs:comment> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Agreement"/> + <rdfs:label>vf:ExchangeAgreement</rdfs:label> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#ExchangeAgreement"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + </owl:Class> + <owl:Class rdf:about="https://w3id.org/valueflows/#Transformation"> + <rdfs:comment>A process that produces something new from other resources, or improves an existing resource.</rdfs:comment> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Process"/> + <rdfs:label>vf:Transformation</rdfs:label> + <rdfs:subClassOf rdf:resource="https://w3id.org/valueflows/#Transformation"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + </owl:Class> + <owl:Class rdf:about="http://xmlns.com/foaf/0.1/#Person"> + <rdfs:comment>A natural person.</rdfs:comment> + <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdfs:label>foaf:Person</rdfs:label> + <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/#Person"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + </owl:Class> + <owl:Class rdf:about="http://www.w3.org/ns/org#Organization"> + <rdfs:comment>Usually a more formally defined structure than Group, often legally defined, can be a group or not.</rdfs:comment> + <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdfs:label>org:Organization</rdfs:label> + <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/org#Organization"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + </owl:Class> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#quantity"> + <rdfs:comment>The current amount and unit of the economic resource.</rdfs:comment> + <rdfs:range rdf:resource="http://qudt.org/schema/qudt/QuantityValue"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:label>quantity</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#appreciationWith"> + <rdfs:comment>The economic event implemented in appreciation (gift economy).</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Appreciation"/> + <rdfs:label>appreciation with</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#inputOf"> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Process"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:label>input of</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#duration"> + <rdfs:comment>The observed duration of the economic event.</rdfs:comment> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:label>duration</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#action"> + <rdfs:comment>Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Action"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:label>action</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#note"> + <rdfs:comment>A textual comment or description.</rdfs:comment> + <rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#note"/> + <rdfs:label>note</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#committedCategory"> + <rdfs:comment>A type or categorization that describes a resource committed, at any level of granularity.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#ResourceTaxonomyItem"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdfs:label>committed category</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#start"> + <rdfs:comment>The starting date and optionally time of the economic event.</rdfs:comment> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:label>start</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#primaryLocation"> + <rdfs:comment>The main place an agent is located, often an address where activities occur and mail can be sent. This is usually a mappable geographic location. It also could be a website address, as in the case of agents who have no physical location.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Location"/> + <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdfs:label>primary location</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#under"> + <rdfs:comment>Reference an agreement between agents which specifies the rules or policies which govern this event.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Agreement"/> + <rdfs:label>under</rdfs:label> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#receiver"> + <rdfs:comment>The economic agent whom the economic event is for.</rdfs:comment> + <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdfs:label>receiver</rdfs:label> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#context"> + <rdfs:comment>The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context.</rdfs:comment> + <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdfs:label>context</rdfs:label> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#AgentRelationship"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#affects"> + <rdfs:comment>The economic resource that is decremented or incremented by the economic event, or just what the economic event is about.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:label>affects</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#involves"> + <rdfs:comment>EconomicResource the Commitment intends or commits to affect. Could be an actual resource or a category or type of resource.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdfs:label>involves</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#committedReceiver"> + <rdfs:comment>The economic agent whom a future economic event is committed to.</rdfs:comment> + <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdfs:label>committed receiver</rdfs:label> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#resourceCategory"> + <rdfs:comment>A type or categorization that describes a resource, at any level of granularity.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#ResourceTaxonomyItem"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:label>category</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#underlyingResource"> + <rdfs:comment>A more concrete resource upon which a resource is based.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:label>underlying resource</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#committedUnder"> + <rdfs:comment>Reference an agreement between agents which specifies the rules or policies which govern this commitment.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Agreement"/> + <rdfs:label>committed under</rdfs:label> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#subject"> + <rdfs:comment>The subject of a relationship between 2 agents.</rdfs:comment> + <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdfs:label>subject</rdfs:label> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#AgentRelationship"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#committedOutputOf"> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Process"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdfs:label>committed output of</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#provider"> + <rdfs:comment>The economic agent from whom the economic event is initiated.</rdfs:comment> + <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdfs:label>provider</rdfs:label> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#outputOf"> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Process"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:label>output of</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#committedInputOf"> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Process"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdfs:label>committed input of</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#committedAction"> + <rdfs:comment>Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Action"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdfs:label>committed action</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#contains"> + <rdfs:comment>Used when a stock economic resource contains units also defined as economic resources.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:label>contains</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#inExchangeFor"> + <rdfs:comment>References the economic event that generated the commitment, in cases where based on an agreement, an agent commits to some reciprocity if an event occurs.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdfs:label>in exchange for</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#currentLocation"> + <rdfs:comment>The current place an economic resource is located. Could be at any level of granularity, from a town to an address to a warehouse location. Should be mappable.</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Location"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:label>current location</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#affectedQuantity"> + <rdfs:comment>The quantity and unit of the event. This is the quantity that could be used to increment or decrement a resource, depending on the type of resource and type of event.</rdfs:comment> + <rdfs:range rdf:resource="http://qudt.org/schema/qudt/QuantityValue"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:label>affected quantity</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#committedProvider"> + <rdfs:comment>The economic agent who commits to a future economic event.</rdfs:comment> + <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdfs:label>committed provider</rdfs:label> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#relationship"> + <rdfs:comment>A verb that describes a generic defined relationship that exists between 2 agents.</rdfs:comment> + <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#AgentRelationship"/> + <rdfs:label>relationship</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#appreciationOf"> + <rdfs:comment>The economic event being appreciated (gift economy).</rdfs:comment> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#Appreciation"/> + <rdfs:label>appreciation of</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#fulfills"> + <rdfs:comment>The economic event which completely or partially fulfills a commitment on a process.</rdfs:comment> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicEvent"/> + <rdfs:range rdf:resource="https://w3id.org/valueflows/#Commitment"/> + <rdfs:label>fulfills</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="https://w3id.org/valueflows/#object"> + <rdfs:comment>The object of a relationship between 2 agents.</rdfs:comment> + <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/#Agent"/> + <rdfs:label>object</rdfs:label> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#AgentRelationship"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:ObjectProperty> + <rdf:Property rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate"> + <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/> + <rdfs:subPropertyOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#isDefinedBy"> + <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#isDefinedBy"/> + <rdfs:subPropertyOf> + <rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#seeAlso"/> + </rdfs:subPropertyOf> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#type"> + <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"> + <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdfs:subPropertyOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#range"> + <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#seeAlso"> + <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#subject"> + <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/> + <rdfs:subPropertyOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#subject"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"> + <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#object"> + <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/> + <rdfs:subPropertyOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#object"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#domain"> + <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#label"> + <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#subPropertyOf"> + <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#subClassOf"> + <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <rdf:Property rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#first"> + <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdfs:subPropertyOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#first"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:Property> + <owl:DatatypeProperty rdf:about="https://w3id.org/valueflows/#image"> + <rdfs:label>image</rdfs:label> + </owl:DatatypeProperty> + <owl:DatatypeProperty rdf:about="https://w3id.org/valueflows/#name"> + <rdfs:comment>An informal or formal textual identifier for an object. Does not imply uniqueness.</rdfs:comment> + <rdfs:label>name</rdfs:label> + </owl:DatatypeProperty> + <owl:DatatypeProperty rdf:about="https://w3id.org/valueflows/#url"> + <rdfs:label>url</rdfs:label> + </owl:DatatypeProperty> + <vf:Action rdf:about="https://w3id.org/valueflows/#work"> + <rdfs:label>work</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <owl:AnnotationProperty rdf:about="https://w3id.org/valueflows/#trackingIdentifier"> + <rdfs:comment>Sometimes called lot number, used for trackable batched resources. Sometimes called serial number, used when each item must have a trackable identifier (like a computer). Could also be used for other unique tracking identifiers needed for resources.</rdfs:comment> + <rdfs:domain rdf:resource="https://w3id.org/valueflows/#EconomicResource"/> + <rdfs:label>tracking identifier</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </owl:AnnotationProperty> + <vf:Action rdf:about="https://w3id.org/valueflows/#use"> + <rdfs:label>use</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <vf:Action rdf:about="https://w3id.org/valueflows/#accept"> + <rdfs:label>accept</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <vf:Action rdf:about="https://w3id.org/valueflows/#improve"> + <rdfs:label>improve</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <vf:Action rdf:about="https://w3id.org/valueflows/#cite"> + <rdfs:label>cite</rdfs:label> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <rdf:List rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + </rdf:List> + <vf:Action rdf:about="https://w3id.org/valueflows/#increment"> + <rdfs:label>increment</rdfs:label> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#increment"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <vf:Action rdf:about="https://w3id.org/valueflows/#decrement"> + <rdfs:label>decrement</rdfs:label> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#decrement"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <vf:Action rdf:about="https://w3id.org/valueflows/#produce"> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#increment"/> + <rdfs:label>produce</rdfs:label> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#produce"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <vf:Action rdf:about="https://w3id.org/valueflows/#issue"> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#decrement"/> + <rdfs:label>issue</rdfs:label> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#issue"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <vf:Action rdf:about="https://w3id.org/valueflows/#receive"> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#increment"/> + <rdfs:label>receive</rdfs:label> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#receive"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <vf:Action rdf:about="https://w3id.org/valueflows/#load"> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#decrement"/> + <rdfs:label>load</rdfs:label> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#load"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <vf:Action rdf:about="https://w3id.org/valueflows/#consume"> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#decrement"/> + <rdfs:label>consume</rdfs:label> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#consume"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> + <vf:Action rdf:about="https://w3id.org/valueflows/#unload"> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#increment"/> + <rdfs:label>unload</rdfs:label> + <rdfs:subPropertyOf rdf:resource="https://w3id.org/valueflows/#unload"/> + <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> + </vf:Action> +</rdf:RDF> diff --git a/onto/vf.rj b/onto/vf.rj @@ -0,0 +1,2822 @@ +{ + "https://w3id.org/valueflows/#Transportation" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A process that changes the location of a resource(s) without changing the resource(s) itself." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:Transportation" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Transportation" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Process" + } + ] + } + , + "https://w3id.org/valueflows/#work" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "work" + } + ] + } + , + "https://w3id.org/valueflows/#appreciationWith" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The economic event implemented in appreciation (gift economy)." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Appreciation" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "appreciation with" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] + } + , + "https://w3id.org/valueflows/#trackingIdentifier" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "Sometimes called lot number, used for trackable batched resources. Sometimes called serial number, used when each item must have a trackable identifier (like a computer). Could also be used for other unique tracking identifiers needed for resources." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#AnnotationProperty" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "tracking identifier" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#seeAlso" + } + ] + } + , + "https://w3id.org/valueflows/#AgentRelationship" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "An ongoing voluntary association between 2 Agents of any kind." + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:AgentRelationship" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#AgentRelationship" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + ] + } + , + "https://w3id.org/valueflows/#context" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#AgentRelationship" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "context" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#comment" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Literal" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Container" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#Literal" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + ] + } + , + "https://w3id.org/valueflows/#committedReceiver" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The economic agent whom a future economic event is committed to." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "committed receiver" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "https://w3id.org/valueflows/#resourceCategory" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A type or categorization that describes a resource, at any level of granularity." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "category" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#ResourceTaxonomyItem" + } + ] + } + , + "https://w3id.org/valueflows/#Agreement" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "Any type of agreement among economic agents, that can be referenced in VF to clarify the economic activity. This is a placeholder pending investigating other vocabularies." + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:Agreement" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Agreement" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + ] + } + , + "https://w3id.org/valueflows/#produce" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "produce" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#produce" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#increment" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "https://w3id.org/valueflows/#image" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#DatatypeProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "image" + } + ] + } + , + "https://w3id.org/valueflows/#increment" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "increment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#increment" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#List" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#List" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#range" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "https://w3id.org/valueflows/#outputOf" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "output of" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Process" + } + ] + } + , + "https://w3id.org/valueflows/#committedInputOf" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "committed input of" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Process" + } + ] + } + , + "https://w3id.org/valueflows/#affectedQuantity" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The quantity and unit of the event. This is the quantity that could be used to increment or decrement a resource, depending on the type of resource and type of event." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "affected quantity" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://qudt.org/schema/qudt/QuantityValue" + } + ] + } + , + "https://w3id.org/valueflows/#unload" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "unload" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#increment" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#unload" + } + ] + } + , + "https://w3id.org/valueflows/#ResourceTaxonomyItem" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A resource category, part of a taxonomy." + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:ResourceTaxonomyItem" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#ResourceTaxonomyItem" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + ] + } + , + "https://w3id.org/valueflows/#inputOf" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "input of" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Process" + } + ] + } + , + "https://w3id.org/valueflows/#name" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "An informal or formal textual identifier for an object. Does not imply uniqueness." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#DatatypeProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "name" + } + ] + } + , + "https://w3id.org/valueflows/#start" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The starting date and optionally time of the economic event." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "start" + } + ] + } + , + "https://w3id.org/valueflows/#receiver" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The economic agent whom the economic event is for." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "receiver" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#domain" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "http://www.w3.org/ns/org#Organization" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "Usually a more formally defined structure than Group, often legally defined, can be a group or not." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "org:Organization" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/ns/org#Organization" + } + , { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#first" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#List" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#first" + } + ] + } + , + "https://w3id.org/valueflows/#Location" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:Location" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Location" + } + ] + } + , + "https://w3id.org/valueflows/#url" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#DatatypeProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "url" + } + ] + } + , + "https://w3id.org/valueflows/#subject" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The subject of a relationship between 2 agents." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#AgentRelationship" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "subject" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] + } + , + "https://w3id.org/valueflows/#EconomicEvent" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "An inflow or outflow of an economic resource in relation to a process and/or exchange. This could reflect a change in the quantity of a vf:EconomicResource. It is also defined by its behavior in relation to the vf:EconomicResource and a vf:Process (consume, use, produce, etc.)" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + ] + } + , + "https://w3id.org/valueflows/#use" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "use" + } + ] + } + , + "https://w3id.org/valueflows/#load" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "load" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#load" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#decrement" + } + ] + } + , + "http://www.w3.org/2002/07/owl#Class" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#List" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + ] + } + , + "https://w3id.org/valueflows/#Appreciation" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy." + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:Appreciation" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Appreciation" + } + ] + } + , + "https://w3id.org/valueflows/#accept" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "accept" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty" + } + ] + } + , + "https://w3id.org/valueflows/#ExchangeAgreement" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "An agreement to exchange something with another agent(s), containing vf:Commitments towards that end." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:ExchangeAgreement" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Agreement" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#ExchangeAgreement" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + ] + } + , + "https://w3id.org/valueflows/#Transformation" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A process that produces something new from other resources, or improves an existing resource." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:Transformation" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Transformation" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Process" + } + ] + } + , + "http://xmlns.com/foaf/0.1/#Person" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A natural person." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "foaf:Person" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Person" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] + } + , + "http://www.w3.org/2002/07/owl#Ontology" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#Class" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#Datatype" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Datatype" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Container" + } + ] + } + , + "https://w3id.org/valueflows/#committedProvider" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The economic agent who commits to a future economic event." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "committed provider" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] + } + , + "https://w3id.org/valueflows/#relationship" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A verb that describes a generic defined relationship that exists between 2 agents." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#AgentRelationship" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "relationship" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] + } + , + "https://w3id.org/valueflows/#appreciationOf" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The economic event being appreciated (gift economy)." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Appreciation" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "appreciation of" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] + } + , + "https://w3id.org/valueflows/#fulfills" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The economic event which completely or partially fulfills a commitment on a process." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "fulfills" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] + } + , + "https://w3id.org/valueflows/#object" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The object of a relationship between 2 agents." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#AgentRelationship" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "object" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] + } + , + "http://www.w3.org/2002/07/owl#ObjectProperty" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "https://w3id.org/valueflows/#improve" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "improve" + } + ] + } + , + "http://www.w3.org/2004/02/skos/core#note" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2004/02/skos/core#note" + } + ] + } + , + "https://w3id.org/valueflows/#Process" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "An activity that changes inputs into outputs. It could transform or transport vf:EconomicResource(s), as well as simply issuing a resource so that it is available." + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:Process" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Process" + } + ] + } + , + "https://w3id.org/valueflows/#primaryLocation" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The main place an agent is located, often an address where activities occur and mail can be sent. This is usually a mappable geographic location. It also could be a website address, as in the case of agents who have no physical location." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "primary location" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Location" + } + ] + } + , + "https://w3id.org/valueflows/#under" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "Reference an agreement between agents which specifies the rules or policies which govern this event." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "under" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Agreement" + } + ] + } + , + "https://w3id.org/valueflows/#Action" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "An action verb defining the kind of event, commitment, or intent." + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:Action" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] + } + , + "https://w3id.org/valueflows/#EconomicResource" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A resource which is useful to people or the ecosystem." + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:EconomicResource" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#object" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#object" + } + ] + } + , + "https://w3id.org/valueflows/#involves" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "EconomicResource the Commitment intends or commits to affect. Could be an actual resource or a category or type of resource." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "involves" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + ] + } + , + "https://w3id.org/valueflows/#receive" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "receive" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#receive" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#increment" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#Resource" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + ] + } + , + "http://www.w3.org/2002/07/owl#DatatypeProperty" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "https://w3id.org/valueflows/#provider" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The economic agent from whom the economic event is initiated." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "provider" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] + } + , + "https://w3id.org/valueflows/#Commitment" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A planned economic event or transfer that has been promised by an agent to another agent." + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "vf:Commitment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] + } + , + "https://w3id.org/valueflows/#committedAction" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "committed action" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + ] + } + , + "https://w3id.org/valueflows/" : { + "http://purl.org/dc/terms/status" : [ { + "type" : "uri" , + "value" : "http://purl.org/adms/status/UnderDevelopment" + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Ontology" + } + ] , + "http://purl.org/dc/terms/type" : [ { + "type" : "uri" , + "value" : "http://purl.org/adms/assettype/Ontology" + } + ] , + "http://purl.org/dc/terms/title" : [ { + "type" : "literal" , + "value" : "Value Flows Ontology" + } + ] + } + , + "https://w3id.org/valueflows/#cite" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "cite" + } + ] + } + , + "http://www.w3.org/2002/07/owl#AnnotationProperty" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#label" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Literal" + } + ] + } + , + "https://w3id.org/valueflows/#currentLocation" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The current place an economic resource is located. Could be at any level of granularity, from a town to an address to a warehouse location. Should be mappable." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "current location" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Location" + } + ] + } + , + "https://w3id.org/valueflows/#decrement" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "decrement" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#decrement" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#seeAlso" + } + ] + } + , + "https://w3id.org/valueflows/#issue" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "issue" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#issue" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#decrement" + } + ] + } + , + "https://w3id.org/valueflows/#quantity" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The current amount and unit of the economic resource." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "quantity" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://qudt.org/schema/qudt/QuantityValue" + } + ] + } + , + "https://w3id.org/valueflows/#consume" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "consume" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#consume" + } + , { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#decrement" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + ] + } + , + "https://w3id.org/valueflows/#duration" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The observed duration of the economic event." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "duration" + } + ] + } + , + "https://w3id.org/valueflows/#action" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "action" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Action" + } + ] + } + , + "https://w3id.org/valueflows/#note" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A textual comment or description." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "note" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2004/02/skos/core#note" + } + ] + } + , + "https://w3id.org/valueflows/#committedCategory" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A type or categorization that describes a resource committed, at any level of granularity." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "committed category" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#ResourceTaxonomyItem" + } + ] + } + , + "http://www.w3.org/2000/01/rdf-schema#Container" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Container" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#List" + } + ] + } + , + "https://w3id.org/valueflows/#affects" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "The economic resource that is decremented or incremented by the economic event, or just what the economic event is about." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "affects" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Datatype" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] + } + , + "https://w3id.org/valueflows/#underlyingResource" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A more concrete resource upon which a resource is based." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "underlying resource" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + ] + } + , + "https://w3id.org/valueflows/#committedUnder" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "Reference an agreement between agents which specifies the rules or policies which govern this commitment." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "committed under" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Agreement" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate" + } + ] + } + , + "https://w3id.org/valueflows/#committedOutputOf" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "committed output of" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Process" + } + ] + } + , + "http://xmlns.com/foaf/0.1/#Agent" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#Class" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "A person or group or organization with economic agency." + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "foaf:Agent" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://xmlns.com/foaf/0.1/#Agent" + } + ] + } + , + "https://w3id.org/valueflows/#contains" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "Used when a stock economic resource contains units also defined as economic resources." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "contains" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicResource" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject" + } + ] + } + , + "https://w3id.org/valueflows/#inExchangeFor" : { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "type" : "literal" , + "value" : "References the economic event that generated the commitment, in cases where based on an agreement, an agent commits to some reciprocity if an event occurs." + } + ] , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2002/07/owl#ObjectProperty" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#Commitment" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "type" : "literal" , + "value" : "in exchange for" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "type" : "uri" , + "value" : "https://w3id.org/valueflows/#EconomicEvent" + } + ] + } + , + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Container" + } + ] + } + , + "http://qudt.org/schema/qudt/QuantityValue" : { + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Class" + } + ] , + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "type" : "uri" , + "value" : "http://www.w3.org/2000/01/rdf-schema#Resource" + } + , { + "type" : "uri" , + "value" : "http://qudt.org/schema/qudt/QuantityValue" + } + ] + } +} diff --git a/onto/vf.trig b/onto/vf.trig @@ -0,0 +1,461 @@ +@prefix schema: <http://schema.org/> . +@prefix vf: <https://w3id.org/valueflows/#> . +@prefix qudt: <http://qudt.org/schema/qudt/> . +@prefix org: <http://www.w3.org/ns/org#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix dcterms: <http://purl.org/dc/terms/> . +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix foaf: <http://xmlns.com/foaf/0.1/#> . + +rdf:rest a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:List ; + rdfs:range rdf:List ; + rdfs:subPropertyOf rdf:rest . + +rdf:List a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource . + +vf:ResourceTaxonomyItem + a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "A resource category, part of a taxonomy." ; + rdfs:label "vf:ResourceTaxonomyItem" ; + rdfs:subClassOf rdfs:Resource , vf:ResourceTaxonomyItem . + +rdf:predicate a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Statement ; + rdfs:subPropertyOf rdf:predicate . + +rdf:Property a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource , rdf:Property . + +vf:EconomicEvent a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "An inflow or outflow of an economic resource in relation to a process and/or exchange. This could reflect a change in the quantity of a vf:EconomicResource. It is also defined by its behavior in relation to the vf:EconomicResource and a vf:Process (consume, use, produce, etc.)" ; + rdfs:label "vf:EconomicEvent" ; + rdfs:subClassOf rdfs:Resource , vf:EconomicEvent . + +rdfs:label a rdf:Property , rdfs:Resource ; + rdfs:range rdfs:Literal . + +vf:Appreciation a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "A way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy." ; + rdfs:label "vf:Appreciation" ; + rdfs:subClassOf rdfs:Resource , vf:Appreciation . + +vf:EconomicResource a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "A resource which is useful to people or the ecosystem." ; + rdfs:label "vf:EconomicResource" ; + rdfs:subClassOf rdfs:Resource , vf:EconomicResource . + +rdf:Statement a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource . + +rdfs:Class a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource , rdfs:Class . + +rdf:type a rdf:Property , rdfs:Resource ; + rdfs:range rdfs:Class . + +rdfs:Resource a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource . + +rdf:subject a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Statement ; + rdfs:subPropertyOf rdf:subject . + +foaf:Agent a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "A person or group or organization with economic agency." ; + rdfs:label "foaf:Agent" ; + rdfs:subClassOf rdfs:Resource , foaf:Agent . + +rdf:XMLLiteral a rdfs:Datatype , rdfs:Class , rdfs:Resource . + +rdfs:comment a rdf:Property , rdfs:Resource ; + rdfs:range rdfs:Literal . + +rdfs:range a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Property ; + rdfs:range rdfs:Class . + +rdfs:subPropertyOf a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Property ; + rdfs:range rdf:Property . + +vf:Action a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "An action verb defining the kind of event, commitment, or intent." ; + rdfs:label "vf:Action" ; + rdfs:subClassOf rdfs:Resource , rdf:Property , vf:Action . + +rdf:object a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Statement ; + rdfs:subPropertyOf rdf:object . + +vf:AgentRelationship a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "An ongoing voluntary association between 2 Agents of any kind." ; + rdfs:label "vf:AgentRelationship" ; + rdfs:subClassOf rdfs:Resource , vf:AgentRelationship . + +vf:Commitment a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "A planned economic event or transfer that has been promised by an agent to another agent." ; + rdfs:label "vf:Commitment" ; + rdfs:subClassOf rdfs:Resource , vf:Commitment . + +rdf:nil a rdf:List , rdfs:Resource . + +rdfs:domain a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Property ; + rdfs:range rdfs:Class . + +rdfs:Literal a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource . + +rdf:first a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:List ; + rdfs:subPropertyOf rdf:first . + +qudt:QuantityValue a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource , qudt:QuantityValue . + +rdfs:subClassOf a rdf:Property , rdfs:Resource ; + rdfs:domain rdfs:Class ; + rdfs:range rdfs:Class . + +vf:Location a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:label "vf:Location" ; + rdfs:subClassOf rdfs:Resource , vf:Location . + +skos:note a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource , skos:note . + +vf:Agreement a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "Any type of agreement among economic agents, that can be referenced in VF to clarify the economic activity. This is a placeholder pending investigating other vocabularies." ; + rdfs:label "vf:Agreement" ; + rdfs:subClassOf rdfs:Resource , vf:Agreement . + +vf:Process a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "An activity that changes inputs into outputs. It could transform or transport vf:EconomicResource(s), as well as simply issuing a resource so that it is available." ; + rdfs:label "vf:Process" ; + rdfs:subClassOf rdfs:Resource , vf:Process . + +vf:issue a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "issue" ; + rdfs:subPropertyOf vf:decrement , vf:issue . + +vf:consume a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "consume" ; + rdfs:subPropertyOf vf:decrement , vf:consume . + +vf:increment a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "increment" ; + rdfs:subPropertyOf vf:increment . + +vf:improve a vf:Action , rdfs:Resource , rdf:Property ; + rdfs:label "improve" . + +vf:outputOf a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "output of" ; + rdfs:range vf:Process . + +vf:appreciationWith a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic event implemented in appreciation (gift economy)." ; + rdfs:domain vf:Appreciation ; + rdfs:label "appreciation with" ; + rdfs:range vf:EconomicEvent . + +vf:committedProvider a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic agent who commits to a future economic event." ; + rdfs:domain vf:Commitment ; + rdfs:label "committed provider" ; + rdfs:range foaf:Agent . + +vf:committedUnder a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Reference an agreement between agents which specifies the rules or policies which govern this commitment." ; + rdfs:domain vf:Commitment ; + rdfs:label "committed under" ; + rdfs:range vf:Agreement . + +vf:unload a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "unload" ; + rdfs:subPropertyOf vf:increment , vf:unload . + +vf:receive a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "receive" ; + rdfs:subPropertyOf vf:increment , vf:receive . + +<https://w3id.org/valueflows/> + a owl:Ontology ; + dcterms:status <http://purl.org/adms/status/UnderDevelopment> ; + dcterms:title "Value Flows Ontology" ; + dcterms:type <http://purl.org/adms/assettype/Ontology> . + +vf:accept a vf:Action , rdfs:Resource , rdf:Property ; + rdfs:label "accept" . + +vf:underlyingResource + a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "A more concrete resource upon which a resource is based." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "underlying resource" ; + rdfs:range vf:EconomicResource . + +vf:ExchangeAgreement a owl:Class , rdfs:Class , rdfs:Resource ; + rdfs:comment "An agreement to exchange something with another agent(s), containing vf:Commitments towards that end." ; + rdfs:label "vf:ExchangeAgreement" ; + rdfs:subClassOf vf:Agreement , vf:ExchangeAgreement , rdfs:Resource . + +vf:inputOf a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "input of" ; + rdfs:range vf:Process . + +vf:start a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The starting date and optionally time of the economic event." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "start" . + +vf:trackingIdentifier + a owl:AnnotationProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Sometimes called lot number, used for trackable batched resources. Sometimes called serial number, used when each item must have a trackable identifier (like a computer). Could also be used for other unique tracking identifiers needed for resources." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "tracking identifier" . + +vf:currentLocation a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The current place an economic resource is located. Could be at any level of granularity, from a town to an address to a warehouse location. Should be mappable." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "current location" ; + rdfs:range vf:Location . + +vf:committedReceiver a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic agent whom a future economic event is committed to." ; + rdfs:domain vf:Commitment ; + rdfs:label "committed receiver" ; + rdfs:range foaf:Agent . + +vf:name a owl:DatatypeProperty ; + rdfs:comment "An informal or formal textual identifier for an object. Does not imply uniqueness." ; + rdfs:label "name" . + +org:Organization a owl:Class , rdfs:Class , rdfs:Resource ; + rdfs:comment "Usually a more formally defined structure than Group, often legally defined, can be a group or not." ; + rdfs:label "org:Organization" ; + rdfs:subClassOf foaf:Agent , org:Organization , rdfs:Resource . + +vf:fulfills a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic event which completely or partially fulfills a commitment on a process." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "fulfills" ; + rdfs:range vf:Commitment . + +vf:primaryLocation a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The main place an agent is located, often an address where activities occur and mail can be sent. This is usually a mappable geographic location. It also could be a website address, as in the case of agents who have no physical location." ; + rdfs:domain foaf:Agent ; + rdfs:label "primary location" ; + rdfs:range vf:Location . + +foaf:Person a owl:Class , rdfs:Class , rdfs:Resource ; + rdfs:comment "A natural person." ; + rdfs:label "foaf:Person" ; + rdfs:subClassOf foaf:Agent , foaf:Person , rdfs:Resource . + +vf:contains a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Used when a stock economic resource contains units also defined as economic resources." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "contains" ; + rdfs:range vf:EconomicResource . + +vf:relationship a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "A verb that describes a generic defined relationship that exists between 2 agents." ; + rdfs:domain vf:AgentRelationship ; + rdfs:label "relationship" ; + rdfs:range rdf:Property . + +vf:subject a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The subject of a relationship between 2 agents." ; + rdfs:domain vf:AgentRelationship ; + rdfs:label "subject" ; + rdfs:range foaf:Agent . + +vf:work a vf:Action , rdfs:Resource , rdf:Property ; + rdfs:label "work" . + +vf:provider a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic agent from whom the economic event is initiated." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "provider" ; + rdfs:range foaf:Agent . + +vf:Transportation a owl:Class , rdfs:Class , rdfs:Resource ; + rdfs:comment "A process that changes the location of a resource(s) without changing the resource(s) itself." ; + rdfs:label "vf:Transportation" ; + rdfs:subClassOf vf:Process , vf:Transportation , rdfs:Resource . + +vf:object a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The object of a relationship between 2 agents." ; + rdfs:domain vf:AgentRelationship ; + rdfs:label "object" ; + rdfs:range foaf:Agent . + +vf:use a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "use" . + +vf:inExchangeFor a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "References the economic event that generated the commitment, in cases where based on an agreement, an agent commits to some reciprocity if an event occurs." ; + rdfs:domain vf:Commitment ; + rdfs:label "in exchange for" ; + rdfs:range vf:EconomicEvent . + +vf:decrement a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "decrement" ; + rdfs:subPropertyOf vf:decrement . + +vf:image a owl:DatatypeProperty ; + rdfs:label "image" . + +vf:appreciationOf a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic event being appreciated (gift economy)." ; + rdfs:domain vf:Appreciation ; + rdfs:label "appreciation of" ; + rdfs:range vf:EconomicEvent . + +vf:quantity a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The current amount and unit of the economic resource." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "quantity" ; + rdfs:range qudt:QuantityValue . + +vf:committedOutputOf a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:domain vf:Commitment ; + rdfs:label "committed output of" ; + rdfs:range vf:Process . + +vf:committedAction a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc." ; + rdfs:domain vf:Commitment ; + rdfs:label "committed action" ; + rdfs:range vf:Action . + +vf:duration a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The observed duration of the economic event." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "duration" . + +vf:load a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "load" ; + rdfs:subPropertyOf vf:decrement , vf:load . + +vf:note a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "A textual comment or description." ; + rdfs:label "note" ; + rdfs:range skos:note . + +vf:resourceCategory a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "A type or categorization that describes a resource, at any level of granularity." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "category" ; + rdfs:range vf:ResourceTaxonomyItem . + +vf:Transformation a owl:Class , rdfs:Class , rdfs:Resource ; + rdfs:comment "A process that produces something new from other resources, or improves an existing resource." ; + rdfs:label "vf:Transformation" ; + rdfs:subClassOf vf:Process , vf:Transformation , rdfs:Resource . + +vf:committedCategory a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "A type or categorization that describes a resource committed, at any level of granularity." ; + rdfs:domain vf:Commitment ; + rdfs:label "committed category" ; + rdfs:range vf:ResourceTaxonomyItem . + +vf:committedInputOf a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:domain vf:Commitment ; + rdfs:label "committed input of" ; + rdfs:range vf:Process . + +vf:affectedQuantity a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The quantity and unit of the event. This is the quantity that could be used to increment or decrement a resource, depending on the type of resource and type of event." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "affected quantity" ; + rdfs:range qudt:QuantityValue . + +vf:receiver a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic agent whom the economic event is for." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "receiver" ; + rdfs:range foaf:Agent . + +vf:url a owl:DatatypeProperty ; + rdfs:label "url" . + +vf:context a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context." ; + rdfs:domain vf:AgentRelationship ; + rdfs:label "context" ; + rdfs:range foaf:Agent . + +vf:involves a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "EconomicResource the Commitment intends or commits to affect. Could be an actual resource or a category or type of resource." ; + rdfs:domain vf:Commitment ; + rdfs:label "involves" ; + rdfs:range vf:EconomicResource . + +vf:produce a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "produce" ; + rdfs:subPropertyOf vf:increment , vf:produce . + +vf:cite a vf:Action , rdfs:Resource , rdf:Property ; + rdfs:label "cite" . + +vf:affects a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic resource that is decremented or incremented by the economic event, or just what the economic event is about." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "affects" ; + rdfs:range vf:EconomicResource . + +vf:action a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "action" ; + rdfs:range vf:Action . + +vf:under a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Reference an agreement between agents which specifies the rules or policies which govern this event." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "under" ; + rdfs:range vf:Agreement . + +rdfs:Container a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Container . + +rdf:Seq a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdf:Seq , rdfs:Container . + +rdfs:ContainerMembershipProperty + a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:ContainerMembershipProperty , rdf:Property . + +rdf:Bag a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdf:Bag , rdfs:Container . + +rdfs:Datatype a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Datatype , rdfs:Class . + +rdf:Alt a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdf:Alt , rdfs:Container . + +rdfs:isDefinedBy a rdf:Property , rdfs:Resource ; + rdfs:subPropertyOf rdfs:isDefinedBy , rdfs:seeAlso . + +rdfs:seeAlso a rdf:Property , rdfs:Resource ; + rdfs:subPropertyOf rdfs:seeAlso . + +owl:ObjectProperty a rdfs:Class , rdfs:Resource . + +owl:AnnotationProperty + a rdfs:Class , rdfs:Resource . + +owl:Class a rdfs:Class , rdfs:Resource . + +owl:DatatypeProperty a rdfs:Class , rdfs:Resource . + +owl:Ontology a rdfs:Class , rdfs:Resource . diff --git a/onto/vf.trix b/onto/vf.trix @@ -0,0 +1,2719 @@ +<trix xmlns="http://www.w3.org/2004/03/trix/trix-1/"> + <graph> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#rest</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#rest</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#List</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#rest</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#List</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#rest</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#rest</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#List</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#List</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ResourceTaxonomyItem</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ResourceTaxonomyItem</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#ResourceTaxonomyItem</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ResourceTaxonomyItem</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Literal</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Appreciation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Appreciation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Appreciation</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Appreciation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#subject</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#subject</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#subject</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#subject</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Datatype</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Literal</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Action</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Action</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#object</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#object</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#object</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#object</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Commitment</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Commitment</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Commitment</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#nil</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#List</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Literal</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Literal</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#first</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#first</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#List</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#first</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#first</uri> + </triple> + <triple> + <uri>http://qudt.org/schema/qudt/QuantityValue</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://qudt.org/schema/qudt/QuantityValue</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://qudt.org/schema/qudt/QuantityValue</uri> + </triple> + <triple> + <uri>http://qudt.org/schema/qudt/QuantityValue</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Location</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Location</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Location</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Location</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2004/02/skos/core#note</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2004/02/skos/core#note</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2004/02/skos/core#note</uri> + </triple> + <triple> + <uri>http://www.w3.org/2004/02/skos/core#note</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Agreement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Agreement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Process</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Process</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#issue</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#decrement</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#issue</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">issue</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#issue</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ResourceTaxonomyItem</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A resource category, part of a taxonomy.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ResourceTaxonomyItem</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:ResourceTaxonomyItem</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ResourceTaxonomyItem</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#consume</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#decrement</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#consume</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">consume</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#consume</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#increment</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">increment</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#increment</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A person or group or organization with economic agency.</typedLiteral> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">foaf:Agent</typedLiteral> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#improve</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">improve</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#improve</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#outputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Process</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#outputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#outputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">output of</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#outputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationWith</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The economic event implemented in appreciation (gift economy).</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationWith</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationWith</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Appreciation</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationWith</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">appreciation with</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationWith</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedProvider</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The economic agent who commits to a future economic event.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedProvider</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedProvider</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">committed provider</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedProvider</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedProvider</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedUnder</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">Reference an agreement between agents which specifies the rules or policies which govern this commitment.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedUnder</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Agreement</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedUnder</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">committed under</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedUnder</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedUnder</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">An inflow or outflow of an economic resource in relation to a process and/or exchange. This could reflect a change in the quantity of a vf:EconomicResource. It is also defined by its behavior in relation to the vf:EconomicResource and a vf:Process (consume, use, produce, etc.)</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:EconomicEvent</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#unload</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#increment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#unload</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">unload</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#unload</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receive</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#increment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receive</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">receive</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receive</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/</uri> + <uri>http://purl.org/dc/terms/status</uri> + <uri>http://purl.org/adms/status/UnderDevelopment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/</uri> + <uri>http://purl.org/dc/terms/type</uri> + <uri>http://purl.org/adms/assettype/Ontology</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/</uri> + <uri>http://purl.org/dc/terms/title</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">Value Flows Ontology</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Ontology</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#accept</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">accept</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#accept</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#underlyingResource</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A more concrete resource upon which a resource is based.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#underlyingResource</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#underlyingResource</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#underlyingResource</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">underlying resource</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#underlyingResource</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ExchangeAgreement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">An agreement to exchange something with another agent(s), containing vf:Commitments towards that end.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ExchangeAgreement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Agreement</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ExchangeAgreement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:ExchangeAgreement</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ExchangeAgreement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Process</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">input of</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#start</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The starting date and optionally time of the economic event.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#start</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#start</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">start</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#start</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Process</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">An activity that changes inputs into outputs. It could transform or transport vf:EconomicResource(s), as well as simply issuing a resource so that it is available.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Process</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:Process</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Process</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A resource which is useful to people or the ecosystem.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:EconomicResource</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#trackingIdentifier</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">Sometimes called lot number, used for trackable batched resources. Sometimes called serial number, used when each item must have a trackable identifier (like a computer). Could also be used for other unique tracking identifiers needed for resources.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#trackingIdentifier</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#trackingIdentifier</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">tracking identifier</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#trackingIdentifier</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#AnnotationProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#currentLocation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The current place an economic resource is located. Could be at any level of granularity, from a town to an address to a warehouse location. Should be mappable.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#currentLocation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Location</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#currentLocation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#currentLocation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">current location</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#currentLocation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedReceiver</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The economic agent whom a future economic event is committed to.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedReceiver</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedReceiver</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">committed receiver</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedReceiver</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedReceiver</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Action</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">An action verb defining the kind of event, commitment, or intent.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Action</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Action</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:Action</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Action</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#name</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">An informal or formal textual identifier for an object. Does not imply uniqueness.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#name</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">name</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#name</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#DatatypeProperty</uri> + </triple> + <triple> + <uri>http://www.w3.org/ns/org#Organization</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">Usually a more formally defined structure than Group, often legally defined, can be a group or not.</typedLiteral> + </triple> + <triple> + <uri>http://www.w3.org/ns/org#Organization</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>http://www.w3.org/ns/org#Organization</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">org:Organization</typedLiteral> + </triple> + <triple> + <uri>http://www.w3.org/ns/org#Organization</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#fulfills</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The economic event which completely or partially fulfills a commitment on a process.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#fulfills</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#fulfills</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#fulfills</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">fulfills</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#fulfills</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Agreement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">Any type of agreement among economic agents, that can be referenced in VF to clarify the economic activity. This is a placeholder pending investigating other vocabularies.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Agreement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:Agreement</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Agreement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">An ongoing voluntary association between 2 Agents of any kind.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:AgentRelationship</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#primaryLocation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The main place an agent is located, often an address where activities occur and mail can be sent. This is usually a mappable geographic location. It also could be a website address, as in the case of agents who have no physical location.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#primaryLocation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Location</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#primaryLocation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#primaryLocation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">primary location</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#primaryLocation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Person</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A natural person.</typedLiteral> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Person</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Person</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">foaf:Person</typedLiteral> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Person</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#contains</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">Used when a stock economic resource contains units also defined as economic resources.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#contains</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#contains</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#contains</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">contains</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#contains</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#relationship</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A verb that describes a generic defined relationship that exists between 2 agents.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#relationship</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#relationship</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#relationship</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">relationship</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#relationship</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#subject</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The subject of a relationship between 2 agents.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#subject</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#subject</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">subject</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#subject</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#subject</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Location</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:Location</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Location</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#work</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">work</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#work</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#provider</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The economic agent from whom the economic event is initiated.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#provider</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#provider</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">provider</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#provider</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#provider</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transportation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A process that changes the location of a resource(s) without changing the resource(s) itself.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transportation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Process</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transportation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:Transportation</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transportation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#object</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The object of a relationship between 2 agents.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#object</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#object</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">object</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#object</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#object</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Appreciation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Appreciation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:Appreciation</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Appreciation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#use</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">use</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#use</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inExchangeFor</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">References the economic event that generated the commitment, in cases where based on an agreement, an agent commits to some reciprocity if an event occurs.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inExchangeFor</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inExchangeFor</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inExchangeFor</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">in exchange for</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inExchangeFor</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#decrement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">decrement</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#decrement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#image</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">image</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#image</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#DatatypeProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The economic event being appreciated (gift economy).</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Appreciation</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">appreciation of</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#quantity</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The current amount and unit of the economic resource.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#quantity</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://qudt.org/schema/qudt/QuantityValue</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#quantity</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#quantity</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">quantity</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#quantity</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedOutputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Process</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedOutputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedOutputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">committed output of</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedOutputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedAction</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedAction</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedAction</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedAction</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">committed action</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedAction</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#duration</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The observed duration of the economic event.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#duration</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#duration</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">duration</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#duration</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#load</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#decrement</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#load</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">load</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#load</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#note</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A textual comment or description.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#note</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/2004/02/skos/core#note</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#note</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">note</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#note</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Commitment</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A planned economic event or transfer that has been promised by an agent to another agent.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Commitment</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:Commitment</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Commitment</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#resourceCategory</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A type or categorization that describes a resource, at any level of granularity.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#resourceCategory</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#ResourceTaxonomyItem</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#resourceCategory</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#resourceCategory</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">category</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#resourceCategory</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transformation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A process that produces something new from other resources, or improves an existing resource.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transformation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Process</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transformation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">vf:Transformation</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transformation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedCategory</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">A type or categorization that describes a resource committed, at any level of granularity.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedCategory</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#ResourceTaxonomyItem</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedCategory</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedCategory</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">committed category</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedCategory</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedInputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Process</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedInputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedInputOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">committed input of</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedInputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affectedQuantity</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The quantity and unit of the event. This is the quantity that could be used to increment or decrement a resource, depending on the type of resource and type of event.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affectedQuantity</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://qudt.org/schema/qudt/QuantityValue</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affectedQuantity</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affectedQuantity</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">affected quantity</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affectedQuantity</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receiver</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The economic agent whom the economic event is for.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receiver</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receiver</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">receiver</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receiver</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receiver</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#url</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">url</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#url</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#DatatypeProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#context</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#context</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#context</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">context</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#context</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#context</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#involves</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">EconomicResource the Commitment intends or commits to affect. Could be an actual resource or a category or type of resource.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#involves</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#involves</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#Commitment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#involves</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">involves</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#involves</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#produce</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#increment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#produce</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">produce</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#produce</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#cite</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">cite</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#cite</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affects</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">The economic resource that is decremented or incremented by the economic event, or just what the economic event is about.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affects</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affects</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affects</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">affects</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affects</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#action</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#action</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#action</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#action</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">action</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#action</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#under</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">Reference an agreement between agents which specifies the rules or policies which govern this event.</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#under</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>https://w3id.org/valueflows/#Agreement</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#under</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#string">under</typedLiteral> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#under</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#under</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transportation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Transportation</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transportation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Process</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Process</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Container</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Container</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Action</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Action</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Container</uri> + </triple> + <triple> + <uri>http://www.w3.org/ns/org#Organization</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/ns/org#Organization</uri> + </triple> + <triple> + <uri>http://www.w3.org/ns/org#Organization</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Agreement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Agreement</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transformation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#Transformation</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transformation</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ExchangeAgreement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>https://w3id.org/valueflows/#ExchangeAgreement</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ExchangeAgreement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Person</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://xmlns.com/foaf/0.1/#Person</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Person</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Container</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Datatype</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Datatype</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Datatype</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Container</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#produce</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#produce</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#isDefinedBy</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#isDefinedBy</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#isDefinedBy</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#seeAlso</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#seeAlso</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#seeAlso</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#issue</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#issue</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receive</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#receive</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#load</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#load</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#increment</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#increment</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#consume</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#consume</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#decrement</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#decrement</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#unload</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>https://w3id.org/valueflows/#unload</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transportation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Container</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/ns/org#Organization</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transformation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ExchangeAgreement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Person</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Datatype</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#increment</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#decrement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#produce</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#isDefinedBy</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#seeAlso</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#issue</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receive</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#load</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#consume</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#unload</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#outputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#resourceCategory</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#relationship</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#note</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedProvider</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#quantity</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affects</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedInputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedOutputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationWith</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#involves</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#object</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inExchangeFor</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affectedQuantity</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#fulfills</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedUnder</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#primaryLocation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#under</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#underlyingResource</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedCategory</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#provider</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receiver</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#contains</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#subject</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedAction</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#currentLocation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#context</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#action</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedReceiver</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#start</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#trackingIdentifier</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#duration</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2002/07/owl#AnnotationProperty</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2002/07/owl#DatatypeProperty</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/2002/07/owl#Ontology</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#improve</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#issue</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#work</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#use</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#consume</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#accept</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#cite</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receive</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#decrement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#unload</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#load</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#increment</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#produce</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#improve</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#work</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#use</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#accept</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#cite</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#nil</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Action</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Property</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#List</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://qudt.org/schema/qudt/QuantityValue</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Commitment</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Agent</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Location</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicResource</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2004/02/skos/core#note</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#EconomicEvent</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Appreciation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Class</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#AgentRelationship</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Process</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ResourceTaxonomyItem</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Agreement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Literal</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transportation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Container</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/ns/org#Organization</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#Transformation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#ExchangeAgreement</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://xmlns.com/foaf/0.1/#Person</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#Datatype</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2002/07/owl#ObjectProperty</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2002/07/owl#AnnotationProperty</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2002/07/owl#Class</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2002/07/owl#DatatypeProperty</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2002/07/owl#Ontology</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#first</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#object</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#subject</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#rest</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#isDefinedBy</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#seeAlso</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#domain</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#subPropertyOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#range</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#comment</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>http://www.w3.org/2000/01/rdf-schema#label</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#outputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#resourceCategory</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#relationship</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#note</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedProvider</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#quantity</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affects</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedInputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedOutputOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationWith</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#appreciationOf</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#involves</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#object</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#inExchangeFor</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#affectedQuantity</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#fulfills</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedUnder</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#primaryLocation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#under</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#underlyingResource</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedCategory</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#provider</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#receiver</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#contains</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#subject</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedAction</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#currentLocation</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#context</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#action</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#committedReceiver</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#start</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#trackingIdentifier</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + <triple> + <uri>https://w3id.org/valueflows/#duration</uri> + <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri> + <uri>http://www.w3.org/2000/01/rdf-schema#Resource</uri> + </triple> + </graph> +</trix> diff --git a/onto/vf.ttl b/onto/vf.ttl @@ -0,0 +1,461 @@ +@prefix schema: <http://schema.org/> . +@prefix vf: <https://w3id.org/valueflows/#> . +@prefix qudt: <http://qudt.org/schema/qudt/> . +@prefix org: <http://www.w3.org/ns/org#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix dcterms: <http://purl.org/dc/terms/> . +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix foaf: <http://xmlns.com/foaf/0.1/#> . + +rdf:rest a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:List ; + rdfs:range rdf:List ; + rdfs:subPropertyOf rdf:rest . + +rdf:List a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource . + +vf:ResourceTaxonomyItem + a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "A resource category, part of a taxonomy." ; + rdfs:label "vf:ResourceTaxonomyItem" ; + rdfs:subClassOf rdfs:Resource , vf:ResourceTaxonomyItem . + +rdf:predicate a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Statement ; + rdfs:subPropertyOf rdf:predicate . + +rdf:Property a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource , rdf:Property . + +vf:EconomicEvent a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "An inflow or outflow of an economic resource in relation to a process and/or exchange. This could reflect a change in the quantity of a vf:EconomicResource. It is also defined by its behavior in relation to the vf:EconomicResource and a vf:Process (consume, use, produce, etc.)" ; + rdfs:label "vf:EconomicEvent" ; + rdfs:subClassOf rdfs:Resource , vf:EconomicEvent . + +rdfs:label a rdf:Property , rdfs:Resource ; + rdfs:range rdfs:Literal . + +vf:Appreciation a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "A way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy." ; + rdfs:label "vf:Appreciation" ; + rdfs:subClassOf rdfs:Resource , vf:Appreciation . + +vf:EconomicResource a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "A resource which is useful to people or the ecosystem." ; + rdfs:label "vf:EconomicResource" ; + rdfs:subClassOf rdfs:Resource , vf:EconomicResource . + +rdf:Statement a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource . + +rdfs:Class a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource , rdfs:Class . + +rdf:type a rdf:Property , rdfs:Resource ; + rdfs:range rdfs:Class . + +rdfs:Resource a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource . + +rdf:subject a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Statement ; + rdfs:subPropertyOf rdf:subject . + +foaf:Agent a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "A person or group or organization with economic agency." ; + rdfs:label "foaf:Agent" ; + rdfs:subClassOf rdfs:Resource , foaf:Agent . + +rdf:XMLLiteral a rdfs:Datatype , rdfs:Class , rdfs:Resource . + +rdfs:comment a rdf:Property , rdfs:Resource ; + rdfs:range rdfs:Literal . + +rdfs:range a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Property ; + rdfs:range rdfs:Class . + +rdfs:subPropertyOf a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Property ; + rdfs:range rdf:Property . + +vf:Action a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "An action verb defining the kind of event, commitment, or intent." ; + rdfs:label "vf:Action" ; + rdfs:subClassOf rdfs:Resource , rdf:Property , vf:Action . + +rdf:object a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Statement ; + rdfs:subPropertyOf rdf:object . + +vf:AgentRelationship a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "An ongoing voluntary association between 2 Agents of any kind." ; + rdfs:label "vf:AgentRelationship" ; + rdfs:subClassOf rdfs:Resource , vf:AgentRelationship . + +vf:Commitment a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "A planned economic event or transfer that has been promised by an agent to another agent." ; + rdfs:label "vf:Commitment" ; + rdfs:subClassOf rdfs:Resource , vf:Commitment . + +rdf:nil a rdf:List , rdfs:Resource . + +rdfs:domain a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:Property ; + rdfs:range rdfs:Class . + +rdfs:Literal a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource . + +rdf:first a rdf:Property , rdfs:Resource ; + rdfs:domain rdf:List ; + rdfs:subPropertyOf rdf:first . + +qudt:QuantityValue a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource , qudt:QuantityValue . + +rdfs:subClassOf a rdf:Property , rdfs:Resource ; + rdfs:domain rdfs:Class ; + rdfs:range rdfs:Class . + +vf:Location a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:label "vf:Location" ; + rdfs:subClassOf rdfs:Resource , vf:Location . + +skos:note a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Resource , skos:note . + +vf:Agreement a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "Any type of agreement among economic agents, that can be referenced in VF to clarify the economic activity. This is a placeholder pending investigating other vocabularies." ; + rdfs:label "vf:Agreement" ; + rdfs:subClassOf rdfs:Resource , vf:Agreement . + +vf:Process a rdfs:Class , owl:Class , rdfs:Resource ; + rdfs:comment "An activity that changes inputs into outputs. It could transform or transport vf:EconomicResource(s), as well as simply issuing a resource so that it is available." ; + rdfs:label "vf:Process" ; + rdfs:subClassOf rdfs:Resource , vf:Process . + +vf:issue a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "issue" ; + rdfs:subPropertyOf vf:decrement , vf:issue . + +vf:consume a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "consume" ; + rdfs:subPropertyOf vf:decrement , vf:consume . + +vf:increment a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "increment" ; + rdfs:subPropertyOf vf:increment . + +vf:improve a vf:Action , rdfs:Resource , rdf:Property ; + rdfs:label "improve" . + +vf:outputOf a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "output of" ; + rdfs:range vf:Process . + +vf:appreciationWith a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic event implemented in appreciation (gift economy)." ; + rdfs:domain vf:Appreciation ; + rdfs:label "appreciation with" ; + rdfs:range vf:EconomicEvent . + +vf:committedProvider a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic agent who commits to a future economic event." ; + rdfs:domain vf:Commitment ; + rdfs:label "committed provider" ; + rdfs:range foaf:Agent . + +vf:committedUnder a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Reference an agreement between agents which specifies the rules or policies which govern this commitment." ; + rdfs:domain vf:Commitment ; + rdfs:label "committed under" ; + rdfs:range vf:Agreement . + +vf:unload a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "unload" ; + rdfs:subPropertyOf vf:increment , vf:unload . + +vf:receive a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "receive" ; + rdfs:subPropertyOf vf:increment , vf:receive . + +<https://w3id.org/valueflows/> + a owl:Ontology ; + dcterms:status <http://purl.org/adms/status/UnderDevelopment> ; + dcterms:title "Value Flows Ontology" ; + dcterms:type <http://purl.org/adms/assettype/Ontology> . + +vf:accept a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "accept" . + +vf:underlyingResource + a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "A more concrete resource upon which a resource is based." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "underlying resource" ; + rdfs:range vf:EconomicResource . + +vf:ExchangeAgreement a owl:Class , rdfs:Class , rdfs:Resource ; + rdfs:comment "An agreement to exchange something with another agent(s), containing vf:Commitments towards that end." ; + rdfs:label "vf:ExchangeAgreement" ; + rdfs:subClassOf vf:Agreement , vf:ExchangeAgreement , rdfs:Resource . + +vf:inputOf a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "input of" ; + rdfs:range vf:Process . + +vf:start a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The starting date and optionally time of the economic event." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "start" . + +vf:trackingIdentifier + a owl:AnnotationProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Sometimes called lot number, used for trackable batched resources. Sometimes called serial number, used when each item must have a trackable identifier (like a computer). Could also be used for other unique tracking identifiers needed for resources." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "tracking identifier" . + +vf:currentLocation a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The current place an economic resource is located. Could be at any level of granularity, from a town to an address to a warehouse location. Should be mappable." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "current location" ; + rdfs:range vf:Location . + +vf:committedReceiver a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic agent whom a future economic event is committed to." ; + rdfs:domain vf:Commitment ; + rdfs:label "committed receiver" ; + rdfs:range foaf:Agent . + +vf:name a owl:DatatypeProperty ; + rdfs:comment "An informal or formal textual identifier for an object. Does not imply uniqueness." ; + rdfs:label "name" . + +org:Organization a owl:Class , rdfs:Class , rdfs:Resource ; + rdfs:comment "Usually a more formally defined structure than Group, often legally defined, can be a group or not." ; + rdfs:label "org:Organization" ; + rdfs:subClassOf foaf:Agent , org:Organization , rdfs:Resource . + +vf:fulfills a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic event which completely or partially fulfills a commitment on a process." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "fulfills" ; + rdfs:range vf:Commitment . + +vf:primaryLocation a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The main place an agent is located, often an address where activities occur and mail can be sent. This is usually a mappable geographic location. It also could be a website address, as in the case of agents who have no physical location." ; + rdfs:domain foaf:Agent ; + rdfs:label "primary location" ; + rdfs:range vf:Location . + +foaf:Person a owl:Class , rdfs:Class , rdfs:Resource ; + rdfs:comment "A natural person." ; + rdfs:label "foaf:Person" ; + rdfs:subClassOf foaf:Agent , foaf:Person , rdfs:Resource . + +vf:contains a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Used when a stock economic resource contains units also defined as economic resources." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "contains" ; + rdfs:range vf:EconomicResource . + +vf:relationship a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "A verb that describes a generic defined relationship that exists between 2 agents." ; + rdfs:domain vf:AgentRelationship ; + rdfs:label "relationship" ; + rdfs:range rdf:Property . + +vf:subject a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The subject of a relationship between 2 agents." ; + rdfs:domain vf:AgentRelationship ; + rdfs:label "subject" ; + rdfs:range foaf:Agent . + +vf:work a vf:Action , rdfs:Resource , rdf:Property ; + rdfs:label "work" . + +vf:provider a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic agent from whom the economic event is initiated." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "provider" ; + rdfs:range foaf:Agent . + +vf:Transportation a owl:Class , rdfs:Class , rdfs:Resource ; + rdfs:comment "A process that changes the location of a resource(s) without changing the resource(s) itself." ; + rdfs:label "vf:Transportation" ; + rdfs:subClassOf vf:Process , vf:Transportation , rdfs:Resource . + +vf:object a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The object of a relationship between 2 agents." ; + rdfs:domain vf:AgentRelationship ; + rdfs:label "object" ; + rdfs:range foaf:Agent . + +vf:use a vf:Action , rdfs:Resource , rdf:Property ; + rdfs:label "use" . + +vf:inExchangeFor a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "References the economic event that generated the commitment, in cases where based on an agreement, an agent commits to some reciprocity if an event occurs." ; + rdfs:domain vf:Commitment ; + rdfs:label "in exchange for" ; + rdfs:range vf:EconomicEvent . + +vf:decrement a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "decrement" ; + rdfs:subPropertyOf vf:decrement . + +vf:image a owl:DatatypeProperty ; + rdfs:label "image" . + +vf:appreciationOf a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic event being appreciated (gift economy)." ; + rdfs:domain vf:Appreciation ; + rdfs:label "appreciation of" ; + rdfs:range vf:EconomicEvent . + +vf:quantity a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The current amount and unit of the economic resource." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "quantity" ; + rdfs:range qudt:QuantityValue . + +vf:committedOutputOf a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:domain vf:Commitment ; + rdfs:label "committed output of" ; + rdfs:range vf:Process . + +vf:committedAction a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc." ; + rdfs:domain vf:Commitment ; + rdfs:label "committed action" ; + rdfs:range vf:Action . + +vf:duration a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The observed duration of the economic event." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "duration" . + +vf:load a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "load" ; + rdfs:subPropertyOf vf:decrement , vf:load . + +vf:note a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "A textual comment or description." ; + rdfs:label "note" ; + rdfs:range skos:note . + +vf:resourceCategory a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "A type or categorization that describes a resource, at any level of granularity." ; + rdfs:domain vf:EconomicResource ; + rdfs:label "category" ; + rdfs:range vf:ResourceTaxonomyItem . + +vf:Transformation a owl:Class , rdfs:Class , rdfs:Resource ; + rdfs:comment "A process that produces something new from other resources, or improves an existing resource." ; + rdfs:label "vf:Transformation" ; + rdfs:subClassOf vf:Process , vf:Transformation , rdfs:Resource . + +vf:committedCategory a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "A type or categorization that describes a resource committed, at any level of granularity." ; + rdfs:domain vf:Commitment ; + rdfs:label "committed category" ; + rdfs:range vf:ResourceTaxonomyItem . + +vf:committedInputOf a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:domain vf:Commitment ; + rdfs:label "committed input of" ; + rdfs:range vf:Process . + +vf:affectedQuantity a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The quantity and unit of the event. This is the quantity that could be used to increment or decrement a resource, depending on the type of resource and type of event." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "affected quantity" ; + rdfs:range qudt:QuantityValue . + +vf:receiver a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic agent whom the economic event is for." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "receiver" ; + rdfs:range foaf:Agent . + +vf:url a owl:DatatypeProperty ; + rdfs:label "url" . + +vf:context a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context." ; + rdfs:domain vf:AgentRelationship ; + rdfs:label "context" ; + rdfs:range foaf:Agent . + +vf:involves a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "EconomicResource the Commitment intends or commits to affect. Could be an actual resource or a category or type of resource." ; + rdfs:domain vf:Commitment ; + rdfs:label "involves" ; + rdfs:range vf:EconomicResource . + +vf:produce a vf:Action , rdf:Property , rdfs:Resource ; + rdfs:label "produce" ; + rdfs:subPropertyOf vf:increment , vf:produce . + +vf:cite a vf:Action , rdfs:Resource , rdf:Property ; + rdfs:label "cite" . + +vf:affects a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "The economic resource that is decremented or incremented by the economic event, or just what the economic event is about." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "affects" ; + rdfs:range vf:EconomicResource . + +vf:action a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Relates a process input or output (or other vf:EconomicEVent) to a verb, such as consume, produce, work, improve, etc." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "action" ; + rdfs:range vf:Action . + +vf:under a owl:ObjectProperty , rdf:Property , rdfs:Resource ; + rdfs:comment "Reference an agreement between agents which specifies the rules or policies which govern this event." ; + rdfs:domain vf:EconomicEvent ; + rdfs:label "under" ; + rdfs:range vf:Agreement . + +rdfs:Container a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Container . + +rdf:Seq a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdf:Seq , rdfs:Container . + +rdfs:ContainerMembershipProperty + a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:ContainerMembershipProperty , rdf:Property . + +rdf:Bag a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdf:Bag , rdfs:Container . + +rdfs:Datatype a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdfs:Datatype , rdfs:Class . + +rdf:Alt a rdfs:Class , rdfs:Resource ; + rdfs:subClassOf rdf:Alt , rdfs:Container . + +rdfs:isDefinedBy a rdf:Property , rdfs:Resource ; + rdfs:subPropertyOf rdfs:isDefinedBy , rdfs:seeAlso . + +rdfs:seeAlso a rdf:Property , rdfs:Resource ; + rdfs:subPropertyOf rdfs:seeAlso . + +owl:ObjectProperty a rdfs:Class , rdfs:Resource . + +owl:AnnotationProperty + a rdfs:Class , rdfs:Resource . + +owl:Class a rdfs:Class , rdfs:Resource . + +owl:DatatypeProperty a rdfs:Class , rdfs:Resource . + +owl:Ontology a rdfs:Class , rdfs:Resource .