From cf186f663d04a0da7781c2c04da71ba010212695 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:16:46 -0400 Subject: [PATCH 1/2] clarified fuel artifact function --- ArtifactOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArtifactOntology.ttl b/ArtifactOntology.ttl index a9c63bc..5ea898f 100644 --- a/ArtifactOntology.ttl +++ b/ArtifactOntology.ttl @@ -1665,7 +1665,7 @@ cco:FrictionReductionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunction cco:FuelArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes of reacting with other substances in order to release chemical or nuclear energy as heat or ot be used for work."@en ; + cco:definition "An Artifact Function that is realized in processes in which an Artifact is reacted with other substances in order to release chemical or nuclear energy to be used for heat or for work."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fuel Artifact Function"@en . From 59b921d7e257900e1bca45ec62cfd63ebbe80037 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:31:55 -0400 Subject: [PATCH 2/2] adjusted fuel and fuel artifact function re #313 --- ArtifactOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArtifactOntology.ttl b/ArtifactOntology.ttl index 5ea898f..ad7fe9e 100644 --- a/ArtifactOntology.ttl +++ b/ArtifactOntology.ttl @@ -1665,7 +1665,7 @@ cco:FrictionReductionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunction cco:FuelArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes in which an Artifact is reacted with other substances in order to release chemical or nuclear energy to be used for heat or for work."@en ; + cco:definition "An Artifact Function that is realized in processes in which a Portion of Fuel is reacted with other substances in order to release chemical or nuclear energy to be used for heat or for work."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fuel Artifact Function"@en . @@ -3096,7 +3096,7 @@ cco:PortionOfFood rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFuel cco:PortionOfFuel rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfMaterial ; - cco:definition "A Portion of Material that is designed to be used as an input in a Combustion process."@en ; + cco:definition "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Fuel"@en .