valueflows

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

commit 78c29127e67f233e2e2a556131831c0e1ae38769
parent c774e679d0ca309c9f2bffc4550b4fce3147c3d7
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sun,  5 Mar 2017 16:19:01 -0600

Merge pull request #193 from elf-pavlik/taxonomies

changed Templates to TaxonomyItems
Diffstat:
Mrelease-doc-in-process/all_vf.TTL | 70++++++++++++++++++++++++----------------------------------------------
1 file changed, 24 insertions(+), 46 deletions(-)

diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -13,24 +13,26 @@ dcterms:type <http://purl.org/adms/assettype/Ontology>; dcterms:status <http://purl.org/adms/status/UnderDevelopment>. -# TEMPLATE CLASSES +vf:Action a owl:Class ; + rdfs:label "vf:Action" ; + rdfs:subClassOf rdf:Property . -vf:ResourceTemplate a owl:Class ; - rdfs:label "vf:ResourceTemplate" . - -vf:ProcessTemplate a owl:Class ; - rdfs:label "vf:ProcessTemplate" . +# TAXONOMY CLASSES +vf:TaxonomyItem a owl:Class ; + rdfs:label "vf:TaxonomyItem" . -vf:IntentTemplate a owl:Class ; - rdfs:label "vf:IntentTemplate" . +vf:ResourceTaxonomyItem a owl:Class ; + rdfs:label "vf:ResourceTaxonomyItem" ; + rdfs:subClassOf vf:TaxonomyItem . -vf:ExchangeTemplate a owl:Class ; - rdfs:label "vf:ExchangeTemplate" . +vf:ProcessTaxonomyItem a owl:Class ; + rdfs:label "vf:ProcessTaxonomyItem" ; + rdfs:subClassOf vf:TaxonomyItem . -vf:Action a owl:Class ; - rdfs:label "vf:Action" - rdfs:subClassOf rdf:Property . +vf:ExchangeTaxonomyItem a owl:Class ; + rdfs:label "vf:ExchangeTaxonomyItem" ; + rdfs:subClassOf vf:TaxonomyItem . # PLAN CLASSES @@ -82,25 +84,20 @@ vf:Group a owl:Class ; # TODO CLASSES - vf:Relationship a owl:Class ; rdfs:label "vf:Relationship" . vf:Location a owl:Class ; rdfs:label "vf:Location" . - - vf:Transportation a owl:Class ; rdfs:label "vf:Transportation" ; rdfs:subClassOf vf:Process . - vf:Transformation a owl:Class ; rdfs:label "vf:Transformation" ; rdfs:subClassOf vf:Process . - vf:MaterialItem a owl:Class ; rdfs:label "vf:MaterialItem" ; rdfs:subClassOf vf:Resource . @@ -125,7 +122,7 @@ vf:Currency a owl:Class ; vf:action a owl:ObjectProperty ; - rdfs:domain vf:IntentTemplate , vf:Intent , vf:Commitment , vf:Event ; + rdfs:domain vf:Intent , vf:Commitment , vf:Event ; rdfs:range vf:Action . vf:inputOf @@ -153,50 +150,31 @@ vf:intendedInputOf rdfs:domain vf:Intent ; rdfs:range vf:Process . -vf:templatedOutputOf - a owl:ObjectProperty ; - rdfs:domain vf:IntentTemplate ; - rdfs:range vf:ProcessTemplate . - -vf:templatedInputOf - a owl:ObjectProperty ; - rdfs:domain vf:IntentTemplate ; - rdfs:range vf:ProcessTemplate . - vf:intendedOutputOf a owl:ObjectProperty ; rdfs:domain vf:Intent ; rdfs:range vf:Process . -vf:intentTemplate +vf:resourceCategory a owl:ObjectProperty ; - rdfs:domain vf:Intent , vf:Commitment ; - rdfs:range vf:IntentTemplate . + rdfs:label "category" ; + rdfs:domain vf:Resource , vf:Intent , vf:Commitment ; + rdfs:range vf:ResourceTaxonomyItem . -vf:processTemplate +vf:processCategory a owl:ObjectProperty ; rdfs:domain vf:Process ; - rdfs:range vf:ProcessTemplatee . + rdfs:range vf:ProcessTaxonomyItem . -vf:exchangeTemplate +vf:exchangeCategory a owl:ObjectProperty ; rdfs:domain vf:ExchangeAgreement ; - rdfs:range vf:ExchangeTemplate . - -vf:category - a owl:ObjectProperty ; - rdfs:label "category" ; - rdfs:domain vf:ResourceTemplate , vf:Resource , vf:Intent , vf:Commitment . + rdfs:range vf:ExchangeTaxonomyItem . vf:parent rdfs:label "parent" ; a owl:ObjectProperty . -vf:hasResourceTemplate - a owl:ObjectProperty ; - rdfs:domain vf:Resource , vf:IntentTemplate , vf:Intent , vf:Commitment ; - rdfs:range vf:ResourceTemplate . - vf:involveResource a owl:ObjectProperty ; rdfs:domain vf:Intent , vf:Commitment ;