valueflows

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

commit 66070aaff31fc763e21749ca5db69e248ca0d34d
parent 577ebcf22b96306dc71d40e9fd4d4b7e1d3f19b9
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sat, 24 Nov 2018 08:30:16 -0600

Merge pull request #295 from elf-pavlik/classifying

simpified classifications
Diffstat:
Mrelease-doc-in-process/all_vf.TTL | 57+++++----------------------------------------------------
1 file changed, 5 insertions(+), 52 deletions(-)

diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -30,22 +30,6 @@ vf:AgentRelationshipRole a owl:Class ; rdfs:subClassOf rdf:Property ; rdfs:comment "A relationship role defining the kind of association one agent can have with another." . -vf:ResourceClassification a owl:Class ; - rdfs:label "vf:ResourceClassification" ; - rdfs:comment "A resource category, model, taxonomy item, tag, facet value, or other kind of classification." . - -vf:ProcessClassification a owl:Class ; - rdfs:label "vf:ProcessClassification" ; - rdfs:comment "A process category, model, taxonomy item, tag, facet value, or other kind of classification." . - -vf:ExchangeClassification a owl:Class ; - rdfs:label "vf:ExchangeClassification" ; - rdfs:comment "An exchange category, model, taxonomy item, tag, facet value, or other kind of classification." . - -vf:TransferClassification a owl:Class ; - rdfs:label "vf:TransferClassification" ; - rdfs:comment "A transfer category, model, taxonomy item, tag, facet value, or other kind of classification." . - # PLAN CLASSES vf:Intent a owl:Class ; @@ -85,16 +69,6 @@ vf:Transfer a owl:Class ; rdfs:label "vf:Transfer" ; rdfs:comment "An activity that assigns the rights and responsibilities for an economic resource from one agent to another." . -#vf:Transportation a owl:Class ; -# rdfs:label "vf:Transportation" ; -# rdfs:subClassOf vf:Process ; -# rdfs:comment "A process that changes the location of a resource(s) without changing the resource(s) itself." . - -#vf:Transformation a owl:Class ; -# rdfs:label "vf:Transformation" ; -# rdfs:subClassOf vf:Process ; -# rdfs:comment "A process that produces something new from other resources, or improves an existing resource." . - vf:EconomicEvent a owl:Class ; rdfs:label "vf:EconomicEvent" ; rdfs:comment "Observed economic flow, never flow planned to happen in the future. 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 (see vf:action)" . @@ -179,33 +153,12 @@ vf:committedOutputs rdfs:domain vf:Process ; rdfs:range vf:Commitment . -vf:resourceClassifiedAs - a owl:ObjectProperty ; - rdfs:label "resource classified as" ; - rdfs:domain [ owl:unionOf (vf:Commitment vf:EconomicResource) ] ; - rdfs:range vf:ResourceClassification ; - rdfs:comment "A resource's primary classification, as part of describing that resource." . - -vf:processClassifiedAs - a owl:ObjectProperty ; - rdfs:label "process classified as" ; - rdfs:domain vf:Process ; - rdfs:range vf:ProcessClassification ; - rdfs:comment "The primary classification that describes a process, at any level of granularity." . - -vf:exchangeClassifiedAs - a owl:ObjectProperty ; - rdfs:label "exchange classified as" ; - rdfs:domain vf:ExchangeAgreement ; - rdfs:range vf:ExchangeClassification ; - rdfs:comment "The primary classification that describes an exchange agreement, at any level of granularity." . - -vf:transferClassifiedAs +vf:classifiedAs a owl:ObjectProperty ; - rdfs:label "exchange classified as" ; - rdfs:domain vf:Transfer ; - rdfs:range vf:TransferClassification ; - rdfs:comment "The primary classification that describes a transfer, at any level of granularity." . + rdfs:label "classified as" ; + rdfs:domain owl:Thing ; + rdfs:range owl:Thing ; + rdfs:comment "References a concept in a common taxonomy or other classification scheme for purposes of categorization." . # waiting to do the recipe model