valueflows

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

commit eb42b7cdfc6f145e6030dfffc991477125aa862a
parent b299f89a58bd9802e37d48b2908e8b14d845a596
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Tue,  2 Jan 2018 13:21:08 -0600

Merge pull request #255 from valueflows/lynn-misc

Random things I have run into lately trying to use VF
Diffstat:
Mdocs/README.md | 1+
Mrelease-doc-in-process/ValueFlowsUML.png | 0
Mrelease-doc-in-process/all_vf.TTL | 35++++++++++++++++++++++++++---------
3 files changed, 27 insertions(+), 9 deletions(-)

diff --git a/docs/README.md b/docs/README.md @@ -11,3 +11,4 @@ One of the purposes of this vocab is to support resource flows connecting many w We want to support RDF based and non-RDF based use of the vocabulary, basically any way that people want to use software and data on the internet to help create economic networks. +You can find us [here on github](https://github.com/valueflows). Or come on over and ask questions in the [Welcome Chat](https://gitter.im/valueflows/welcome). diff --git a/release-doc-in-process/ValueFlowsUML.png b/release-doc-in-process/ValueFlowsUML.png Binary files differ. diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -8,6 +8,7 @@ @prefix org: <http://www.w3.org/ns/org#> . @prefix dcterms: <http://purl.org/dc/terms/> . @prefix qudt: <http://qudt.org/schema/qudt/> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <https://w3id.org/valueflows/> a owl:Ontology; @@ -288,17 +289,17 @@ vf:object a owl:ObjectProperty ; rdfs:range foaf:Agent ; rdfs:comment "The object of a relationship between 2 agents." . -vf:context a owl:ObjectProperty ; - rdfs:domain vf:AgentRelationship ; - rdfs:label "context" ; - rdfs:range foaf:Agent ; - rdfs:comment "The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context." . +#vf:context a owl:ObjectProperty ; +# rdfs:domain vf:AgentRelationship ; +# rdfs:label "context" ; +# rdfs:range foaf:Agent ; +# rdfs:comment "The larger context of a relationship between 2 agents, used where the relationship is not relevant outside of that context." . vf:scope a owl:ObjectProperty ; - rdfs:domain [ owl:unionOf (vf:EconomicEvent vf:Commitment) ] ; + rdfs:domain [ owl:unionOf (vf:EconomicEvent vf:Commitment vf:AgentRelationship) ] ; rdfs:label "scope" ; rdfs:range owl:Thing ; - rdfs:comment "The larger boundary or context, used for accounting, planning, distributing income." . + rdfs:comment "The larger boundary or context, used for documenting, accounting, planning, distributing income." . vf:under a owl:ObjectProperty ; rdfs:domain [ owl:unionOf (vf:EconomicEvent vf:Commitment vf:Reciprocity vf:Fulfillment) ] ; @@ -330,8 +331,8 @@ vf:contains a owl:ObjectProperty ; rdfs:range vf:EconomicResource ; rdfs:comment "Used when a stock economic resource contains units also defined as economic resources." . -vf:quantity a owl:ObjectProperty ; - rdfs:label "quantity" ; +vf:currentQuantity a owl:ObjectProperty ; + rdfs:label "current quantity" ; rdfs:domain vf:EconomicResource ; rdfs:range qudt:QuantityValue ; rdfs:comment "The current amount and unit of the economic resource." . @@ -370,6 +371,16 @@ vf:duration a owl:ObjectProperty ; rdfs:domain vf:EconomicEvent ; rdfs:comment "The observed duration of the economic event." . +vf:plannedStart a owl:ObjectProperty ; + rdfs:label "planned start" ; + rdfs:domain vf:Process ; + rdfs:comment "The planned or estimated date and optionally time of the process." . + +vf:plannedDuration a owl:ObjectProperty ; + rdfs:label "planned duration" ; + rdfs:domain vf:Process ; + rdfs:comment "The planned or estimated duration of the process." . + vf:image a owl:DatatypeProperty ; rdfs:label "image" . @@ -402,6 +413,12 @@ vf:fulfills a owl:ObjectProperty ; rdfs:domain vf:Fulfillment ; rdfs:comment "The commitment which is completely or partially fulfilled by an economic event." . +#vf:isFinished a owl:DataTypeProperty ; +# rdfs:domain [ owl:unionOf (vf:Commitment vf:Process) ] ; +# rdfs:label "is finished" ; +# rdfs:range xsd:boolean ; +# rdfs:comment "The commitment or process is complete or not." . + # isSubstitutable "Defines if any resources of that type can be freely substituted for any other resource of that type when used, consumed, traded, etc." # something for models for GTIN, etc. identifiers