Skip to content

Commit

Permalink
Merge pull request #220 from LiUSemWeb/214-consequent-use-of-spaces-i…
Browse files Browse the repository at this point in the history
…n-labels

214 consequent use of spaces in labels
  • Loading branch information
evabl444 authored Mar 29, 2024
2 parents 9f649f4 + 070fa8b commit 8f21afc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions ontology/modules/material/0.1/material.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ dc:description rdf:type owl:AnnotationProperty .
rdfs:domain :Material ;
rdfs:range :ChemicalEntity ;
rdfs:comment "hasChemicalEntity intends to represent that a material can have a collection of chemical entities."@en ;
rdfs:label "hasChemicalEntity"@en .
rdfs:label "has chemical entity"@en .


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


#################################################################
Expand Down Expand Up @@ -96,7 +96,7 @@ dc:description rdf:type owl:AnnotationProperty .
:ChemicalEntity rdf:type owl:Class ;
rdfs:subClassOf resourceODP:Matter ;
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 ;
rdfs:label "ChemicalEntity"@en ;
rdfs:label "Chemical entity"@en ;
rdfs:seeAlso "http://emmo.info/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0" ,
"http://purl.obolibrary.org/obo/chebi#24431" .

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

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


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

Expand Down
8 changes: 4 additions & 4 deletions ontology/modules/processODP/0.1/processODP.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ actorODP:participationIn rdf:type owl:ObjectProperty .
rdfs:domain :Process ;
rdfs:range :ProcessExecution ;
rdfs:comment "A process can have specific executions."@en ;
rdfs:label "hasProcessExecution"@en .
rdfs:label "has process execution"@en .


### http://w3id.org/CEON/ontology/processODP/hasProcessType
:hasProcessType rdf:type owl:ObjectProperty ;
rdfs:domain :Process ;
rdfs:range :ProcessType ;
rdfs:comment "The type of the process."@en ;
rdfs:label "hasProcessType"@en .
rdfs:label "has process type"@en .


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


### http://w3id.org/CEON/ontology/processODP/ProcessType
:ProcessType rdf:type owl:Class ;
rdfs:comment "The type of a process."@en ;
rdfs:label "ProcessType"@en .
rdfs:label "Process type"@en .


### http://w3id.org/CEON/ontology/processODP/Situation
Expand Down

0 comments on commit 8f21afc

Please sign in to comment.