Skip to content

Commit

Permalink
Merge pull request #196 from LiUSemWeb/179-cvn-module-report-from-eva…
Browse files Browse the repository at this point in the history
…luation

minor fixes
  • Loading branch information
keski committed Mar 13, 2024
2 parents 7648906 + d7e9a8c commit a77ce8e
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions ontology/modules/cvn/0.1/cvn.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix actor: <http://w3id.org/CEON/ontology/actor/> .
@prefix value: <http://w3id.org/CEON/ontology/value/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix process: <http://w3id.org/CEON/ontology/process/> .
Expand All @@ -22,13 +23,14 @@
"Robin Keskisärkkä" ;
dcterms:creator "Eva Blomqvist" ;
dcterms:description "A core module of the CEON ontology network, defining aspects of the circular value network (CVN) itself." ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/"^^xsd:string ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/" ;
dcterms:title "Circular Economy Ontology Network (CEON) - Circular Value Network Module" ;
vann:preferredNamespacePrefix "cvn"^^xsd:string ;
vann:preferredNamespaceUri "http://w3id.org/CEON/ontoloy/cvn/"^^xsd:string ;
vann:preferredNamespacePrefix "cvn" ;
vann:preferredNamespaceUri "http://w3id.org/CEON/ontoloy/cvn/" ;
odp:coversRequirements "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: CVN-CVN-1,6, CVN-Process-1,6, CVN-VP-1,3, CVN-Type-3, C0-1." ;
rdfs:comment "A core module of the CEON ontology network, defining aspects of the circular value network (CVN) itself." ;
rdfs:seeAlso <https://github.com/LiUSemWeb/CEON> ;
dcterms:created "2023-03-22" ;
owl:versionInfo "0.1" .

#################################################################
Expand Down Expand Up @@ -132,14 +134,18 @@ xsd:gYear rdf:type rdfs:Datatype .
:implementsStrategy rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :relatedStrategy ;
rdfs:domain :CVN ;
rdfs:range :CircularStrategy .
rdfs:range :CircularStrategy ;
rdfs:comment "A strategy that is implemented by this CVN or CVN blueprint." ;
rdfs:label "implements strategy" .


### http://w3id.org/CEON/ontology/cvn/plansToImplementStrategy
:plansToImplementStrategy rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :relatedStrategy ;
rdfs:domain :CVNBlueprint ;
rdfs:range :CircularStrategy .
rdfs:range :CircularStrategy ;
rdfs:comment "A strategy that is planned to be implemented by this CVN or CVN blueprint." ;
rdfs:label "plans to implement strategy" .


### http://w3id.org/CEON/ontology/cvn/relatedStrategy
Expand Down Expand Up @@ -176,9 +182,7 @@ actorODP:Participation rdf:type owl:Class .


### http://w3id.org/CEON/ontology/cvn/Collaboration
:Collaboration rdf:type owl:Class ;
rdfs:comment "Collaboration" ,
"Some collaboration to achieve a goal." .
:Collaboration rdf:type owl:Class .


### http://w3id.org/CEON/ontology/process/Process
Expand All @@ -197,4 +201,4 @@ value:Value rdf:type owl:Class .
value:ValueProposition rdf:type owl:Class .


### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi

0 comments on commit a77ce8e

Please sign in to comment.