valueflows

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

commit 54073d221ce5a101f611c8f7e1e7e40fdc349ee5
parent 1108030c66528cf46db1bccef13ba867892ff449
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Tue,  7 May 2019 08:51:37 -0500

added atLocation, put other Location refs back (#510)



Diffstat:
Mrelease-doc-in-process/all_vf.TTL | 17++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -120,9 +120,9 @@ vf:Appreciation a owl:Class ; vs:term_status "unstable" ; 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." . -#vf:Location a owl:Class ; -# vs:term_status "unstable" ; -# rdfs:label "vf:Location" . +vf:Location a owl:Class ; + vs:term_status "unstable" ; + rdfs:label "vf:Location" . # #################################################################### @@ -355,17 +355,24 @@ vf:definedQuantity a owl:ObjectProperty ; vf:currentLocation a owl:ObjectProperty ; rdfs:label "current location" ; rdfs:domain vf:EconomicResource ; - #rdfs:range vf:Location ; + rdfs:range vf:Location ; vs:term_status "unstable" ; 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. Usually mappable." . vf:primaryLocation a owl:ObjectProperty ; rdfs:label "primary location" ; rdfs:domain foaf:Agent ; - #rdfs:range vf:Location ; + rdfs:range vf:Location ; vs:term_status "unstable" ; 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." . +vf:atLocation a owl:ObjectProperty ; + rdfs:label "at location" ; + rdfs:domain [ owl:unionOf (vf:EconomicEvent vf:Commitment vf:Intent) ] ; + rdfs:range vf:Location ; + vs:term_status "unstable" ; + rdfs:comment "The place where an intent, commitment, or economic event occurs. Usually mappable." . + vf:image a owl:DatatypeProperty ; vs:term_status "unstable" ; rdfs:label "image" .