rdf-vocab 3.1.1 → 3.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +69 -45
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +55 -39
- data/lib/rdf/vocab/acl.rb +84 -1
- data/lib/rdf/vocab/as.rb +466 -1
- data/lib/rdf/vocab/bf2.rb +1317 -1
- data/lib/rdf/vocab/bibframe.rb +1 -2
- data/lib/rdf/vocab/bibo.rb +496 -1
- data/lib/rdf/vocab/cc.rb +107 -1
- data/lib/rdf/vocab/cert.rb +68 -1
- data/lib/rdf/vocab/cnt.rb +79 -1
- data/lib/rdf/vocab/crm.rb +1303 -1
- data/lib/rdf/vocab/datacite.rb +1 -1
- data/lib/rdf/vocab/dbo.rb +10463 -1
- data/lib/rdf/vocab/dc.rb +470 -301
- data/lib/rdf/vocab/dc11.rb +88 -57
- data/lib/rdf/vocab/dcat.rb +153 -5
- data/lib/rdf/vocab/dcmitype.rb +51 -25
- data/lib/rdf/vocab/disco.rb +228 -1
- data/lib/rdf/vocab/doap.rb +175 -1
- data/lib/rdf/vocab/dwc.rb +753 -1
- data/lib/rdf/vocab/earl.rb +324 -0
- data/lib/rdf/vocab/ebucore.rb +7335 -1974
- data/lib/rdf/vocab/edm.rb +150 -1
- data/lib/rdf/vocab/exif.rb +650 -1
- data/lib/rdf/vocab/extensions.rb +265 -212
- data/lib/rdf/vocab/fcrepo4.rb +377 -1
- data/lib/rdf/vocab/foaf.rb +305 -1
- data/lib/rdf/vocab/geo.rb +39 -1
- data/lib/rdf/vocab/geojson.rb +66 -1
- data/lib/rdf/vocab/geonames.rb +166 -1
- data/lib/rdf/vocab/gr.rb +684 -1
- data/lib/rdf/vocab/gs1.rb +1597 -1
- data/lib/rdf/vocab/ht.rb +164 -1
- data/lib/rdf/vocab/hydra.rb +238 -4
- data/lib/rdf/vocab/iana.rb +230 -1
- data/lib/rdf/vocab/ical.rb +462 -1
- data/lib/rdf/vocab/identifiers.rb +462 -1
- data/lib/rdf/vocab/iiif.rb +136 -1
- data/lib/rdf/vocab/jsonld.rb +147 -3
- data/lib/rdf/vocab/ldp.rb +130 -1
- data/lib/rdf/vocab/lrmi.rb +69 -1
- data/lib/rdf/vocab/ma.rb +381 -1
- data/lib/rdf/vocab/mads.rb +610 -22
- data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +809 -1
- data/lib/rdf/vocab/mo.rb +919 -1
- data/lib/rdf/vocab/mods.rb +516 -1
- data/lib/rdf/vocab/nfo.rb +1 -1
- data/lib/rdf/vocab/oa.rb +275 -1
- data/lib/rdf/vocab/og.rb +100 -1
- data/lib/rdf/vocab/ogc.rb +34 -1
- data/lib/rdf/vocab/ore.rb +56 -1
- data/lib/rdf/vocab/org.rb +189 -1
- data/lib/rdf/vocab/pcdm.rb +47 -1
- data/lib/rdf/vocab/pplan.rb +64 -1
- data/lib/rdf/vocab/premis.rb +1266 -779
- data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +155 -1
- data/lib/rdf/vocab/prov.rb +619 -1
- data/lib/rdf/vocab/ptr.rb +138 -1
- data/lib/rdf/vocab/rightsstatements.rb +5 -1
- data/lib/rdf/vocab/rsa.rb +30 -1
- data/lib/rdf/vocab/rss.rb +42 -1
- data/lib/rdf/vocab/schema.rb +12470 -804
- data/lib/rdf/vocab/sd.rb +372 -0
- data/lib/rdf/vocab/sh.rb +736 -1
- data/lib/rdf/vocab/sioc.rb +401 -1
- data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +38 -1
- data/lib/rdf/vocab/{sioct.rb → sioctypes.rb} +158 -1
- data/lib/rdf/vocab/skos.rb +119 -1
- data/lib/rdf/vocab/skosxl.rb +30 -1
- data/lib/rdf/vocab/v.rb +291 -1
- data/lib/rdf/vocab/vcard.rb +508 -1
- data/lib/rdf/vocab/vmd.rb +291 -1
- data/lib/rdf/vocab/void.rb +121 -1
- data/lib/rdf/vocab/vs.rb +19 -1
- data/lib/rdf/vocab/wdrs.rb +90 -1
- data/lib/rdf/vocab/wot.rb +78 -1
- data/lib/rdf/vocab/xhtml.rb +2 -1
- data/lib/rdf/vocab/xhv.rb +338 -1
- data/lib/rdf/vocab/xkos.rb +150 -1
- data/spec/extensions_spec.rb +68 -0
- data/spec/vocab_spec.rb +10 -0
- metadata +16 -8
data/lib/rdf/vocab/mo.rb
CHANGED
@@ -5,9 +5,927 @@ require 'rdf'
|
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
7
7
|
# # Vocabulary for <http://purl.org/ontology/mo/>
|
8
|
+
# #
|
9
|
+
# # The Music Ontology
|
10
|
+
# #
|
11
|
+
# # The Music Ontology Specification provides main concepts and properties fo describing music (i.e. artists, albums and tracks) on the Semantic Web.
|
12
|
+
# # @version Revision: 2.1.5
|
8
13
|
# class MO < RDF::Vocabulary
|
14
|
+
# # An activity period, defining when an artist was musically active.
|
15
|
+
# # @return [RDF::Vocabulary::Term]
|
16
|
+
# attr_reader :Activity
|
17
|
+
#
|
18
|
+
# # An analog signal.
|
19
|
+
# # @return [RDF::Vocabulary::Term]
|
20
|
+
# attr_reader :AnalogSignal
|
21
|
+
#
|
22
|
+
# # An arrangement event. Takes as agent the arranger, and produces a score (informational object, not the actually published score).
|
23
|
+
# # @return [RDF::Vocabulary::Term]
|
24
|
+
# attr_reader :Arrangement
|
25
|
+
#
|
26
|
+
# # @return [RDF::Vocabulary::Term]
|
27
|
+
# attr_reader :Arranger
|
28
|
+
#
|
29
|
+
# # An audio file, which may be available on a local file system or through http, ftp, etc.
|
30
|
+
# # @return [RDF::Vocabulary::Term]
|
31
|
+
# attr_reader :AudioFile
|
32
|
+
#
|
33
|
+
# # Compact Disc used as medium to record a musical manifestation.
|
34
|
+
# # @return [RDF::Vocabulary::Term]
|
35
|
+
# attr_reader :CD
|
36
|
+
#
|
37
|
+
# # @return [RDF::Vocabulary::Term]
|
38
|
+
# attr_reader :Composer
|
39
|
+
#
|
40
|
+
# # A composition event. Takes as agent the composer himself. It produces a MusicalWork, or a MusicalExpression (when the initial "product" is a score, for example), or both...
|
41
|
+
# # @return [RDF::Vocabulary::Term]
|
42
|
+
# attr_reader :Composition
|
43
|
+
#
|
44
|
+
# # @return [RDF::Vocabulary::Term]
|
45
|
+
# attr_reader :Conductor
|
46
|
+
#
|
47
|
+
# # Organization or group of individuals and/or other organizations involved in the music market.
|
48
|
+
# # @return [RDF::Vocabulary::Term]
|
49
|
+
# attr_reader :CorporateBody
|
50
|
+
#
|
51
|
+
# # Digital Audio Tape used as medium to record a musical manifestation.
|
52
|
+
# # @return [RDF::Vocabulary::Term]
|
53
|
+
# attr_reader :DAT
|
54
|
+
#
|
55
|
+
# # Digital Compact Cassette used as medium to record a musical manifestation.
|
56
|
+
# # @return [RDF::Vocabulary::Term]
|
57
|
+
# attr_reader :DCC
|
58
|
+
#
|
59
|
+
# # DVD-Audio used as medium to record a musical manifestation.
|
60
|
+
# # @return [RDF::Vocabulary::Term]
|
61
|
+
# attr_reader :DVDA
|
62
|
+
#
|
63
|
+
# # A digital signal
|
64
|
+
# # @return [RDF::Vocabulary::Term]
|
65
|
+
# attr_reader :DigitalSignal
|
66
|
+
#
|
67
|
+
# # Something available on the E-Donkey peer-2-peer filesharing network
|
68
|
+
# # @return [RDF::Vocabulary::Term]
|
69
|
+
# attr_reader :ED2K
|
70
|
+
#
|
71
|
+
# # A festival - musical/artistic event lasting several days, like Glastonbury, Rock Am Ring... We migth decompose this event (which is in fact just a classification of the space/time region related to a particular festival) using hasSubEvent in several performances at different space/time.
|
72
|
+
# # @return [RDF::Vocabulary::Term]
|
73
|
+
# attr_reader :Festival
|
74
|
+
#
|
75
|
+
# # An expressive style of music. Any taxonomy can be plug-in here. You can either define a genre by yourself, like this: :mygenre a mo:Genre; dc:title "electro rock". Or you can refer to a DBPedia genre (such as http://dbpedia.org/resource/Baroque_music), allowing semantic web clients to access easily really detailed structured information about the genre you are refering to.
|
76
|
+
# # @return [RDF::Vocabulary::Term]
|
77
|
+
# attr_reader :Genre
|
78
|
+
#
|
79
|
+
# # Any of various devices or contrivances that can be used to produce musical tones or sound. Any taxonomy can be used to subsume this concept. The default one is one extracted by Ivan Herman from the Musicbrainz instrument taxonomy, conforming to SKOS. This concept holds a seeAlso link towards this taxonomy.
|
80
|
+
# # @return [RDF::Vocabulary::Term]
|
81
|
+
# attr_reader :Instrument
|
82
|
+
#
|
83
|
+
# # Instrumentation deals with the techniques of writing music for a specific instrument, including the limitations of the instrument, playing techniques and idiomatic handling of the instrument.
|
84
|
+
# # @return [RDF::Vocabulary::Term]
|
85
|
+
# attr_reader :Instrumentation
|
86
|
+
#
|
87
|
+
# # Trade name of a company that produces musical works or expression of musical works.
|
88
|
+
# # @return [RDF::Vocabulary::Term]
|
89
|
+
# attr_reader :Label
|
90
|
+
#
|
91
|
+
# # Libretto
|
92
|
+
# # @return [RDF::Vocabulary::Term]
|
93
|
+
# attr_reader :Libretto
|
94
|
+
#
|
95
|
+
# # @return [RDF::Vocabulary::Term]
|
96
|
+
# attr_reader :Listener
|
97
|
+
#
|
98
|
+
# # Lyrics
|
99
|
+
# # @return [RDF::Vocabulary::Term]
|
100
|
+
# attr_reader :Lyrics
|
101
|
+
#
|
102
|
+
# # Mini Disc used as medium to record a musical manifestation.
|
103
|
+
# # @return [RDF::Vocabulary::Term]
|
104
|
+
# attr_reader :MD
|
105
|
+
#
|
106
|
+
# # Magnetic analogue tape used as medium to record a musical manifestation.
|
107
|
+
# # @return [RDF::Vocabulary::Term]
|
108
|
+
# attr_reader :MagneticTape
|
109
|
+
#
|
110
|
+
# # A means or instrumentality for storing or communicating musical manifestation.
|
111
|
+
# # @return [RDF::Vocabulary::Term]
|
112
|
+
# attr_reader :Medium
|
113
|
+
#
|
114
|
+
# # A membership event, where one or several people belongs to a group during a particular time period.
|
115
|
+
# # @return [RDF::Vocabulary::Term]
|
116
|
+
# attr_reader :Membership
|
117
|
+
#
|
118
|
+
# # A movement is a self-contained part of a musical work. While individual or selected movements from a composition are sometimes performed separately, a performance of the complete work requires all the movements to be performed in succession. Often a composer attempts to interrelate the movements thematically, or sometimes in more subtle ways, in order that the individual movements exert a cumulative effect. In some forms, composers sometimes link the movements, or ask for them to be played without a pause between them.
|
119
|
+
# # @return [RDF::Vocabulary::Term]
|
120
|
+
# attr_reader :Movement
|
121
|
+
#
|
122
|
+
# # A person or a group of people (or a computer :-) ), whose musical creative work shows sensitivity and imagination
|
123
|
+
# # @return [RDF::Vocabulary::Term]
|
124
|
+
# attr_reader :MusicArtist
|
125
|
+
#
|
126
|
+
# # Group of musicians, or musical ensemble, usually popular or folk, playing parts of or improvising off of a musical arrangement.
|
127
|
+
# # @return [RDF::Vocabulary::Term]
|
128
|
+
# attr_reader :MusicGroup
|
129
|
+
#
|
130
|
+
# # The intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, etc., or any combination of such forms. For example: Work #1 Franz Schubert's Trout quintet * Expression #1 the composer's score * Expression #2 sound issued from the performance by the Amadeus Quartet and Hephzibah Menuhin on piano * Expression #3 sound issued from the performance by the Cleveland Quartet and Yo-Yo Ma on the cello * . . . . The Music Ontology defines the following sub-concepts of a MusicalExpression, which should be used instead of MusicalExpression itself: Score (the result of an arrangement), Sound (produced during a performance), Signal. However, it is possible to stick to FRBR and bypass the worflow mechanism this ontology defines by using the core FRBR properties on such objects. But it is often better to use events to interconnect such expressions (allowing to go deeply into the production process - `this performer was playing this particular instrument at that particular time').
|
131
|
+
# # @return [RDF::Vocabulary::Term]
|
132
|
+
# attr_reader :MusicalExpression
|
133
|
+
#
|
134
|
+
# # A single exemplar of a musical expression. For example, it could be a single exemplar of a CD. This is normally an single object (a CD) possessed by somebody. From the FRBR final report: The entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.). There are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.). In terms of intellectual content and physical form, an item exemplifying a manifestation is normally the same as the manifestation itself. However, variations may occur from one item to another, even when the items exemplify the same manifestation, where those variations are the result of actions external to the intent of the producer of the manifestation (e.g., damage occurring after the item was produced, binding performed by a library, etc.).
|
135
|
+
# # @return [RDF::Vocabulary::Term]
|
136
|
+
# attr_reader :MusicalItem
|
137
|
+
#
|
138
|
+
# # This entity is related to the edition/production/publication of a musical expression (musical manifestation are closely related with the music industry (their terms, concepts, definitions, methods (production, publication, etc.), etc.) From the FRBR final report: The entity defined as manifestation encompasses a wide range of materials, including manuscripts, books, periodicals, maps, posters, sound recordings, films, video recordings, CD-ROMs, multimedia kits, etc. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form. Work #1 J. S. Bach's Six suites for unaccompanied cello * Expression #1 sound issued during the performance by Janos Starker recorded in 1963 and 1965 o Manifestation #1 recordings released on 33 1/3 rpm sound discs in 1965 by Mercury o Manifestation #2 recordings re-released on compact disc in 1991 by Mercury * Expression #2 sound issued during the performances by Yo-Yo Ma recorded in 1983 o Manifestation #1 recordings released on 33 1/3 rpm sound discs in 1983 by CBS Records o Manifestation #2 recordings re-released on compact disc in 1992 by CBS Records Changes that occur deliberately or even inadvertently in the production process that affect the copies result, strictly speaking, in a new manifestation. A manifestation resulting from such a change may be identified as a particular "state" or "issue" of the publication. Changes that occur to an individual copy after the production process is complete (e.g., the loss of a page, rebinding, etc.) are not considered to result in a new manifestation. That copy is simply considered to be an exemplar (or item) of the manifestation that deviates from the copy as produced. With the entity defined as manifestation we can describe the physical characteristics of a set of items and the characteristics associated with the production and distribution of that set of items that may be important factors in enabling users to choose a manifestation appropriate to their physical needs and constraints, and to identify and acquire a copy of that manifestation. Defining manifestation as an entity also enables us to draw relationships between specific manifestations of a work. We can use the relationships between manifestations to identify, for example, the specific publication that was used to create a microreproduction.
|
139
|
+
# # @return [RDF::Vocabulary::Term]
|
140
|
+
# attr_reader :MusicalManifestation
|
141
|
+
#
|
142
|
+
# # Distinct intellectual or artistic musical creation. From the FRBR final report: A work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work. For example: work #1 J. S. Bach's The art of the fugue
|
143
|
+
# # @return [RDF::Vocabulary::Term]
|
144
|
+
# attr_reader :MusicalWork
|
145
|
+
#
|
146
|
+
# # Orchestration includes, in addition to instrumentation, the handling of groups of instruments and their balance and interaction.
|
147
|
+
# # @return [RDF::Vocabulary::Term]
|
148
|
+
# attr_reader :Orchestration
|
149
|
+
#
|
150
|
+
# # A performance event. It might include as agents performers, engineers, conductors, or even listeners. It might include as factors a score, a MusicalWork, musical instruments. It might produce a sound:-)
|
151
|
+
# # @return [RDF::Vocabulary::Term]
|
152
|
+
# attr_reader :Performance
|
153
|
+
#
|
154
|
+
# # @return [RDF::Vocabulary::Term]
|
155
|
+
# attr_reader :Performer
|
156
|
+
#
|
157
|
+
# # A published libretto
|
158
|
+
# # @return [RDF::Vocabulary::Term]
|
159
|
+
# attr_reader :PublishedLibretto
|
160
|
+
#
|
161
|
+
# # Published lyrics, as a book or as a text file, for example
|
162
|
+
# # @return [RDF::Vocabulary::Term]
|
163
|
+
# attr_reader :PublishedLyrics
|
164
|
+
#
|
165
|
+
# # A published score (subclass of MusicalManifestation)
|
166
|
+
# # @return [RDF::Vocabulary::Term]
|
167
|
+
# attr_reader :PublishedScore
|
168
|
+
#
|
169
|
+
# # A published record (manifestation which first aim is to render the product of a recording)
|
170
|
+
# # @return [RDF::Vocabulary::Term]
|
171
|
+
# attr_reader :Record
|
172
|
+
#
|
173
|
+
# # A recording event. Takes a sound as a factor to produce a signal (analog or digital). The location of such events (if any) is the actual location of the corresponding microphone or the "recording device".
|
174
|
+
# # @return [RDF::Vocabulary::Term]
|
175
|
+
# attr_reader :Recording
|
176
|
+
#
|
177
|
+
# # A set of performances/recordings/mastering events. This event can be decomposed in its constituent events using event:sub_event
|
178
|
+
# # @return [RDF::Vocabulary::Term]
|
179
|
+
# attr_reader :RecordingSession
|
180
|
+
#
|
181
|
+
# # A specific release, with barcode, box, liner notes, cover art, and a number of records
|
182
|
+
# # @return [RDF::Vocabulary::Term]
|
183
|
+
# attr_reader :Release
|
184
|
+
#
|
185
|
+
# # A release event, in a particular place (e.g. a country) at a particular time. Other factors of this event might include cover art, liner notes, box, etc. or a release grouping all these.
|
186
|
+
# # @return [RDF::Vocabulary::Term]
|
187
|
+
# attr_reader :ReleaseEvent
|
188
|
+
#
|
189
|
+
# # Musical manifestation release status.
|
190
|
+
# # @return [RDF::Vocabulary::Term]
|
191
|
+
# attr_reader :ReleaseStatus
|
192
|
+
#
|
193
|
+
# # Release type of a particular manifestation, such as "album" or "interview"...
|
194
|
+
# # @return [RDF::Vocabulary::Term]
|
195
|
+
# attr_reader :ReleaseType
|
196
|
+
#
|
197
|
+
# # Super Audio Compact Disc used as medium to record a musical manifestation.
|
198
|
+
# # @return [RDF::Vocabulary::Term]
|
199
|
+
# attr_reader :SACD
|
200
|
+
#
|
201
|
+
# # Here, we are dealing with the informational object (the MusicalExpression), not the actually "published" score. This may be, for example, the product of an arrangement process.
|
202
|
+
# # @return [RDF::Vocabulary::Term]
|
203
|
+
# attr_reader :Score
|
204
|
+
#
|
205
|
+
# # A show - a musical event lasting several days, in a particular venue. Examples can be "The Magic Flute" at the Opera Bastille, August 2005, or a musical in the west end...
|
206
|
+
# # @return [RDF::Vocabulary::Term]
|
207
|
+
# attr_reader :Show
|
208
|
+
#
|
209
|
+
# # A subclass of MusicalExpression, representing a signal, for example a master signal produced by a performance and a recording.
|
210
|
+
# # @return [RDF::Vocabulary::Term]
|
211
|
+
# attr_reader :Signal
|
212
|
+
#
|
213
|
+
# # A musical expression representing a group of signals, for example a set of masters resulting from a whole recording/mastering session.
|
214
|
+
# # @return [RDF::Vocabulary::Term]
|
215
|
+
# attr_reader :SignalGroup
|
216
|
+
#
|
217
|
+
# # Single person whose musical creative work shows sensitivity and imagination.
|
218
|
+
# # @return [RDF::Vocabulary::Term]
|
219
|
+
# attr_reader :SoloMusicArtist
|
220
|
+
#
|
221
|
+
# # A subclass of MusicalExpression, representing a sound. Realisation of a MusicalWork during a musical Performance.
|
222
|
+
# # @return [RDF::Vocabulary::Term]
|
223
|
+
# attr_reader :Sound
|
224
|
+
#
|
225
|
+
# # @return [RDF::Vocabulary::Term]
|
226
|
+
# attr_reader :SoundEngineer
|
227
|
+
#
|
228
|
+
# # Transmission over a network used as medium to broadcast a musical manifestation
|
229
|
+
# # @return [RDF::Vocabulary::Term]
|
230
|
+
# attr_reader :Stream
|
231
|
+
#
|
232
|
+
# # Something available on the Bittorrent peer-2-peer filesharing network
|
233
|
+
# # @return [RDF::Vocabulary::Term]
|
234
|
+
# attr_reader :Torrent
|
235
|
+
#
|
236
|
+
# # A track on a particular record
|
237
|
+
# # @return [RDF::Vocabulary::Term]
|
238
|
+
# attr_reader :Track
|
239
|
+
#
|
240
|
+
# # Transcription event
|
241
|
+
# # @return [RDF::Vocabulary::Term]
|
242
|
+
# attr_reader :Transcription
|
243
|
+
#
|
244
|
+
# # Vinyl used as medium to record a musical manifestation
|
245
|
+
# # @return [RDF::Vocabulary::Term]
|
246
|
+
# attr_reader :Vinyl
|
247
|
+
#
|
248
|
+
# # Relates an artist to an activity period
|
249
|
+
# # @return [RDF::Vocabulary::Term]
|
250
|
+
# attr_reader :activity
|
251
|
+
#
|
252
|
+
# # Relates an artist to a date at which its activity ended
|
253
|
+
# # @return [RDF::Vocabulary::Term]
|
254
|
+
# attr_reader :activity_end
|
255
|
+
#
|
256
|
+
# # Relates an artist to a date at which its activity started
|
257
|
+
# # @return [RDF::Vocabulary::Term]
|
258
|
+
# attr_reader :activity_start
|
259
|
+
#
|
260
|
+
# # Used to link a work or the expression of a work to its corresponding Amazon ASINs page.
|
261
|
+
# # @return [RDF::Vocabulary::Term]
|
262
|
+
# attr_reader :amazon_asin
|
263
|
+
#
|
264
|
+
# # Associates a work to an arrangement event where it was arranged
|
265
|
+
# # @return [RDF::Vocabulary::Term]
|
266
|
+
# attr_reader :arranged_in
|
267
|
+
#
|
268
|
+
# # Associates an arrangement event to a work
|
269
|
+
# # @return [RDF::Vocabulary::Term]
|
270
|
+
# attr_reader :arrangement_of
|
271
|
+
#
|
272
|
+
# # Relates a membership event with the corresponding artist
|
273
|
+
# # @return [RDF::Vocabulary::Term]
|
274
|
+
# attr_reader :artist
|
275
|
+
#
|
276
|
+
# # @return [RDF::Vocabulary::Term]
|
277
|
+
# attr_reader :availableAs
|
278
|
+
#
|
279
|
+
# # Relates a musical manifestation to a musical item (this album, and my particular cd). By using this property, there is no assumption on wether the full content is available on the linked item. To be explicit about this, you can use a sub-property, such as mo:item (the full manifestation is available on that item) or mo:preview (only a part of the manifestation is available on that item). This is a subproperty of frbr:examplar.
|
280
|
+
# # @return [RDF::Vocabulary::Term]
|
281
|
+
# attr_reader :available_as
|
282
|
+
#
|
283
|
+
# # Used to link an artist to their online biography.
|
284
|
+
# # @return [RDF::Vocabulary::Term]
|
285
|
+
# attr_reader :biography
|
286
|
+
#
|
287
|
+
# # Associates a digital signal to the number a bits used to encode one sample. Range is xsd:int.
|
288
|
+
# # @return [RDF::Vocabulary::Term]
|
289
|
+
# attr_reader :bitsPerSample
|
290
|
+
#
|
291
|
+
# # Indicates the BPM of a MusicalWork or a particular Performance Beats per minute: the pace of music measured by the number of beats occurring in 60 seconds.
|
292
|
+
# # @return [RDF::Vocabulary::Term]
|
293
|
+
# attr_reader :bpm
|
294
|
+
#
|
295
|
+
# # Links a release with the corresponding catalogue number
|
296
|
+
# # @return [RDF::Vocabulary::Term]
|
297
|
+
# attr_reader :catalogue_number
|
298
|
+
#
|
299
|
+
# # Associates a signal to the number of channels it holds (mono --> 1, stereo --> 2). Range is xsd:int.
|
300
|
+
# # @return [RDF::Vocabulary::Term]
|
301
|
+
# attr_reader :channels
|
302
|
+
#
|
303
|
+
# # Used to relate two collaborating people on a work.
|
304
|
+
# # @return [RDF::Vocabulary::Term]
|
305
|
+
# attr_reader :collaborated_with
|
306
|
+
#
|
307
|
+
# # Indicates that a musical manifestation is a compilation of several Signals.
|
308
|
+
# # @return [RDF::Vocabulary::Term]
|
309
|
+
# attr_reader :compilation_of
|
310
|
+
#
|
311
|
+
# # Used to relate an person or a group of person who compiled the manifestation of a musical work.
|
312
|
+
# # @return [RDF::Vocabulary::Term]
|
313
|
+
# attr_reader :compiled
|
314
|
+
#
|
315
|
+
# # Used to relate the manifestation of a musical work to a person or a group of person who compiled it.
|
316
|
+
# # @return [RDF::Vocabulary::Term]
|
317
|
+
# attr_reader :compiler
|
318
|
+
#
|
319
|
+
# # Associates a MusicalWork to the Composition event pertaining to its creation. For example, I might use this property to associate the Magic Flute to its composition event, occuring during 1782 and having as a mo:composer Mozart.
|
320
|
+
# # @return [RDF::Vocabulary::Term]
|
321
|
+
# attr_reader :composed_in
|
322
|
+
#
|
323
|
+
# # Associates a composition event to the actual composer. For example, this property could link the event corresponding to the composition of the Magic Flute in 1782 to Mozart himself (who obviously has a FOAF profile:-) ).
|
324
|
+
# # @return [RDF::Vocabulary::Term]
|
325
|
+
# attr_reader :composer
|
326
|
+
#
|
327
|
+
# # Relates agents to the performances they were conducting
|
328
|
+
# # @return [RDF::Vocabulary::Term]
|
329
|
+
# attr_reader :conducted
|
330
|
+
#
|
331
|
+
# # Relates a performance to the conductor involved
|
332
|
+
# # @return [RDF::Vocabulary::Term]
|
333
|
+
# attr_reader :conductor
|
334
|
+
#
|
335
|
+
# # Relates a signal to another signal, which has been sampled.
|
336
|
+
# # @return [RDF::Vocabulary::Term]
|
337
|
+
# attr_reader :contains_sample_from
|
338
|
+
#
|
339
|
+
# # A related signal from which the described signal is derived.
|
340
|
+
# # @return [RDF::Vocabulary::Term]
|
341
|
+
# attr_reader :derived_from
|
342
|
+
#
|
343
|
+
# # Used to links an artist to an online discography of their musical works. The discography should provide a summary of each released musical work of the artist.
|
344
|
+
# # @return [RDF::Vocabulary::Term]
|
345
|
+
# attr_reader :discography
|
346
|
+
#
|
347
|
+
# # Used to link a musical work or the expression of a musical work, an artist or a corporate body to to its corresponding Discogs page.
|
348
|
+
# # @return [RDF::Vocabulary::Term]
|
349
|
+
# attr_reader :discogs
|
350
|
+
#
|
351
|
+
# # Indicates that all (or most of) the tracks of a musical work or the expression of a musical work were mixed together from all (or most of) the tracks from another musical work or the expression of a musical work to form a so called DJ-Mix. The tracks might have been altered by pitching (so that the tempo of one track matches the tempo of the following track) and fading (so that one track blends in smoothly with the other). If the tracks have been more substantially altered, the "mo:remix" relationship type is more appropriate.
|
352
|
+
# # @return [RDF::Vocabulary::Term]
|
353
|
+
# attr_reader :djmix_of
|
354
|
+
#
|
355
|
+
# # Used to relate an artist who djmixed a musical work or the expression of a musical work. The artist usually selected the tracks, chose their sequence, and slightly changed them by fading (so that one track blends in smoothly with the other) or pitching (so that the tempo of one track matches the tempo of the following track). This applies to a 'Mixtape' in which all tracks were DJ-mixed together into one single long track.
|
356
|
+
# # @return [RDF::Vocabulary::Term]
|
357
|
+
# attr_reader :djmixed
|
358
|
+
#
|
359
|
+
# # Used to relate a work or the expression of a work to an artist who djmixed it. The artist usually selected the tracks, chose their sequence, and slightly changed them by fading (so that one track blends in smoothly with the other) or pitching (so that the tempo of one track matches the tempo of the following track). This applies to a 'Mixtape' in which all tracks were DJ-mixed together into one single long track.
|
360
|
+
# # @return [RDF::Vocabulary::Term]
|
361
|
+
# attr_reader :djmixed_by
|
362
|
+
#
|
363
|
+
# # This property can be used to link from a person to the website where they make their works available, or from a manifestation (a track or an album, for example) to a web page where it is available for download. It is better to use one of the three sub-properties instead of this one in order to specify wether the content can be accessed for free (mo:freedownload), if it is just free preview material (mo:previewdownload), or if it can be accessed for some money (mo:paiddownload) (this includes links to the Amazon store, for example). This property MUST be used only if the content is just available through a web page (holding, for example a Flash application) - it is better to link to actual content directly through the use of mo:available_as and mo:Stream, mo:Torrent or mo:ED2K, etc. Therefore, Semantic Web user agents that don't know how to read HTML and even less to rip streams from Flash applications can still access the audio content.
|
364
|
+
# # @return [RDF::Vocabulary::Term]
|
365
|
+
# attr_reader :download
|
366
|
+
#
|
367
|
+
# # The duration of a track or a signal in ms
|
368
|
+
# # @return [RDF::Vocabulary::Term]
|
369
|
+
# attr_reader :duration
|
370
|
+
#
|
371
|
+
# # The European Article Number (EAN) is a universal identifier for products, commonly printed in form of barcodes on them. The numbers represented by those codes can either be 8 or 13 digits long, with the 13-digit-version being most common. EANs form a superset of the North American Universal Product Code (UPC) as every UPC can be made an EAN by adding a leading zero to it. Additionally every EAN is also a Japanese Article Number (JAN). The identifiers were formerly assigned by EAN International which merged with Uniform Code Council (UCC, the guys behind the UPCs) and Electronic Commerce Council of Canada (ECCC) to become GS1.
|
372
|
+
# # @return [RDF::Vocabulary::Term]
|
373
|
+
# attr_reader :ean
|
374
|
+
#
|
375
|
+
# # Relates a MusicalItem (a track on a particular CD, an audio file, a stream somewhere) to the signal it encodes. This is usually a lower-resolution version of the master signal (issued from a Recording event).
|
376
|
+
# # @return [RDF::Vocabulary::Term]
|
377
|
+
# attr_reader :encodes
|
378
|
+
#
|
379
|
+
# # Method used to convert analog electronic signals into digital format such as "MP3 CBR @ 128kbps", "OGG @ 160kbps", "FLAC", etc.
|
380
|
+
# # @return [RDF::Vocabulary::Term]
|
381
|
+
# attr_reader :encoding
|
382
|
+
#
|
383
|
+
# # Relates a performance or a recording to the engineer involved
|
384
|
+
# # @return [RDF::Vocabulary::Term]
|
385
|
+
# attr_reader :engineer
|
386
|
+
#
|
387
|
+
# # Relates agents to the performances/recordings they were engineering in
|
388
|
+
# # @return [RDF::Vocabulary::Term]
|
389
|
+
# attr_reader :engineered
|
390
|
+
#
|
391
|
+
# # @return [RDF::Vocabulary::Term]
|
392
|
+
# attr_reader :eventHomePage
|
393
|
+
#
|
394
|
+
# # Links a particular event to a web page
|
395
|
+
# # @return [RDF::Vocabulary::Term]
|
396
|
+
# attr_reader :event_homepage
|
397
|
+
#
|
398
|
+
# # A person, a group of person or an organization exchanging an exemplar of a single manifestation.
|
399
|
+
# # @return [RDF::Vocabulary::Term]
|
400
|
+
# attr_reader :exchange_item
|
401
|
+
#
|
402
|
+
# # Used to link an artist to a fan-created webpage devoted to that artist.
|
403
|
+
# # @return [RDF::Vocabulary::Term]
|
404
|
+
# attr_reader :fanpage
|
405
|
+
#
|
406
|
+
# # This property can be used to link from a person to the website where they make their works available, or from a manifestation (a track or an album, for example) to a web page where it is available for free download. This property MUST be used only if the content is just available through a web page (holding, for example a Flash application) - it is better to link to actual content directly through the use of mo:available_as and mo:Stream, mo:Torrent or mo:ED2K, etc. Therefore, Semantic Web user agents that don't know how to read HTML and even less to rip streams from Flash applications can still access the audio content.
|
407
|
+
# # @return [RDF::Vocabulary::Term]
|
408
|
+
# attr_reader :free_download
|
409
|
+
#
|
410
|
+
# # @return [RDF::Vocabulary::Term]
|
411
|
+
# attr_reader :freedownload
|
412
|
+
#
|
413
|
+
# # Associates an event (like a performance or a recording) to a particular musical genre. Further version of this property may also include works and scores in the domain.
|
414
|
+
# # @return [RDF::Vocabulary::Term]
|
415
|
+
# attr_reader :genre
|
416
|
+
#
|
417
|
+
# # The Global Release Identifier (GRid) is a system for uniquely identifying Releases of music over electronic networks (that is, online stores where you can buy music as digital files). As that it can be seen as the equivalent of the BarCode (or more correctly the GTIN) as found on physical releases of music. Like the ISRC (a code for identifying single recordings as found on releases) it was developed by the IFPI but it does not appear to be a standard of the ISO.
|
418
|
+
# # @return [RDF::Vocabulary::Term]
|
419
|
+
# attr_reader :grid
|
420
|
+
#
|
421
|
+
# # Relates a membership event with the corresponding group
|
422
|
+
# # @return [RDF::Vocabulary::Term]
|
423
|
+
# attr_reader :group
|
424
|
+
#
|
425
|
+
# # GTIN is a grouping term for EANs and UPCs. In common speech those are called barcodes although the barcodes are just a representation of those identifying numbers.
|
426
|
+
# # @return [RDF::Vocabulary::Term]
|
427
|
+
# attr_reader :gtin
|
428
|
+
#
|
429
|
+
# # @return [RDF::Vocabulary::Term]
|
430
|
+
# attr_reader :has_track
|
431
|
+
#
|
432
|
+
# # Relates a performance to the headliner(s) involved
|
433
|
+
# # @return [RDF::Vocabulary::Term]
|
434
|
+
# attr_reader :headliner
|
435
|
+
#
|
436
|
+
# # Links an artist, a record, etc. to a corresponding web page
|
437
|
+
# # @return [RDF::Vocabulary::Term]
|
438
|
+
# attr_reader :homepage
|
439
|
+
#
|
440
|
+
# # Indicates a pictorial image (JPEG, GIF, PNG, Etc.) of a musical work, the expression of a musical work, the manifestation of a work or the examplar of a manifestation.
|
441
|
+
# # @return [RDF::Vocabulary::Term]
|
442
|
+
# attr_reader :image
|
443
|
+
#
|
444
|
+
# # Used to link an artist, a musical work or the expression of a musical work to their equivalent page on IMDb, the InternetMovieDatabase.
|
445
|
+
# # @return [RDF::Vocabulary::Term]
|
446
|
+
# attr_reader :imdb
|
447
|
+
#
|
448
|
+
# # Relates a performance to a musical instrument involved
|
449
|
+
# # @return [RDF::Vocabulary::Term]
|
450
|
+
# attr_reader :instrument
|
451
|
+
#
|
452
|
+
# # Adds an involved music artist, who interpreted, remixed, or otherwise modified an existing signal, which resulted in the signal that is here the subject of this relation.
|
453
|
+
# # @return [RDF::Vocabulary::Term]
|
454
|
+
# attr_reader :interpreter
|
455
|
+
#
|
456
|
+
# # The Interested Parties Information Code (IPI) is an ISO standard similar to ISBNs for identifying the people or groups with some involvement with a particular musical work / compositions.
|
457
|
+
# # @return [RDF::Vocabulary::Term]
|
458
|
+
# attr_reader :ipi
|
459
|
+
#
|
460
|
+
# # The International Standard Music Number (ISMN) is an ISO standard similar to ISBNs for identifying printed music publications
|
461
|
+
# # @return [RDF::Vocabulary::Term]
|
462
|
+
# attr_reader :ismn
|
463
|
+
#
|
464
|
+
# # The ISRC (International Standard Recording Code) is the international identification system for sound recordings and music videorecordings. Each ISRC is a unique and permanent identifier for a specific recording which can be permanently encoded into a product as its digital fingerprint. Encoded ISRC provide the means to automatically identify recordings for royalty payments.
|
465
|
+
# # @return [RDF::Vocabulary::Term]
|
466
|
+
# attr_reader :isrc
|
467
|
+
#
|
468
|
+
# # Links a musical work to the corresponding ISWC number
|
469
|
+
# # @return [RDF::Vocabulary::Term]
|
470
|
+
# attr_reader :iswc
|
471
|
+
#
|
472
|
+
# # Relates a musical manifestation to a musical item (this album, and my particular cd) holding the entire manifestation, and not just a part of it.
|
473
|
+
# # @return [RDF::Vocabulary::Term]
|
474
|
+
# attr_reader :item
|
475
|
+
#
|
476
|
+
# # Indicated the key used by the musicians during a performance, or the key of a MusicalWork. Any of 24 major or minor diatonic scales that provide the tonal framework for a piece of music.
|
477
|
+
# # @return [RDF::Vocabulary::Term]
|
478
|
+
# attr_reader :key
|
479
|
+
#
|
480
|
+
# # Associates a release event with the label releasing the record
|
481
|
+
# # @return [RDF::Vocabulary::Term]
|
482
|
+
# attr_reader :label
|
483
|
+
#
|
484
|
+
# # The Label Code (LC) was introduced in 1977 by the IFPI (International Federation of Phonogram and Videogram Industries) in order to unmistakably identify the different record labels (see Introduction, Record labels) for rights purposes. The Label Code consists historically of 4 figures, presently being extended to 5 figures, preceded by LC and a dash (e.g. LC-0193 = Electrola; LC-0233 = His Master's Voice). Note that the number of countries using the LC is limited, and that the code given on the item is not always accurate.
|
485
|
+
# # @return [RDF::Vocabulary::Term]
|
486
|
+
# attr_reader :lc
|
487
|
+
#
|
488
|
+
# # This annotation property associates to a particular Music Ontology term the corresponding expressiveness level. These levels can be: - 1: Only editorial/Musicbrainz type information - 2: Workflow information - 3: Even decomposition This property is mainly used for specification generation.
|
489
|
+
# # @return [RDF::Vocabulary::Term]
|
490
|
+
# attr_reader :level
|
491
|
+
#
|
492
|
+
# # Used to link a work or the expression of a work to the license under which they can be manipulated (downloaded, modified, etc). This is usually used to link to a Creative Commons licence.
|
493
|
+
# # @return [RDF::Vocabulary::Term]
|
494
|
+
# attr_reader :licence
|
495
|
+
#
|
496
|
+
# # Relates agents to the performances they were listening in
|
497
|
+
# # @return [RDF::Vocabulary::Term]
|
498
|
+
# attr_reader :listened
|
499
|
+
#
|
500
|
+
# # Relates a performance to the listener involved
|
501
|
+
# # @return [RDF::Vocabulary::Term]
|
502
|
+
# attr_reader :listener
|
503
|
+
#
|
504
|
+
# # Associates lyrics with a musical work
|
505
|
+
# # @return [RDF::Vocabulary::Term]
|
506
|
+
# attr_reader :lyrics
|
507
|
+
#
|
508
|
+
# # Used to link a musical work or the expression of a musical work to a website where people can buy a copy of the musical manifestation.
|
509
|
+
# # @return [RDF::Vocabulary::Term]
|
510
|
+
# attr_reader :mailorder
|
511
|
+
#
|
512
|
+
# # Indicates that musical works or the expressions of a musical work were mashed up on this album or track. This means that two musical works or the expressions of a musical work by different artists are mixed together, over each other, or otherwise combined into a single musical work (usually by a third artist, the remixer).
|
513
|
+
# # @return [RDF::Vocabulary::Term]
|
514
|
+
# attr_reader :mashup_of
|
515
|
+
#
|
516
|
+
# # The mediatype (file format or MIME type, or physical medium) of a musical manifestation, e.g. a MP3, CD or vinyl.
|
517
|
+
# # @return [RDF::Vocabulary::Term]
|
518
|
+
# attr_reader :media_type
|
519
|
+
#
|
520
|
+
# # Indicates that a musical expression is a medley of several other musical expressions. This means that the orignial musical expression were rearranged to create a new musical expression in the form of a medley.
|
521
|
+
# # @return [RDF::Vocabulary::Term]
|
522
|
+
# attr_reader :medley_of
|
523
|
+
#
|
524
|
+
# # Indicates a member of a musical group
|
525
|
+
# # @return [RDF::Vocabulary::Term]
|
526
|
+
# attr_reader :member
|
527
|
+
#
|
528
|
+
# # Inverse of the foaf:member property
|
529
|
+
# # @return [RDF::Vocabulary::Term]
|
530
|
+
# attr_reader :member_of
|
531
|
+
#
|
532
|
+
# # Relates an agent with related membership events
|
533
|
+
# # @return [RDF::Vocabulary::Term]
|
534
|
+
# attr_reader :membership
|
535
|
+
#
|
536
|
+
# # Associates a musical work or a score with its meter
|
537
|
+
# # @return [RDF::Vocabulary::Term]
|
538
|
+
# attr_reader :meter
|
539
|
+
#
|
540
|
+
# # Indicates that a musical work has movements
|
541
|
+
# # @return [RDF::Vocabulary::Term]
|
542
|
+
# attr_reader :movement
|
543
|
+
#
|
544
|
+
# # @return [RDF::Vocabulary::Term]
|
545
|
+
# attr_reader :movementNum
|
546
|
+
#
|
547
|
+
# # Indicates the position of a movement in a musical work.
|
548
|
+
# # @return [RDF::Vocabulary::Term]
|
549
|
+
# attr_reader :movement_number
|
550
|
+
#
|
551
|
+
# # Linking an agent, a track or a record to its corresponding Musicbrainz page.
|
552
|
+
# # @return [RDF::Vocabulary::Term]
|
553
|
+
# attr_reader :musicbrainz
|
554
|
+
#
|
555
|
+
# # Links an object to the corresponding Musicbrainz identifier
|
556
|
+
# # @return [RDF::Vocabulary::Term]
|
557
|
+
# attr_reader :musicbrainz_guid
|
558
|
+
#
|
559
|
+
# # Used to link an artist, a musical work or the expression of a musical work to its corresponding MusicMoz page.
|
560
|
+
# # @return [RDF::Vocabulary::Term]
|
561
|
+
# attr_reader :musicmoz
|
562
|
+
#
|
563
|
+
# # Used to link a person to its corresponding MySpace page.
|
564
|
+
# # @return [RDF::Vocabulary::Term]
|
565
|
+
# attr_reader :myspace
|
566
|
+
#
|
567
|
+
# # Used to link a track to a tabulature file for track in the On-Line Guitar Archive.
|
568
|
+
# # @return [RDF::Vocabulary::Term]
|
569
|
+
# attr_reader :olga
|
570
|
+
#
|
571
|
+
# # Used to link a person with an online community web page like a blog, a wiki, a forum, a livejournal page, Etc.
|
572
|
+
# # @return [RDF::Vocabulary::Term]
|
573
|
+
# attr_reader :onlinecommunity
|
574
|
+
#
|
575
|
+
# # Used to define a creative work, especially a musical composition numbered to designate the order of a composer's works.
|
576
|
+
# # @return [RDF::Vocabulary::Term]
|
577
|
+
# attr_reader :opus
|
578
|
+
#
|
579
|
+
# # Relates an artist to its geographic origin
|
580
|
+
# # @return [RDF::Vocabulary::Term]
|
581
|
+
# attr_reader :origin
|
582
|
+
#
|
583
|
+
# # Indicates that two musical manifestations are essentially the same.
|
584
|
+
# # @return [RDF::Vocabulary::Term]
|
585
|
+
# attr_reader :other_release_of
|
586
|
+
#
|
587
|
+
# # Provide a link from an artist to a web page where all of that artist's musical work is available for some money, or a link from a manifestation (record/track, for example) to a web page providing a paid access to this manifestation.
|
588
|
+
# # @return [RDF::Vocabulary::Term]
|
589
|
+
# attr_reader :paid_download
|
590
|
+
#
|
591
|
+
# # @return [RDF::Vocabulary::Term]
|
592
|
+
# attr_reader :paiddownload
|
593
|
+
#
|
594
|
+
# # Associates a Performance to a musical work or an arrangement that is being used as a factor in it. For example, I might use this property to attach the Magic Flute musical work to a particular Performance.
|
595
|
+
# # @return [RDF::Vocabulary::Term]
|
596
|
+
# attr_reader :performance_of
|
597
|
+
#
|
598
|
+
# # Relates agents to the performances they were performing in
|
599
|
+
# # @return [RDF::Vocabulary::Term]
|
600
|
+
# attr_reader :performed
|
601
|
+
#
|
602
|
+
# # Associates a Musical Work or an Score to Performances in which they were a factor. For example, I might use this property in order to associate the Magic Flute to a particular performance at the Opera Bastille last year.
|
603
|
+
# # @return [RDF::Vocabulary::Term]
|
604
|
+
# attr_reader :performed_in
|
605
|
+
#
|
606
|
+
# # Relates a performance to the performers involved
|
607
|
+
# # @return [RDF::Vocabulary::Term]
|
608
|
+
# attr_reader :performer
|
609
|
+
#
|
610
|
+
# # A person, a group of person or an organization possessing an exemplar of a single manifestation.
|
611
|
+
# # @return [RDF::Vocabulary::Term]
|
612
|
+
# attr_reader :possess_item
|
613
|
+
#
|
614
|
+
# # Relates a musical manifestation to a musical item (this album, and my particular cd), which holds a preview of the manifestation (eg. one track for an album, or a snippet for a track)
|
615
|
+
# # @return [RDF::Vocabulary::Term]
|
616
|
+
# attr_reader :preview
|
617
|
+
#
|
618
|
+
# # This property can be used to link from a person to the website where they make previews of their works available, or from a manifestation (a track or an album, for example) to a web page where a preview download is available. This property MUST be used only if the content is just available through a web page (holding, for example a Flash application) - it is better to link to actual content directly through the use of mo:available_as and mo:Stream, mo:Torrent or mo:ED2K, etc. Therefore, Semantic Web user agents that don't know how to read HTML and even less to rip streams from Flash applications can still access the audio content.
|
619
|
+
# # @return [RDF::Vocabulary::Term]
|
620
|
+
# attr_reader :preview_download
|
621
|
+
#
|
622
|
+
# # Indicates that an artist primarily plays an instrument, or that a member was primarily playing a particular instrument during his membership
|
623
|
+
# # @return [RDF::Vocabulary::Term]
|
624
|
+
# attr_reader :primary_instrument
|
625
|
+
#
|
626
|
+
# # Used to relate an person or a group of person who produced the manifestation of a work.
|
627
|
+
# # @return [RDF::Vocabulary::Term]
|
628
|
+
# attr_reader :produced
|
629
|
+
#
|
630
|
+
# # Associates an arrangement or a composition event to a score product (score here does not refer to a published score, but more an abstract arrangement of a particular work).
|
631
|
+
# # @return [RDF::Vocabulary::Term]
|
632
|
+
# attr_reader :produced_score
|
633
|
+
#
|
634
|
+
# # Associates a Recording to the outputted signal.
|
635
|
+
# # @return [RDF::Vocabulary::Term]
|
636
|
+
# attr_reader :produced_signal
|
637
|
+
#
|
638
|
+
# # Associates a recording session with a group of master signals produced by it.
|
639
|
+
# # @return [RDF::Vocabulary::Term]
|
640
|
+
# attr_reader :produced_signal_group
|
641
|
+
#
|
642
|
+
# # Associates a Performance to a physical Sound that is being produced by it.
|
643
|
+
# # @return [RDF::Vocabulary::Term]
|
644
|
+
# attr_reader :produced_sound
|
645
|
+
#
|
646
|
+
# # Associates a composition event to the produced MusicalWork. For example, this property could link the event corresponding to the composition of the Magic Flute in 1782 to the Magic Flute musical work itself. This musical work can then be used in particular performances.
|
647
|
+
# # @return [RDF::Vocabulary::Term]
|
648
|
+
# attr_reader :produced_work
|
649
|
+
#
|
650
|
+
# # Used to relate the manifestation of a work to a person or a group of person who produced it.
|
651
|
+
# # @return [RDF::Vocabulary::Term]
|
652
|
+
# attr_reader :producer
|
653
|
+
#
|
654
|
+
# # @return [RDF::Vocabulary::Term]
|
655
|
+
# attr_reader :producesSignal
|
656
|
+
#
|
657
|
+
# # @return [RDF::Vocabulary::Term]
|
658
|
+
# attr_reader :producesSound
|
659
|
+
#
|
660
|
+
# # @return [RDF::Vocabulary::Term]
|
661
|
+
# attr_reader :producesWork
|
662
|
+
#
|
663
|
+
# # @return [RDF::Vocabulary::Term]
|
664
|
+
# attr_reader :productOfComposition
|
665
|
+
#
|
666
|
+
# # @return [RDF::Vocabulary::Term]
|
667
|
+
# attr_reader :publicationOf
|
668
|
+
#
|
669
|
+
# # Link a particular manifestation to the related signal, score, libretto, or lyrics
|
670
|
+
# # @return [RDF::Vocabulary::Term]
|
671
|
+
# attr_reader :publication_of
|
672
|
+
#
|
673
|
+
# # Used to relate an person or a group of person who published the manifestation of a work.
|
674
|
+
# # @return [RDF::Vocabulary::Term]
|
675
|
+
# attr_reader :published
|
676
|
+
#
|
677
|
+
# # @return [RDF::Vocabulary::Term]
|
678
|
+
# attr_reader :publishedAs
|
679
|
+
#
|
680
|
+
# # Links a musical expression (e.g. a signal or a score) to one of its manifestations (e.g. a track on a particular record or a published score).
|
681
|
+
# # @return [RDF::Vocabulary::Term]
|
682
|
+
# attr_reader :published_as
|
683
|
+
#
|
684
|
+
# # Used to relate a musical manifestation to a person or a group of person who published it.
|
685
|
+
# # @return [RDF::Vocabulary::Term]
|
686
|
+
# attr_reader :publisher
|
687
|
+
#
|
688
|
+
# # @return [RDF::Vocabulary::Term]
|
689
|
+
# attr_reader :publishingLocation
|
690
|
+
#
|
691
|
+
# # Relates a musical manifestation to its publication location.
|
692
|
+
# # @return [RDF::Vocabulary::Term]
|
693
|
+
# attr_reader :publishing_location
|
694
|
+
#
|
695
|
+
# # Link a signal to the PUIDs associated with it, that is, PUID computed from MusicalItems (mo:AudioFile) derived from this signal. PUIDs (Portable Unique IDentifier) are the IDs used in the proprietary MusicDNS AudioFingerprinting system which is operated by MusicIP. Using PUIDs, one (with some luck) can identify the Signal object associated with a particular audio file, therefore allowing to access further information (on which release this track is featured? etc.). Using some more metadata one can identify the particular Track corresponding to the audio file (a track on a particular release).
|
696
|
+
# # @return [RDF::Vocabulary::Term]
|
697
|
+
# attr_reader :puid
|
698
|
+
#
|
699
|
+
# # Associates a release with the records it contains. A single release can be associated with multiple records, for example for a multi-disc release.
|
700
|
+
# # @return [RDF::Vocabulary::Term]
|
701
|
+
# attr_reader :record
|
702
|
+
#
|
703
|
+
# # Associates a release with the number of records it contains, e.g. the number of discs it contains in the case of a multi-disc release.
|
704
|
+
# # @return [RDF::Vocabulary::Term]
|
705
|
+
# attr_reader :record_count
|
706
|
+
#
|
707
|
+
# # Indicates the position of a record in a release (e.g. a 2xLP, etc.).
|
708
|
+
# # @return [RDF::Vocabulary::Term]
|
709
|
+
# attr_reader :record_number
|
710
|
+
#
|
711
|
+
# # Associates the side on a vinyl record, where a track is located, e.g. A, B, C, etc. This property can then also be used in conjunction with mo:track_number, so that one can infer e.g. "A1", that means, track number 1 on side A.
|
712
|
+
# # @return [RDF::Vocabulary::Term]
|
713
|
+
# attr_reader :record_side
|
714
|
+
#
|
715
|
+
# # @return [RDF::Vocabulary::Term]
|
716
|
+
# attr_reader :recordedAs
|
717
|
+
#
|
718
|
+
# # This is a shortcut property, allowing to bypass all the Sound/Recording steps. This property allows to directly link a Performance to the recorded Signal. This is recommended for "normal" users. However, advanced users wanting to express things such as the location of the microphone will have to create this shortcut as well as the whole workflow, in order to let the "normal" users access simply the, well, simple information:-) .
|
719
|
+
# # @return [RDF::Vocabulary::Term]
|
720
|
+
# attr_reader :recorded_as
|
721
|
+
#
|
722
|
+
# # Associates a physical Sound to a Recording event where it is being used in order to produce a signal. For example, I might use this property to associate the sound produced by a particular performance of the magic flute to a given recording, done using my cell-phone.
|
723
|
+
# # @return [RDF::Vocabulary::Term]
|
724
|
+
# attr_reader :recorded_in
|
725
|
+
#
|
726
|
+
# # Associates a Recording event to a physical Sound being recorded. For example, I might use this property to associate a given recording, done using my cell phone, to the sound produced by a particular performance of the magic flute.
|
727
|
+
# # @return [RDF::Vocabulary::Term]
|
728
|
+
# attr_reader :recording_of
|
729
|
+
#
|
730
|
+
# # This is the inverse of the shortcut property recordedAs, allowing to relate directly a performance to a signal.
|
731
|
+
# # @return [RDF::Vocabulary::Term]
|
732
|
+
# attr_reader :records
|
733
|
+
#
|
734
|
+
# # Associates a release with the corresponding release event
|
735
|
+
# # @return [RDF::Vocabulary::Term]
|
736
|
+
# attr_reader :release
|
737
|
+
#
|
738
|
+
# # @return [RDF::Vocabulary::Term]
|
739
|
+
# attr_reader :releaseStatus
|
740
|
+
#
|
741
|
+
# # @return [RDF::Vocabulary::Term]
|
742
|
+
# attr_reader :releaseType
|
743
|
+
#
|
744
|
+
# # Relates a musical manifestation to its release status (bootleg, ...)
|
745
|
+
# # @return [RDF::Vocabulary::Term]
|
746
|
+
# attr_reader :release_status
|
747
|
+
#
|
748
|
+
# # Relates a musical manifestation to its release type (interview, spoken word, album, ...)
|
749
|
+
# # @return [RDF::Vocabulary::Term]
|
750
|
+
# attr_reader :release_type
|
751
|
+
#
|
752
|
+
# # This relates two musical work or the expression of a musical work, where one is a remaster of the other. A remaster is a new version made for release from source recordings that were earlier released separately. This is usually done to improve the audio quality or adjust for more modern playback equipment. The process generally doesn't involve changing the music in any artistically important way. It may, however, result in tracks that are a few seconds longer or shorter.
|
753
|
+
# # @return [RDF::Vocabulary::Term]
|
754
|
+
# attr_reader :remaster_of
|
755
|
+
#
|
756
|
+
# # Used to relate the remix of a musical work in a substantially altered version produced by mixing together individual tracks or segments of an original musical source work.
|
757
|
+
# # @return [RDF::Vocabulary::Term]
|
758
|
+
# attr_reader :remix_of
|
759
|
+
#
|
760
|
+
# # Used to relate an artist who remixed a musical work or the expression of a musical work. This involves taking just one other musical work and using audio editing to make it sound like a significantly different, but usually still recognisable, song. It can be used to link an artist to a single song that they remixed, or, if they remixed an entire musical work.
|
761
|
+
# # @return [RDF::Vocabulary::Term]
|
762
|
+
# attr_reader :remixed
|
763
|
+
#
|
764
|
+
# # Used to relate a musical work or the expression of a musical work to an artist who remixed it. This involves taking just one other musical work and using audio editing to make it sound like a significantly different, but usually still recognisable, song. It can be used to link an artist to a single song that they remixed, or, if they remixed an entire musical work.
|
765
|
+
# # @return [RDF::Vocabulary::Term]
|
766
|
+
# attr_reader :remixer
|
767
|
+
#
|
768
|
+
# # Used to link a work or the expression of a work to a review. The review does not have to be open content, as long as it is accessible to the general internet population.
|
769
|
+
# # @return [RDF::Vocabulary::Term]
|
770
|
+
# attr_reader :review
|
771
|
+
#
|
772
|
+
# # @return [RDF::Vocabulary::Term]
|
773
|
+
# attr_reader :sampleRate
|
774
|
+
#
|
775
|
+
# # Associates a digital signal to its sample rate. It might be easier to express it this way instead of defining a timeline map:-) Range is xsd:float.
|
776
|
+
# # @return [RDF::Vocabulary::Term]
|
777
|
+
# attr_reader :sample_rate
|
778
|
+
#
|
779
|
+
# # Used to relate an artist who sampled a Signal.
|
780
|
+
# # @return [RDF::Vocabulary::Term]
|
781
|
+
# attr_reader :sampled
|
782
|
+
#
|
783
|
+
# # @return [RDF::Vocabulary::Term]
|
784
|
+
# attr_reader :sampledVersionOf
|
785
|
+
#
|
786
|
+
# # Associates an analog signal with a sampled version of it
|
787
|
+
# # @return [RDF::Vocabulary::Term]
|
788
|
+
# attr_reader :sampled_version
|
789
|
+
#
|
790
|
+
# # Associates a digital signal with the analog version of it
|
791
|
+
# # @return [RDF::Vocabulary::Term]
|
792
|
+
# attr_reader :sampled_version_of
|
793
|
+
#
|
794
|
+
# # Used to relate the signal of a musical work to an artist who sampled it.
|
795
|
+
# # @return [RDF::Vocabulary::Term]
|
796
|
+
# attr_reader :sampler
|
797
|
+
#
|
798
|
+
# # A person, a group of person or an organization selling an exemplar of a single manifestation.
|
799
|
+
# # @return [RDF::Vocabulary::Term]
|
800
|
+
# attr_reader :sell_item
|
801
|
+
#
|
802
|
+
# # Associates a group of signals with one of the signals it contains
|
803
|
+
# # @return [RDF::Vocabulary::Term]
|
804
|
+
# attr_reader :signal
|
805
|
+
#
|
806
|
+
# # @return [RDF::Vocabulary::Term]
|
807
|
+
# attr_reader :signalTime
|
808
|
+
#
|
809
|
+
# # A similarity relationships between two objects (so far, either an agent, a signal or a genre, but this could grow). This relationship is pretty general and doesn't make any assumptions on how the similarity claim was derived. Such similarity statements can come from a range of different sources (Musicbrainz similarities between artists, or coming from some automatic content analysis). However, the origin of such statements should be kept using a named graph approach - and ultimately, the documents providing such statements should attach some metadata to themselves (confidence of the claim, etc.).
|
810
|
+
# # @return [RDF::Vocabulary::Term]
|
811
|
+
# attr_reader :similar_to
|
812
|
+
#
|
813
|
+
# # Relates a performance to an involved singer
|
814
|
+
# # @return [RDF::Vocabulary::Term]
|
815
|
+
# attr_reader :singer
|
816
|
+
#
|
817
|
+
# # Used to relate an artist doing long-time instrumental or vocal support for another artist.
|
818
|
+
# # @return [RDF::Vocabulary::Term]
|
819
|
+
# attr_reader :supporting_musician
|
820
|
+
#
|
821
|
+
# # Rate of speed or pace of music. Tempo markings are traditionally given in Italian; common markings include: grave (solemn; very, very slow); largo (broad; very slow); adagio (quite slow); andante (a walking pace); moderato (moderate); allegro (fast; cheerful); vivace (lively); presto (very fast); accelerando (getting faster); ritardando (getting slower); and a tempo (in time; returning to the original pace).
|
822
|
+
# # @return [RDF::Vocabulary::Term]
|
823
|
+
# attr_reader :tempo
|
824
|
+
#
|
825
|
+
# # Associates lyrics with their text.
|
826
|
+
# # @return [RDF::Vocabulary::Term]
|
827
|
+
# attr_reader :text
|
828
|
+
#
|
829
|
+
# # Associates a Signal to a time object - its actual domain
|
830
|
+
# # @return [RDF::Vocabulary::Term]
|
831
|
+
# attr_reader :time
|
832
|
+
#
|
833
|
+
# # Indicates a part of a musical manifestation - in this particular case, a track.
|
834
|
+
# # @return [RDF::Vocabulary::Term]
|
835
|
+
# attr_reader :track
|
836
|
+
#
|
837
|
+
# # @return [RDF::Vocabulary::Term]
|
838
|
+
# attr_reader :trackNum
|
839
|
+
#
|
840
|
+
# # The track count of a record
|
841
|
+
# # @return [RDF::Vocabulary::Term]
|
842
|
+
# attr_reader :track_count
|
843
|
+
#
|
844
|
+
# # Indicates the position of a track on a record medium (a CD, etc.).
|
845
|
+
# # @return [RDF::Vocabulary::Term]
|
846
|
+
# attr_reader :track_number
|
847
|
+
#
|
848
|
+
# # Indicates that a work or the expression of a work has translated or transliterated into another expression of a work.
|
849
|
+
# # @return [RDF::Vocabulary::Term]
|
850
|
+
# attr_reader :translation_of
|
851
|
+
#
|
852
|
+
# # Indicates a musical work or the expression of a musical work that is a tribute to an artist - normally consisting of music being composed by the artist but performed by other artists.
|
853
|
+
# # @return [RDF::Vocabulary::Term]
|
854
|
+
# attr_reader :tribute_to
|
855
|
+
#
|
856
|
+
# # Indicates the TRMID of a track. TRM IDs are MusicBrainz' old AudioFingerprinting system. TRM (TRM Recognizes Music) IDs are (somewhat) unique ids that represent the audio signature of a musical piece (see AudioFingerprint).
|
857
|
+
# # @return [RDF::Vocabulary::Term]
|
858
|
+
# attr_reader :trmid
|
859
|
+
#
|
860
|
+
# # UPC stands for "Universal Product Code", which was the original barcode used in the United States and Canada. The UPC (now officially EAN.UCC-12 is a numerical method of identifying products without redundancy worldwide for all types of products in the retail sector. The EAN is a superset of the original UPC increasing the digits to 13 with the prefix 0 reserved for UPC. As of 2005, manufacturers are only allowed to use the new 13-digit codes on their items, rather than having two separate numbers.
|
861
|
+
# # @return [RDF::Vocabulary::Term]
|
862
|
+
# attr_reader :upc
|
863
|
+
#
|
864
|
+
# # @return [RDF::Vocabulary::Term]
|
865
|
+
# attr_reader :usedInPerformance
|
866
|
+
#
|
867
|
+
# # @return [RDF::Vocabulary::Term]
|
868
|
+
# attr_reader :usedInRecording
|
869
|
+
#
|
870
|
+
# # @return [RDF::Vocabulary::Term]
|
871
|
+
# attr_reader :usesSound
|
872
|
+
#
|
873
|
+
# # @return [RDF::Vocabulary::Term]
|
874
|
+
# attr_reader :usesWork
|
875
|
+
#
|
876
|
+
# # Links an object to an universally unique identifier for it.
|
877
|
+
# # @return [RDF::Vocabulary::Term]
|
878
|
+
# attr_reader :uuid
|
879
|
+
#
|
880
|
+
# # A person, a group of person or an organization wanting an exemplar of a single manifestation.
|
881
|
+
# # @return [RDF::Vocabulary::Term]
|
882
|
+
# attr_reader :want_item
|
883
|
+
#
|
884
|
+
# # Used to link an work, an expression of a work, a manifestation of a work, a person, an instrument or a musical genre to its corresponding WikiPedia page. The full URL should be used, not just the WikiName.
|
885
|
+
# # @return [RDF::Vocabulary::Term]
|
886
|
+
# attr_reader :wikipedia
|
887
|
+
#
|
888
|
+
# # @return [RDF::Vocabulary::Term]
|
889
|
+
# attr_reader :album
|
890
|
+
#
|
891
|
+
# # @return [RDF::Vocabulary::Term]
|
892
|
+
# attr_reader :audiobook
|
893
|
+
#
|
894
|
+
# # @return [RDF::Vocabulary::Term]
|
895
|
+
# attr_reader :bootleg
|
896
|
+
#
|
897
|
+
# # @return [RDF::Vocabulary::Term]
|
898
|
+
# attr_reader :compilation
|
899
|
+
#
|
900
|
+
# # @return [RDF::Vocabulary::Term]
|
901
|
+
# attr_reader :ep
|
902
|
+
#
|
903
|
+
# # @return [RDF::Vocabulary::Term]
|
904
|
+
# attr_reader :interview
|
905
|
+
#
|
906
|
+
# # @return [RDF::Vocabulary::Term]
|
907
|
+
# attr_reader :live
|
908
|
+
#
|
909
|
+
# # @return [RDF::Vocabulary::Term]
|
910
|
+
# attr_reader :official
|
911
|
+
#
|
912
|
+
# # @return [RDF::Vocabulary::Term]
|
913
|
+
# attr_reader :promotion
|
914
|
+
#
|
915
|
+
# # @return [RDF::Vocabulary::Term]
|
916
|
+
# attr_reader :remix
|
917
|
+
#
|
918
|
+
# # @return [RDF::Vocabulary::Term]
|
919
|
+
# attr_reader :single
|
920
|
+
#
|
921
|
+
# # @return [RDF::Vocabulary::Term]
|
922
|
+
# attr_reader :soundtrack
|
923
|
+
#
|
924
|
+
# # @return [RDF::Vocabulary::Term]
|
925
|
+
# attr_reader :spokenword
|
926
|
+
#
|
9
927
|
# end
|
10
|
-
|
928
|
+
MO = Class.new(RDF::Vocabulary("http://purl.org/ontology/mo/")) do
|
11
929
|
|
12
930
|
# Ontology definition
|
13
931
|
ontology :"http://purl.org/ontology/mo/",
|