Skip to content

Commit 9f649f4

Browse files
authored
Merge pull request #218 from LiUSemWeb/212-add-some-concrete-examples-illustrating-the-use-of-the-core-ontology
212 add some concrete examples illustrating the use of the core ontology
2 parents b5d7344 + 2043e7f commit 9f649f4

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

ontology/modules/product/0.2/product.ttl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,23 +78,23 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
7878
rdfs:domain :MatterComposition ;
7979
rdfs:range resourceODP:Matter ;
8080
rdfs:comment "associatedWithMatter intends to represent the matter to which a matter compopsition information regards to."@en ;
81-
rdfs:label "associatedWithMatter"@en .
81+
rdfs:label "associated with matter"@en .
8282

8383

8484
### http://w3id.org/CEON/ontology/product/associatedWithProductModel
8585
:associatedWithProductModel rdf:type owl:ObjectProperty ;
8686
rdfs:domain :ProductComposition ;
8787
rdfs:range :Product ;
8888
rdfs:comment "associatedWithProductModel intends to represent the matter to which a product compopsition information regards to."@en ;
89-
rdfs:label "associatedWithProductModel"@en .
89+
rdfs:label "associated with product model"@en .
9090

9191

9292
### http://w3id.org/CEON/ontology/product/batchOfProduct
9393
:batchOfProduct rdf:type owl:ObjectProperty ;
9494
rdfs:domain resourceODP:BatchOfObjects ;
9595
rdfs:range :Product ;
9696
rdfs:comment "batchOfProduct intends to represent what is the model product of a batch of objects."@en ;
97-
rdfs:label "batchOfProduct"@en .
97+
rdfs:label "batch of products"@en .
9898

9999

100100
### http://w3id.org/CEON/ontology/product/hasComposition
@@ -114,15 +114,15 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
114114
rdfs:domain :ProductObject ;
115115
rdfs:range :ProductObject ;
116116
rdfs:comment "hasProductComponent intends to represent that a product can have other product components."@en ;
117-
rdfs:label "hasProductComponent"@en .
117+
rdfs:label "has product component"@en .
118118

119119

120120
### http://w3id.org/CEON/ontology/product/modelledBy
121121
:modelledBy rdf:type owl:ObjectProperty ;
122122
rdfs:domain :ProductObject ;
123123
rdfs:range :Product ;
124124
rdfs:comment "modelledBy intends to represent that product objects follow particular product models."@en ;
125-
rdfs:label "modelledBy"@en .
125+
rdfs:label "modelled by"@en .
126126

127127

128128
#################################################################
@@ -138,7 +138,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
138138
)
139139
] ;
140140
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 ;
141-
rdfs:label "compositionQuantity"@en .
141+
rdfs:label "Composition quantity"@en .
142142

143143

144144
#################################################################
@@ -154,7 +154,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
154154
owl:onClass resourceODP:Matter
155155
] ;
156156
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 ;
157-
rdfs:label "MatterComposition"@en .
157+
rdfs:label "Matter composition"@en .
158158

159159

160160
### http://w3id.org/CEON/ontology/product/Product
@@ -167,8 +167,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
167167
owl:onProperty :hasComposition ;
168168
owl:someValuesFrom :ProductComposition
169169
] ;
170-
rdfs:comment "A product model is a model that is used for manufacturing products."@en ;
171-
rdfs:label "Product Model"@en .
170+
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 ;
171+
rdfs:label "Product model"@en .
172172

173173

174174
### http://w3id.org/CEON/ontology/product/ProductComposition
@@ -180,7 +180,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
180180
owl:onClass :Product
181181
] ;
182182
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 ;
183-
rdfs:label "ProductComposition"@en .
183+
rdfs:label "Product composition"@en .
184184

185185

186186
### http://w3id.org/CEON/ontology/product/ProductObject
@@ -191,8 +191,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
191191
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
192192
owl:onClass :Product
193193
] ;
194-
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 ;
195-
rdfs:label "ProductObject"@en .
194+
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 ;
195+
rdfs:label "Product object"@en .
196196

