Skip to content

Commit 8f21afc

Browse files
authored
Merge pull request #220 from LiUSemWeb/214-consequent-use-of-spaces-in-labels
214 consequent use of spaces in labels
2 parents 9f649f4 + 070fa8b commit 8f21afc

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

ontology/modules/material/0.1/material.ttl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ dc:description rdf:type owl:AnnotationProperty .
4545
rdfs:domain :Material ;
4646
rdfs:range :ChemicalEntity ;
4747
rdfs:comment "hasChemicalEntity intends to represent that a material can have a collection of chemical entities."@en ;
48-
rdfs:label "hasChemicalEntity"@en .
48+
rdfs:label "has chemical entity"@en .
4949

5050

5151
### http://w3id.org/CEON/ontology/material/hasMaterialComponent
5252
:hasMaterialComponent rdf:type owl:ObjectProperty ;
5353
rdfs:domain :Material ;
5454
rdfs:range :MaterialComponent ;
5555
rdfs:comment "hasMaterialComponent intends to represent that a material can have a collection of components."@en ;
56-
rdfs:label "hasMaterialComponent"@en .
56+
rdfs:label "has material component"@en .
5757

5858

5959
#################################################################
@@ -96,7 +96,7 @@ dc:description rdf:type owl:AnnotationProperty .
9696
:ChemicalEntity rdf:type owl:Class ;
9797
rdfs:subClassOf resourceODP:Matter ;
9898
rdfs:comment "A chemical entity is an abstraction of entities that can compose matter. For instance, a chemical entity can be a molecular entity or a chemical substance."@en ;
99-
rdfs:label "ChemicalEntity"@en ;
99+
rdfs:label "Chemical entity"@en ;
100100
rdfs:seeAlso "http://emmo.info/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0" ,
101101
"http://purl.obolibrary.org/obo/chebi#24431" .
102102

@@ -105,7 +105,7 @@ dc:description rdf:type owl:AnnotationProperty .
105105
:ChemicalSubstance rdf:type owl:Class ;
106106
rdfs:subClassOf :ChemicalEntity ;
107107
rdfs:comment "A chemical substance is made up of a collection of molecular entities."@en ;
108-
rdfs:label "ChemicalSubstance"@en ;
108+
rdfs:label "Chemical substance"@en ;
109109
rdfs:seeAlso "http://emmo.info/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea" ,
110110
"http://purl.obolibrary.org/obo/chebi#59999" .
111111

@@ -127,14 +127,14 @@ dc:description rdf:type owl:AnnotationProperty .
127127
:MaterialComponent rdf:type owl:Class ;
128128
rdfs:subClassOf resourceODP:Constituent ;
129129
rdfs:comment "A material component is a part of a material."@en ;
130-
rdfs:label "MaterialComponent"@en .
130+
rdfs:label "Material component"@en .
131131

132132

133133
### http://w3id.org/CEON/ontology/material/MolecularEntity
134134
:MolecularEntity rdf:type owl:Class ;
135135
rdfs:subClassOf :ChemicalEntity ;
136136
rdfs:comment "A molecular entity means a singular/distinguishable entity. It can be for instance, atom, ion."@en ;
137-
rdfs:label "MolecularEntity"@en ;
137+
rdfs:label "Molecular entity"@en ;
138138
rdfs:seeAlso "http://emmo.info/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a" ,
139139
"http://purl.obolibrary.org/obo/chebi#23367" .
140140

ontology/modules/processODP/0.1/processODP.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ actorODP:participationIn rdf:type owl:ObjectProperty .
105105
rdfs:domain :Process ;
106106
rdfs:range :ProcessExecution ;
107107
rdfs:comment "A process can have specific executions."@en ;
108-
rdfs:label "hasProcessExecution"@en .
108+
rdfs:label "has process execution"@en .
109109

110110

111111
### http://w3id.org/CEON/ontology/processODP/hasProcessType
112112
:hasProcessType rdf:type owl:ObjectProperty ;
113113
rdfs:domain :Process ;
114114
rdfs:range :ProcessType ;
115115
rdfs:comment "The type of the process."@en ;
116-
rdfs:label "hasProcessType"@en .
116+
rdfs:label "has process type"@en .
117117

118118

119119
### http://w3id.org/CEON/ontology/processODP/intialSituation
@@ -175,13 +175,13 @@ actor:ProcessParticipation rdf:type owl:Class ;
175175
### http://w3id.org/CEON/ontology/processODP/ProcessExecution
176176
:ProcessExecution rdf:type owl:Class ;
177177
rdfs:comment "An execution of a specific process."@en ;
178-
rdfs:label "ProcessExecution"@en .
178+
rdfs:label "Process execution"@en .
179179

180180

181181
### http://w3id.org/CEON/ontology/processODP/ProcessType
182182
:ProcessType rdf:type owl:Class ;
183183
rdfs:comment "The type of a process."@en ;
184-
rdfs:label "ProcessType"@en .
184+
rdfs:label "Process type"@en .
185185

186186

187187
### http://w3id.org/CEON/ontology/processODP/Situation

0 commit comments

Comments
 (0)