Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion EventOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down