197197

198198
### http://w3id.org/CEON/ontology/resourceODP/BatchOfObjects

ontology/modules/resourceODP/0.2/resourceODP.ttl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
8888
rdfs:domain :SetOfObjects ;
8989
rdfs:range :BatchOfObjects ;
9090
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 ;
91-
rdfs:label "hasBatch"@en .
91+
rdfs:label "has batch"@en .
9292

9393

9494
### http://w3id.org/CEON/ontology/resourceODP/hasConstituent
@@ -97,15 +97,15 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
9797
rdfs:domain :PhysicalObject ;
9898
rdfs:range :Constituent ;
9999
rdfs:comment "hasConstitutent intends to represent that a physical object can have a collection of composing components."@en ;
100-
rdfs:label "hasConstituent"@en .
100+
rdfs:label "has constituent"@en .
101101

102102

103103
### http://w3id.org/CEON/ontology/resourceODP/hasMatter
104104
:hasMatter rdf:type owl:ObjectProperty ;
105105
rdfs:domain :PhysicalObject ;
106106
rdfs:range :Matter ;
107107
rdfs:comment "hasMatter intends to represent that a physical object can have a collection of matter."@en ;
108-
rdfs:label "hasMatter"@en .
108+
rdfs:label "has matter"@en .
109109

110110

111111
### http://w3id.org/CEON/ontology/resourceODP/hasPart
@@ -124,7 +124,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
124124
] ;
125125
rdfs:range :PhysicalObject ;
126126
rdfs:comment "hasPhysicalObject intends to represent that a batch of objects or a set of objects can have composing components of physical objects."@en ;
127-
rdfs:label "hasPhysicalObject"@en .
127+
rdfs:label "has physical object"@en .
128128

129129

130130
### http://w3id.org/CEON/ontology/resourceODP/isAbout
@@ -150,7 +150,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
150150
rdfs:domain :BatchOfObjects ;
151151
rdfs:range xsd:nonNegativeInteger ;
152152
rdfs:comment "batchSize intends to repsent how many physical objects are belong to a batch of objects."@en ;
153-
rdfs:label "batchSize"@en .
153+
rdfs:label "batch size"@en .
154154

155155

156156
#################################################################
@@ -176,8 +176,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
176176
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
177177
owl:onDataRange xsd:nonNegativeInteger
178178
] ;
179-
rdfs:comment "A batch of object is a collection of physical objects that are of the same type."@en ;
180-
rdfs:label "Batch Of Objects"@en .
179+
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 ;
180+
rdfs:label "Batch of objects"@en .
181181

182182

183183
### http://w3id.org/CEON/ontology/resourceODP/Composition
@@ -197,7 +197,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
197197
:DigitalObject rdf:type owl:Class ;
198198
rdfs:subClassOf :Resource ;
199199
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." ;
200-
rdfs:label "digital object"@en .
200+
rdfs:label "Digital object"@en .
201201

202202

203203
### http://w3id.org/CEON/ontology/resourceODP/Information
@@ -241,7 +241,7 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
241241
rdf:type owl:Class
242242
] ;
243243
rdfs:comment "A physical object is a collection of matter."@en ;
244-
rdfs:label "PhysicalObject"@en .
244+
rdfs:label "Physical object"@en .
245245

246246

247247
### http://w3id.org/CEON/ontology/resourceODP/Resource
@@ -275,8 +275,8 @@ odp:coversRequirements rdf:type owl:AnnotationProperty .
275275
) ;
276276
rdf:type owl:Class
277277
] ;
278-
rdfs:comment "A set of object is a set of physical objects that can be different types."@en ;
279-
rdfs:label "Set Of Objects"@en .
278+
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 ;
279+
rdfs:label "Set of objects"@en .
280280

281281

282282
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi

0 commit comments

Comments
 (0)