From 93ddbbdb1ed6d8f7490f5f1ff4200797d0d22c10 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:25:05 -0400 Subject: [PATCH] revised loudness definition and added source --- EventOntology.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EventOntology.ttl b/EventOntology.ttl index fa2d4a9..4884350 100644 --- a/EventOntology.ttl +++ b/EventOntology.ttl @@ -2056,7 +2056,8 @@ cco:LossOfSpecificallyDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Loudness cco:Loudness rdf:type owl:Class ; rdfs:subClassOf cco:SoundProcessProfile ; - cco:definition "A Sound Process Profile that is characterized by the amplitude, frequency and power of translated sound waves, typically on a continuum from soft to loud."@en ; + cco:definition "A Sound Process Profile that is characterized by the amplitude and total energy of translated sound waves, typically on a continuum from soft to loud."@en ; + cco:definition_source "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loudness"@en .