From a8fb38dd2f397bd2e8bc1ae7fb124b4e876ca291 Mon Sep 17 00:00:00 2001 From: Huanyu Li Date: Thu, 28 Mar 2024 16:48:28 +0100 Subject: [PATCH 1/7] resolve issue 213 --- ontology/modules/resourceODP/0.2/resourceODP.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/modules/resourceODP/0.2/resourceODP.ttl b/ontology/modules/resourceODP/0.2/resourceODP.ttl index 816c9791..17f34f22 100644 --- a/ontology/modules/resourceODP/0.2/resourceODP.ttl +++ b/ontology/modules/resourceODP/0.2/resourceODP.ttl @@ -182,7 +182,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . ### http://w3id.org/CEON/ontology/resourceODP/Composition :Composition rdf:type owl:Class ; - rdfs:comment "A composition is used to represent what composing a physical object."@en ; + rdfs:comment "A composition is used to represent how a whole or mixture is made up. E.g., for chemical elements composing a chemical structure, the compostion should hold information of the ratio of the composing chemical elments."@en ; rdfs:label "Composition"@en . From 0f1d1953474e8bba4bb6bbb540c1cb7b1d166b60 Mon Sep 17 00:00:00 2001 From: Eva Blomqvist Date: Fri, 29 Mar 2024 07:29:55 +0100 Subject: [PATCH 2/7] Removed 2 uncovered CQs from annotation --- ontology/modules/cvn/0.1/cvn.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/modules/cvn/0.1/cvn.ttl b/ontology/modules/cvn/0.1/cvn.ttl index 4b28f9c5..8d1dcf4d 100644 --- a/ontology/modules/cvn/0.1/cvn.ttl +++ b/ontology/modules/cvn/0.1/cvn.ttl @@ -27,7 +27,7 @@ dcterms:title "Circular Economy Ontology Network (CEON) - Circular Value Network Module" ; 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." ; + odp:coversRequirements "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: CVN-CVN-1, CVN-Process-1,6, CVN-VP-1, 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 ; dcterms:created "2023-03-22" ; From b4dfe94f50116bb8fbbcd7b8f1f023cb7fbdcf41 Mon Sep 17 00:00:00 2001 From: Eva Blomqvist Date: Fri, 29 Mar 2024 07:30:54 +0100 Subject: [PATCH 3/7] Removed uncovered CQ from annotation --- ontology/modules/material/0.1/material.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/modules/material/0.1/material.ttl b/ontology/modules/material/0.1/material.ttl index 8c3938e5..af403cc3 100644 --- a/ontology/modules/material/0.1/material.ttl +++ b/ontology/modules/material/0.1/material.ttl @@ -24,7 +24,7 @@ dcterms:title "Circular Economy Ontology Network (CEON) - Material Module" ; vann:preferredNamespacePrefix "material" ; vann:preferredNamespaceUri "http://w3id.org/CEON/ontology/material/" ; - odp:coversRequirements "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: CVN-Resource-2, CVN-ResourceType-4, C3-3, E1-1, E1-3, E2-4, E5-2, T1-1, T10-2." ; + odp:coversRequirements "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: CVN-Resource-2, CVN-ResourceType-4, C3-3, E1-3, E2-4, E5-2, T1-1, T10-2." ; rdfs:seeAlso ; owl:versionInfo "0.1" . From db32f22f2c31d0c9782a1c186b73658f9fa06f83 Mon Sep 17 00:00:00 2001 From: Eva Blomqvist Date: Fri, 29 Mar 2024 07:31:48 +0100 Subject: [PATCH 4/7] Removed uncovered CQ from annotation --- ontology/modules/process/0.1/process.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/modules/process/0.1/process.ttl b/ontology/modules/process/0.1/process.ttl index c47340dc..c9d699cb 100644 --- a/ontology/modules/process/0.1/process.ttl +++ b/ontology/modules/process/0.1/process.ttl @@ -26,7 +26,7 @@ dcterms:title "Circular Economy Ontology Network (CEON) - Process Module" ; vann:preferredNamespacePrefix "process" ; vann:preferredNamespaceUri "https://w3id.org/CEON/ontology/process/" ; - odp:coversRequirements "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: T8-2, T10-1" ; + odp:coversRequirements "In addition to requirements covered by imported ODPs, covers the following requirements from Onto-DESIDE D3.1: T8-2" ; rdfs:seeAlso ; owl:versionInfo "0.1" . From 67febc6dbbff3ee19e35cf1460bbc1368197d80e Mon Sep 17 00:00:00 2001 From: Eva Blomqvist Date: Fri, 29 Mar 2024 07:33:39 +0100 Subject: [PATCH 5/7] Removed uncovered and unclear CQs from annotation --- ontology/modules/processODP/0.1/processODP.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/modules/processODP/0.1/processODP.ttl b/ontology/modules/processODP/0.1/processODP.ttl index c21ca0c3..b6648d90 100644 --- a/ontology/modules/processODP/0.1/processODP.ttl +++ b/ontology/modules/processODP/0.1/processODP.ttl @@ -24,7 +24,7 @@ dcterms:title "Circular Economy Ontology Network (CEON) - Process ODP" ; vann:preferredNamespacePrefix "processODP" ; vann:preferredNamespaceUri "http://w3id.org/CEON/ontology/processODP/" ; - odp:coversRequirements "Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3,4,5, CVN-Input/Output-1,3,4, C3-1, C4-2, C4-5, C4-7, C4-9, C13-2, E2-6" ; + odp:coversRequirements "Covers the following requirements from Onto-DESIDE D3.1: CVN-Process-3,4,5, C3-1, C4-2, C4-5, C4-7, C4-9, C13-2, E2-6" ; rdfs:comment "A core ODP of the CEON ontology network, defining aspects of the process concept." ; rdfs:seeAlso ; owl:versionInfo 0.1 . From 79cddd78481b94c4b4cbe1719d19caed666e5d8e Mon Sep 17 00:00:00 2001 From: Eva Blomqvist Date: Fri, 29 Mar 2024 07:43:33 +0100 Subject: [PATCH 6/7] Clarified comments and fixed labels --- ontology/modules/product/0.2/product.ttl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ontology/modules/product/0.2/product.ttl b/ontology/modules/product/0.2/product.ttl index c6011a8f..d650e938 100644 --- a/ontology/modules/product/0.2/product.ttl +++ b/ontology/modules/product/0.2/product.ttl @@ -78,7 +78,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :MatterComposition ; rdfs:range resourceODP:Matter ; rdfs:comment "associatedWithMatter intends to represent the matter to which a matter compopsition information regards to."@en ; - rdfs:label "associatedWithMatter"@en . + rdfs:label "associated with matter"@en . ### http://w3id.org/CEON/ontology/product/associatedWithProductModel @@ -86,7 +86,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :ProductComposition ; rdfs:range :Product ; rdfs:comment "associatedWithProductModel intends to represent the matter to which a product compopsition information regards to."@en ; - rdfs:label "associatedWithProductModel"@en . + rdfs:label "associated with product model"@en . ### http://w3id.org/CEON/ontology/product/batchOfProduct @@ -94,7 +94,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain resourceODP:BatchOfObjects ; rdfs:range :Product ; rdfs:comment "batchOfProduct intends to represent what is the model product of a batch of objects."@en ; - rdfs:label "batchOfProduct"@en . + rdfs:label "batch of products"@en . ### http://w3id.org/CEON/ontology/product/hasComposition @@ -114,7 +114,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :ProductObject ; rdfs:range :ProductObject ; rdfs:comment "hasProductComponent intends to represent that a product can have other product components."@en ; - rdfs:label "hasProductComponent"@en . + rdfs:label "has product component"@en . ### http://w3id.org/CEON/ontology/product/modelledBy @@ -122,7 +122,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :ProductObject ; rdfs:range :Product ; rdfs:comment "modelledBy intends to represent that product objects follow particular product models."@en ; - rdfs:label "modelledBy"@en . + rdfs:label "modelled by"@en . ################################################################# @@ -138,7 +138,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . ) ] ; rdfs:comment "compositionQuantity intends to represent the quantity value of composed elements of a composition. The quantity value can be the number of a element or the percentage of a element."@en ; - rdfs:label "compositionQuantity"@en . + rdfs:label "Composition quantity"@en . ################################################################# @@ -154,7 +154,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . owl:onClass resourceODP:Matter ] ; rdfs:comment "A product composition is the composed information of a product in terms of a specific component, in which such a component is also a matter."@en ; - rdfs:label "MatterComposition"@en . + rdfs:label "Matter composition"@en . ### http://w3id.org/CEON/ontology/product/Product @@ -167,8 +167,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . owl:onProperty :hasComposition ; owl:someValuesFrom :ProductComposition ] ; - rdfs:comment "A product model is a model that is used for manufacturing products."@en ; - rdfs:label "Product Model"@en . + rdfs:comment "Represents the common sense notion of a product, i.e. the abstract notion of a product type or product model, which is a model that is used for manufacturing products."@en ; + rdfs:label "Product model"@en . ### http://w3id.org/CEON/ontology/product/ProductComposition @@ -180,7 +180,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . owl:onClass :Product ] ; rdfs:comment "A product composition is the composed information of a product in terms of a specific component, in which such a component is also a product."@en ; - rdfs:label "ProductComposition"@en . + rdfs:label "Product composition"@en . ### http://w3id.org/CEON/ontology/product/ProductObject @@ -191,8 +191,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :Product ] ; - rdfs:comment "A product object is a physical object put into a market for sale. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes."@en ; - rdfs:label "ProductObject"@en . + rdfs:comment "A product object is a physical object put into a market for sale, i.e. corresponding to the notion of an item, which conforms to the abstract idea of a product model. The product can be a thing that grows naturally or produced through some chemical or manufacturing processes."@en ; + rdfs:label "Product object"@en . ### http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects From 2043e7f2d471ed0e3d495548e3cbddd9bb59237b Mon Sep 17 00:00:00 2001 From: Eva Blomqvist Date: Fri, 29 Mar 2024 07:46:25 +0100 Subject: [PATCH 7/7] Clarified comments and updated labels --- .../modules/resourceODP/0.2/resourceODP.ttl | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ontology/modules/resourceODP/0.2/resourceODP.ttl b/ontology/modules/resourceODP/0.2/resourceODP.ttl index 17f34f22..0f9e1849 100644 --- a/ontology/modules/resourceODP/0.2/resourceODP.ttl +++ b/ontology/modules/resourceODP/0.2/resourceODP.ttl @@ -88,7 +88,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :SetOfObjects ; rdfs:range :BatchOfObjects ; rdfs:comment "hasBatch intends to represent that a set of objects can be captured by a number of batches where each batch contains a number of physical objects."@en ; - rdfs:label "hasBatch"@en . + rdfs:label "has batch"@en . ### http://w3id.org/CEON/ontology/resourceODP/hasConstituent @@ -97,7 +97,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :PhysicalObject ; rdfs:range :Constituent ; rdfs:comment "hasConstitutent intends to represent that a physical object can have a collection of composing components."@en ; - rdfs:label "hasConstituent"@en . + rdfs:label "has constituent"@en . ### http://w3id.org/CEON/ontology/resourceODP/hasMatter @@ -105,7 +105,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :PhysicalObject ; rdfs:range :Matter ; rdfs:comment "hasMatter intends to represent that a physical object can have a collection of matter."@en ; - rdfs:label "hasMatter"@en . + rdfs:label "has matter"@en . ### http://w3id.org/CEON/ontology/resourceODP/hasPart @@ -124,7 +124,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . ] ; rdfs:range :PhysicalObject ; rdfs:comment "hasPhysicalObject intends to represent that a batch of objects or a set of objects can have composing components of physical objects."@en ; - rdfs:label "hasPhysicalObject"@en . + rdfs:label "has physical object"@en . ### http://w3id.org/CEON/ontology/resourceODP/isAbout @@ -150,7 +150,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdfs:domain :BatchOfObjects ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "batchSize intends to repsent how many physical objects are belong to a batch of objects."@en ; - rdfs:label "batchSize"@en . + rdfs:label "batch size"@en . ################################################################# @@ -176,8 +176,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:nonNegativeInteger ] ; - rdfs:comment "A batch of object is a collection of physical objects that are of the same type."@en ; - rdfs:label "Batch Of Objects"@en . + rdfs:comment "A batch of objects is a collection of physical objects that are of the same type, e.g. a set of items (product objects) adhering to the same product model."@en ; + rdfs:label "Batch of objects"@en . ### http://w3id.org/CEON/ontology/resourceODP/Composition @@ -197,7 +197,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . :DigitalObject rdf:type owl:Class ; rdfs:subClassOf :Resource ; rdfs:comment "A digital object, e.g. a computer file, that is located on some server, hard drive, or on the web. Most often the digital object is the realization of some piece of information." ; - rdfs:label "digital object"@en . + rdfs:label "Digital object"@en . ### http://w3id.org/CEON/ontology/resourceODP/Information @@ -241,7 +241,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . rdf:type owl:Class ] ; rdfs:comment "A physical object is a collection of matter."@en ; - rdfs:label "PhysicalObject"@en . + rdfs:label "Physical object"@en . ### http://w3id.org/CEON/ontology/resourceODP/Resource @@ -275,8 +275,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty . ) ; rdf:type owl:Class ] ; - rdfs:comment "A set of object is a set of physical objects that can be different types."@en ; - rdfs:label "Set Of Objects"@en . + rdfs:comment "A set of objects is a set of physical objects (items) that can be of different types, i.e. different kinds of items."@en ; + rdfs:label "Set of objects"@en . ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi