From Odp
This pattern has been certified.
Related submission, with evaluation history, can be found here
| If you are a member of quality committee please visit the
evaluation section
If you are author of this proposal or you want to contribute to this pattern's review, you can:
In general, it could be useful to visit the evaluation section to have information about the evaluation process of this proposal
Current revision ID: 14262
|
Graphical representation
Diagram
General description
Name:
| notepattern
|
Submitted by:
| AndreaPoltronieri
|
Also Known As:
|
|
Intent:
| The Music Note ODP models a symbolic note and its symbolic attributes.
|
Domains:
|
|
Competency Questions:
|
- what is the name of a note?
- what part of the score does a note belong to?
- what are the dynamic indications referring to a note in the score?
- what is the fundamental frequency of a note?
- what are the different frequencies that make up the spectrum of a note?
- what is the duration in seconds of a note
- in a given performance?
- how is the envelope of a note shaped?
|
Solution description:
|
|
Reusable OWL Building Block:
| http://ontologydesignpatterns.org/cp/owl/notepattern.owl (235)
|
Consequences:
|
|
Scenarios:
|
|
Known Uses:
|
|
Web References:
|
|
Other References:
|
|
Examples (OWL files):
|
|
Extracted From:
|
|
Reengineered From:
|
|
Has Components:
|
|
Specialization Of:
|
|
Related CPs:
|
|
Elements
The Notepattern Content OP locally defines the following ontology elements:
SymbolicNote (owl:Class) A music note from the western temperament system.
SymbolicNote page
Accidental (owl:Class) The accidental of a note (e.g. sharp).
Accidental page
Position (owl:Class) The position of a symbolic note
Position page
NotePitch (owl:Class) The pitch of a symbolic note.
NotePitch page
NoteDuration (owl:Class) The quantised duration of a symbolic music note.
NoteDuration page
NoteDynamic (owl:Class) The dynamic of a symbolic note.
NoteDynamic page
hasMeasure (owl:DatatypeProperty) The measure (expressed in bars) to which a note belongs in a music score.
hasMeasure page
hasMeasurePosition (owl:DatatypeProperty) The position the symbolic note have within the bar
hasMeasurePosition page
hasMidiPitch (owl:DatatypeProperty) The pitch of a note expressed by means of its MIDI number.
hasMidiPitch page
isDefinedByOctave (owl:DatatypeProperty) The octave on which the note is defined.
isDefinedByOctave page
hasLiteralDynamic (owl:DatatypeProperty) The dynamic expressed in a music score by means of adjectives (e.g. piano).
hasLiteralDynamic page
hasMidiVelocity (owl:DatatypeProperty) The dynamics of the note expressed symbolically by means of the MIDI command "velocity".
hasMidiVelocity page
hasNoteDynamic (owl:ObjectProperty) Connects a symbolic note to its symbolic dynamic.
hasNoteDynamic page
isDynamicOf (owl:ObjectProperty) Inverse of hasNoteDynamic. Connects a duration class to the symbolic note that have this specific dynamic.
isDynamicOf page
hasNoteDuration (owl:ObjectProperty) Connects a symbolic note to its symbolic quantised duration.
hasNoteDuration page
isDurationOfNote (owl:ObjectProperty) Inverse of hasNoteDuration. Connects a duration class to the symbolic note that have this specific duration.
isDurationOfNote page
hasNotePitch (owl:ObjectProperty) Connects a symbolic note to its symbolic pitch.
hasNotePitch page
isPitchOf (owl:ObjectProperty) Inverse of hasPitch. Connects a duration class to the symbolic note that have this specific pitch.
isPitchOf page
hasAccidental (owl:ObjectProperty) The accidental of a note (e.g. sharp).
hasAccidental page
isAccidentalOf (owl:ObjectProperty) Inverse of hasAccidental
isAccidentalOf page
hasPosition (owl:ObjectProperty) Connects the symbolic note with its duration
hasPosition page
isPositionOf (owl:ObjectProperty) Inverse of hasPosition
isPositionOf page
Additional information
Scenarios
Scenarios about Notepattern
No scenario is added to this Content OP.
Reviews
Reviews about Notepattern
There is no review about this proposal.
This revision (revision ID 14262) takes in account the reviews: none
Other info at evaluation tab
Modeling issues
Modeling issues about Notepattern
There is no Modeling issue related to this proposal.
References
Add a reference
The Note Pattern models a music note both in relation to a music score and in relation to the musical object produced by playing such note.