Skip to content

Commit 2043e7f

Browse files
authored
Clarified comments and updated labels
1 parent 79cddd7 commit 2043e7f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

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)