@@ -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
0 commit comments