Submissions:Musicalobject
From Odp
If you are a member of quality committee please visit the
If you are author of this proposal or you want to contribute to this pattern's review, you can: specify if this revision takes in account any of the review(s) In general, it could be useful to visit the evaluation section to have information about the evaluation process of this proposal Current revision ID: 14258 |
Graphical representation
Diagram
General description
Name: | musicalobject |
---|---|
Submitted by: | AndreaPoltronieri |
Also Known As: | |
Intent: | This content ODP models the acoustic features of a music note played in a performance. |
Domains: | |
Competency Questions: |
|
Solution description: | The pattern models the physical characteristics that can be extracted from the sound wave produced by an instrument playing a musical note. The MusicalObject class is connected to four classes that describe these physical characteristics, namely duration, sound intensity, frequency and envelope. The MusicObjectDuration class expresses the duration in seconds of the musical object, by means of the object property hasDurationInSeconds. In the same way, the musical intensity is modelled via the SoundIntensity class. Frequency is modelled by means of the class Frequency and its sub-classes FundamentalFrequency and PartialFrequency. For each expressed frequency, the magnitude of the frequency is also indicated using the hasFrequencyMagnitude object property. Finally, the Envelope class is connected to four object properties that describe the envelope of the waveform according to the ADSR model, namely hasAttack, hasSustain, hasDecay and hasRelease. |
Reusable OWL Building Block: | https://purl.org/andreapoltronieri/musicalobject (0) |
Consequences: | |
Scenarios: | |
Known Uses: | |
Web References: | |
Other References: | |
Examples (OWL files): | |
Extracted From: | |
Reengineered From: | |
Has Components: | |
Specialization Of: | |
Related CPs: |
Elements
The Musicalobject Content OP locally defines the following ontology elements:
Envelope (owl:Class) The envelope of a musical object's soundwave. In physics and engineering, the envelope of an oscillating signal is a smooth curve outlining its extremes.
Envelope page FundamentalFrequency (owl:Class) The foundamental frequency of a musical object. The fundamental frequency is defined as the frequency of the lowest constituing partial of a signal.
FundamentalFrequency page PartialFrequency page
MusicalObject (owl:Class) A musical object is the result of the realisation of a set of instructions that the musician or a computer system uses to realise a piece of music (e.g. music notation).
MusicalObject page SoundIntensity page
hasEnvelope (owl:ObjectProperty) Connects a musical object to the envelope of the soundwave it produces.
hasEnvelope page hasFrequency page
hasSoundIntensity page
isDurationOf (owl:ObjectProperty) Inverse of hasDuration. Connects the duration of a musical event to the musical event itself.
isDurationOf page isEnvelopeOf (owl:ObjectProperty) Inverse of hasEvelope. Connects the envelope of a musical event to the musical event itself.
isEnvelopeOf page isFrequencyOf (owl:ObjectProperty) Inverse of hasFrequency. Connects the frequency of a musical event to the musical event itself.
isFrequencyOf page isSoundIntensityOf (owl:ObjectProperty) Inverse of hasSoundIntensity. Connects the sound intensity of a musical event to the musical event itself.
isSoundIntensityOf page hasAttack (owl:DatatypeProperty) Describes the attack time (expressed in seconds) of the soundwave's envelope, according to the ADSR model.
hasAttack page hasDecay (owl:DatatypeProperty) Describes the decay time (epressed in seconds) of the soundwave's envelope, according to the ADSR model.
hasDecay page hasDurationInSeconds page
hasFrequencyMagnitude (owl:DatatypeProperty) The amplitude of a frequency component of a complex sound.
hasFrequencyMagnitude page hasIntensityValue page
hasRelease (owl:DatatypeProperty) Describes the release time (epressed in seconds) of the soundwave's envelope, according to the ADSR model.
hasRelease page hasSustain (owl:DatatypeProperty) Describes the sustain time (epressed in seconds) of the soundwave's envelope, according to the ADSR model.
hasSustain pageAdditional information
Scenarios
Scenarios about Musicalobject
No scenario is added to this Content OP.
Reviews
Reviews about Musicalobject
There is no review about this proposal. This revision (revision ID 14258) takes in account the reviews: none
Other info at evaluation tab
Modeling issues
Modeling issues about Musicalobject
There is no Modeling issue related to this proposal.
References