annotate cmn/static-rdf/classicalmusicnav.owl @ 27:d95e683fbd35 tip

Enable CORS on urispace redirects as well
author Chris Cannam
date Tue, 20 Feb 2018 14:52:02 +0000
parents 83f5753fb584
children
rev   line source
Chris@23 1 <?xml version="1.0"?>
Chris@23 2
Chris@23 3
Chris@23 4 <!DOCTYPE rdf:RDF [
Chris@23 5 <!ENTITY mo "http://purl.org/ontology/mo/" >
Chris@23 6 <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
Chris@23 7 <!ENTITY ontology "http://grasstunes.net/ontology/" >
Chris@23 8 <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
Chris@23 9 <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
Chris@23 10 <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
Chris@23 11 <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
Chris@23 12 <!ENTITY classicalmusicnav "http://purl.org/ontology/classicalmusicnav#" >
Chris@23 13 ]>
Chris@23 14
Chris@23 15
Chris@23 16 <rdf:RDF xmlns="http://purl.org/ontology/classicalmusicnav#"
Chris@23 17 xml:base="http://purl.org/ontology/classicalmusicnav"
Chris@23 18 xmlns:classicalmusicnav="http://purl.org/ontology/classicalmusicnav#"
Chris@23 19 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
Chris@23 20 xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
Chris@23 21 xmlns:mo="http://purl.org/ontology/mo/"
Chris@23 22 xmlns:owl="http://www.w3.org/2002/07/owl#"
Chris@23 23 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
Chris@23 24 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
Chris@23 25 xmlns:ontology="http://grasstunes.net/ontology/">
Chris@23 26 <owl:Ontology rdf:about="">
Chris@23 27 <rdfs:comment xml:lang="en"
Chris@23 28 >This ontology provides a vocabulary for describing influence relationships between classical music composers. The inspiration for this ontology was to bring the network of classical composer influence as specified by by Charles H. Smith et al. in the Classical Music Navigator - http://www.wku.edu/~smithch/music/index2.htm</rdfs:comment>
Chris@23 29 </owl:Ontology>
Chris@23 30
Chris@23 31
Chris@23 32
Chris@23 33 <!--
Chris@23 34 ///////////////////////////////////////////////////////////////////////////////////////
Chris@23 35 //
Chris@23 36 // Object Properties
Chris@23 37 //
Chris@23 38 ///////////////////////////////////////////////////////////////////////////////////////
Chris@23 39 -->
Chris@23 40
Chris@23 41
Chris@23 42
Chris@23 43
Chris@23 44 <!-- http://purl.org/ontology/classicalmusicnav#from_style_period -->
Chris@23 45
Chris@23 46 <owl:ObjectProperty rdf:about="#from_style_period">
Chris@23 47 <rdfs:comment xml:lang="en"
Chris@23 48 >Style/Period: Information in this field relays primary (and sometimes secondary) stylistic and period affinities.</rdfs:comment>
Chris@23 49 <rdfs:domain rdf:resource="#Composer"/>
Chris@23 50 <rdfs:range rdf:resource="#StylePeriod"/>
Chris@23 51 <rdfs:domain rdf:resource="&mo;Composer"/>
Chris@23 52 </owl:ObjectProperty>
Chris@23 53
Chris@23 54
Chris@23 55
Chris@23 56 <!-- http://purl.org/ontology/classicalmusicnav#hasInfluenced -->
Chris@23 57
Chris@23 58 <owl:ObjectProperty rdf:about="#hasInfluenced">
Chris@23 59 <rdfs:comment xml:lang="en"
Chris@23 60 >The Classical Music Navigator has influenced relationship. For example, Claude DeBussy cmn:hasInfluenced Igor Stravinsky
Chris@23 61
Chris@23 62 From the original website:
Chris@23 63 Has Influenced: Lists individuals and groups influenced BY a given composer. Names that appear IN CAPS represent major, even dominating, influences. Additional enhancement regarding time lags is again provided by plus and minus signs: &#39;-&#39; indicates that the composer influenced is older than the subject composer; no designation indicates that the subject composer is older than the composer influenced, but was alive during the latter&#39;s lifetime; &#39;+&#39; indicates that the composer influenced was born 0 to 25 years after the subject composer&#39;s death; &#39;++&#39; indicates that the composer influenced was born 25 to 100 years after the subject composer&#39;s death; &#39;+++&#39; indicates that the composer influenced was born at least 100 years after the subject composer&#39;s death.</rdfs:comment>
Chris@23 64 <rdfs:range rdf:resource="#Composer"/>
Chris@23 65 <rdfs:domain rdf:resource="#Composer"/>
Chris@23 66 <rdfs:domain rdf:resource="&mo;Composer"/>
Chris@23 67 <rdfs:range rdf:resource="&mo;Composer"/>
Chris@23 68 </owl:ObjectProperty>
Chris@23 69
Chris@23 70
Chris@23 71
Chris@23 72 <!-- http://purl.org/ontology/classicalmusicnav#influencedBy -->
Chris@23 73
Chris@23 74 <owl:ObjectProperty rdf:about="#influencedBy">
Chris@23 75 <rdfs:comment xml:lang="en"
Chris@23 76 >The Classical Music Navigator influenced by relationship. For example, Claude DeBussy cmn:influencedBy Fryderyk Chopin.
Chris@23 77
Chris@23 78 From the original website:
Chris@23 79 Musical Influences: Lists individual and group musical influences ON a given composer. Names that appear IN CAPS represent major, even dominating, influences. An additional enhancement employing plus and minus signs before the influence&#39;s name conveys information on the time lag of influence involved. Thus, a &#39;---&#39; designation indicates that that composer died (or disappeared, in the case of group influences) at least 100 years before the subject composer was born; &#39;--&#39; indicates a death 25 to 100 years before the subject composer was born; &#39;-&#39; indicates a death 0 to 25 years before the subject composer was born; no designation indicates that the influencing composer was older than the subject composer, but alive during the latter&#39;s lifetime; &#39;+&#39; indicates that the influencing composer was actually younger than the subject composer.</rdfs:comment>
Chris@23 80 <rdfs:domain rdf:resource="#Composer"/>
Chris@23 81 <rdfs:range rdf:resource="#Composer"/>
Chris@23 82 <rdfs:domain rdf:resource="&mo;Composer"/>
Chris@23 83 <rdfs:range rdf:resource="&mo;Composer"/>
Chris@23 84 </owl:ObjectProperty>
Chris@23 85
Chris@23 86
Chris@23 87
Chris@23 88 <!-- http://purl.org/ontology/classicalmusicnav#quantity_of_work_produced -->
Chris@23 89
Chris@23 90 <owl:ObjectProperty rdf:about="#quantity_of_work_produced">
Chris@23 91 <rdfs:comment xml:lang="en"
Chris@23 92 >Quantity of Work Produced: This field has also been prepared for the top 222 rated composers only; it describes in general terms the absolute quantity of musical output by the composer by assigning one of five ratings in the ascending order: &#39;small,&#39; &#39;modest,&#39; &#39;considerable,&#39; &#39;extensive,&#39; and &#39;immense.&#39;</rdfs:comment>
Chris@23 93 <rdfs:domain rdf:resource="#Composer"/>
Chris@23 94 <rdfs:range rdf:resource="#Composer"/>
Chris@23 95 <rdfs:range rdf:resource="#WorkQuantity"/>
Chris@23 96 <rdfs:domain rdf:resource="&mo;Composer"/>
Chris@23 97 </owl:ObjectProperty>
Chris@23 98
Chris@23 99
Chris@23 100
Chris@23 101 <!--
Chris@23 102 ///////////////////////////////////////////////////////////////////////////////////////
Chris@23 103 //
Chris@23 104 // Data properties
Chris@23 105 //
Chris@23 106 ///////////////////////////////////////////////////////////////////////////////////////
Chris@23 107 -->
Chris@23 108
Chris@23 109
Chris@23 110
Chris@23 111
Chris@23 112 <!-- http://purl.org/ontology/classicalmusicnav#genre_profile -->
Chris@23 113
Chris@23 114 <owl:DatatypeProperty rdf:about="#genre_profile">
Chris@23 115 <rdfs:comment xml:lang="en"
Chris@23 116 >Genre Profile: This field attempts to provide a shorthand &#39;profile&#39; of the relative importance of the composer&#39;s output as divided up into nineteen &#39;genre categories.&#39; The profile itself appears graphically as nineteen digits, grouped into six supercategories. The nineteen genre categories so grouped are as follows:
Chris@23 117
Chris@23 118 1a. Symphonies
Chris@23 119 1b. Orchestral: From Stage
Chris@23 120 1c. Orchestral: Self-Standing
Chris@23 121
Chris@23 122 2a. Single Featured Instrument &amp; Orchestra: Keyboard Instruments
Chris@23 123 2b. Single Featured Instrument &amp; Orchestra: Violin, Cello or Viola
Chris@23 124 2c. Single Featured Instrument &amp; Orchestra: Other
Chris@23 125 2d. Featured Instrument &amp; Orchestra: Multiple Instruments/Concerti Grossi
Chris@23 126
Chris@23 127 3a. Chamber Music: Five to Nine Players
Chris@23 128 3b. Chamber Music: Four Players
Chris@23 129 3c. Chamber Music: Three Players
Chris@23 130 3d. Chamber Music: Two Players
Chris@23 131
Chris@23 132 4a. Works for Solo Piano
Chris@23 133 4b. Works for Other Solo Keyboard Instruments
Chris@23 134 4c. Works for Other Solo Instruments
Chris@23 135
Chris@23 136 5a. Ballets
Chris@23 137 5b. Operas &amp; Operettas
Chris@23 138
Chris@23 139 6a. Sacred Vocal/Choral Music
Chris@23 140 6b. Secular Vocal/Choral Music
Chris@23 141 6c. Electronics-Based Music
Chris@23 142
Chris@23 143 These groupings, it should be noted, represent the same main categories into which the &quot;Basic Library&quot; file is divided. On each of these genres the output of the composer is rated on a 0-3 scale, where &#39;0&#39; means &quot;did not compose in this genre,&quot; &#39;1&#39; means &quot;produced work of only minor import,&quot; &#39;2&#39; means &quot;produced significant work,&quot; and &#39;3&#39; means &quot;produced work of major musical import.&quot; The ratings are subjectively assessed, and could be quibbled over, but in general the difference between a &#39;1&#39; and a &#39;3,&#39; at least, should be fairly obvious. Importantly, only the 222 highest-rated composers have been assessed in this fashion; further, from these 222 only composers primarily active after about 1700 have been profiled.
Chris@23 144
Chris@23 145 So, a profile that visually appears as: &#39;303-2222-1112-111-00-11x&#39; would signify a composer who produced important symphonies and orchestral pieces (but no orchestral overtures or the like from stage works), a series of moderately important works for various featured instruments and orchestra, minor chamber music works (except for some successful works for two instruments), minor works for solo instruments, no ballets or operas or operettas, minor works for voice, and some electronic music (the last being unscaled here and, when present, indicated with an &#39;x&#39;).</rdfs:comment>
Chris@23 146 <rdfs:domain rdf:resource="#Composer"/>
Chris@23 147 <rdfs:domain rdf:resource="&mo;Composer"/>
Chris@23 148 <rdfs:range rdf:resource="&xsd;string"/>
Chris@23 149 </owl:DatatypeProperty>
Chris@23 150
Chris@23 151
Chris@23 152
Chris@23 153 <!-- http://purl.org/ontology/classicalmusicnav#geographical_affinities -->
Chris@23 154
Chris@23 155 <owl:DatatypeProperty rdf:about="#geographical_affinities">
Chris@23 156 <rdfs:comment xml:lang="en"
Chris@23 157 >Geographical Affinities: The first line of each record gives the composer&#39;s name (including less frequently used middle names given in parentheses, and alternate language names given in brackets), his or her year of birth (and year of death, if deceased), and applicable geographical affinities.</rdfs:comment>
Chris@23 158 <rdfs:domain rdf:resource="#Composer"/>
Chris@23 159 <rdfs:domain rdf:resource="&mo;Composer"/>
Chris@23 160 <rdfs:range rdf:resource="&xsd;string"/>
Chris@23 161 </owl:DatatypeProperty>
Chris@23 162
Chris@23 163
Chris@23 164
Chris@23 165 <!-- http://purl.org/ontology/classicalmusicnav#notable_works -->
Chris@23 166
Chris@23 167 <owl:DatatypeProperty rdf:about="#notable_works">
Chris@23 168 <rdfs:comment
Chris@23 169 >Notable Works: This field lists in chronological order (as much as is possible) compositions by the composer that are outstanding. Here, &quot;outstanding&quot; is defined in terms of music in general, and not the output of any one composer. The result is that quite a few composers on the list are not distinguished in this fashion; these are individuals who may have created a solid body of work from which no individual piece stands out. It should be noted the &#39;Best Known For&#39; and &#39;Notable Works&#39; fields are combined for some composers into a single &#39;Best Known Work&#39; field, as convenient.</rdfs:comment>
Chris@23 170 <rdfs:domain rdf:resource="#Composer"/>
Chris@23 171 <rdfs:domain rdf:resource="&mo;Composer"/>
Chris@23 172 <rdfs:range rdf:resource="&xsd;string"/>
Chris@23 173 </owl:DatatypeProperty>
Chris@23 174
Chris@23 175
Chris@23 176
Chris@23 177 <!--
Chris@23 178 ///////////////////////////////////////////////////////////////////////////////////////
Chris@23 179 //
Chris@23 180 // Classes
Chris@23 181 //
Chris@23 182 ///////////////////////////////////////////////////////////////////////////////////////
Chris@23 183 -->
Chris@23 184
Chris@23 185
Chris@23 186
Chris@23 187
Chris@23 188 <!-- http://purl.org/ontology/classicalmusicnav#Composer -->
Chris@23 189
Chris@23 190 <owl:Class rdf:about="#Composer">
Chris@23 191 <owl:equivalentClass rdf:resource="&mo;Composer"/>
Chris@23 192 <rdfs:subClassOf rdf:resource="&mo;Composer"/>
Chris@23 193 <rdfs:comment xml:lang="en"
Chris@23 194 >A composer of music</rdfs:comment>
Chris@23 195 </owl:Class>
Chris@23 196
Chris@23 197
Chris@23 198
Chris@23 199 <!-- http://purl.org/ontology/classicalmusicnav#StylePeriod -->
Chris@23 200
Chris@23 201 <owl:Class rdf:about="#StylePeriod">
Chris@23 202 <rdfs:subClassOf rdf:resource="&owl;Thing"/>
Chris@23 203 <rdfs:comment xml:lang="en"
Chris@23 204 >Style/Period: Information in this field relays primary (and sometimes secondary) stylistic and period affinities.</rdfs:comment>
Chris@23 205 </owl:Class>
Chris@23 206
Chris@23 207
Chris@23 208
Chris@23 209 <!-- http://purl.org/ontology/classicalmusicnav#WorkQuantity -->
Chris@23 210
Chris@23 211 <owl:Class rdf:about="#WorkQuantity">
Chris@23 212 <rdfs:subClassOf rdf:resource="&owl;Thing"/>
Chris@23 213 <rdfs:comment xml:lang="en"
Chris@23 214 >Quantity of Work Produced: This field has also been prepared for the top 222 rated composers only; it describes in general terms the absolute quantity of musical output by the composer by assigning one of five ratings in the ascending order: &#39;small,&#39; &#39;modest,&#39; &#39;considerable,&#39; &#39;extensive,&#39; and &#39;immense.&#39;</rdfs:comment>
Chris@23 215 </owl:Class>
Chris@23 216
Chris@23 217
Chris@23 218
Chris@23 219 <!-- http://purl.org/ontology/classicalmusicnavWorkQuantity -->
Chris@23 220
Chris@23 221 <owl:Class rdf:about="WorkQuantity"/>
Chris@23 222
Chris@23 223
Chris@23 224
Chris@23 225 <!-- http://purl.org/ontology/mo/Composer -->
Chris@23 226
Chris@23 227 <owl:Class rdf:about="&mo;Composer">
Chris@23 228 <rdfs:comment xml:lang="en"
Chris@23 229 >A Composer of music</rdfs:comment>
Chris@23 230 </owl:Class>
Chris@23 231
Chris@23 232
Chris@23 233
Chris@23 234 <!-- http://www.w3.org/2002/07/owl#Thing -->
Chris@23 235
Chris@23 236 <owl:Class rdf:about="&owl;Thing"/>
Chris@23 237
Chris@23 238
Chris@23 239
Chris@23 240 <!--
Chris@23 241 ///////////////////////////////////////////////////////////////////////////////////////
Chris@23 242 //
Chris@23 243 // Individuals
Chris@23 244 //
Chris@23 245 ///////////////////////////////////////////////////////////////////////////////////////
Chris@23 246 -->
Chris@23 247
Chris@23 248
Chris@23 249
Chris@23 250
Chris@23 251 <!-- http://purl.org/ontology/classicalmusicnav#considerable -->
Chris@23 252
Chris@23 253 <ontology:classicalmusicnav.owlWorkQuantity rdf:about="#considerable">
Chris@23 254 <rdfs:comment
Chris@23 255 >Quantity of Work Produced: This field has also been prepared for the top 222 rated composers only; it describes in general terms the absolute quantity of musical output by the composer by assigning one of five ratings in the ascending order: &#39;small,&#39; &#39;modest,&#39; &#39;considerable,&#39; &#39;extensive,&#39; and &#39;immense.&#39;</rdfs:comment>
Chris@23 256 </ontology:classicalmusicnav.owlWorkQuantity>
Chris@23 257
Chris@23 258
Chris@23 259
Chris@23 260 <!-- http://purl.org/ontology/classicalmusicnav#extensive -->
Chris@23 261
Chris@23 262 <ontology:classicalmusicnav.owlWorkQuantity rdf:about="#extensive">
Chris@23 263 <rdfs:comment
Chris@23 264 >Quantity of Work Produced: This field has also been prepared for the top 222 rated composers only; it describes in general terms the absolute quantity of musical output by the composer by assigning one of five ratings in the ascending order: &#39;small,&#39; &#39;modest,&#39; &#39;considerable,&#39; &#39;extensive,&#39; and &#39;immense.&#39;</rdfs:comment>
Chris@23 265 </ontology:classicalmusicnav.owlWorkQuantity>
Chris@23 266
Chris@23 267
Chris@23 268
Chris@23 269 <!-- http://purl.org/ontology/classicalmusicnav#immense -->
Chris@23 270
Chris@23 271 <ontology:classicalmusicnav.owlWorkQuantity rdf:about="#immense">
Chris@23 272 <rdfs:comment
Chris@23 273 >Quantity of Work Produced: This field has also been prepared for the top 222 rated composers only; it describes in general terms the absolute quantity of musical output by the composer by assigning one of five ratings in the ascending order: &#39;small,&#39; &#39;modest,&#39; &#39;considerable,&#39; &#39;extensive,&#39; and &#39;immense.&#39;</rdfs:comment>
Chris@23 274 </ontology:classicalmusicnav.owlWorkQuantity>
Chris@23 275
Chris@23 276
Chris@23 277
Chris@23 278 <!-- http://purl.org/ontology/classicalmusicnav#modest -->
Chris@23 279
Chris@23 280 <ontology:classicalmusicnav.owlWorkQuantity rdf:about="#modest">
Chris@23 281 <rdfs:comment
Chris@23 282 >Quantity of Work Produced: This field has also been prepared for the top 222 rated composers only; it describes in general terms the absolute quantity of musical output by the composer by assigning one of five ratings in the ascending order: &#39;small,&#39; &#39;modest,&#39; &#39;considerable,&#39; &#39;extensive,&#39; and &#39;immense.&#39;</rdfs:comment>
Chris@23 283 </ontology:classicalmusicnav.owlWorkQuantity>
Chris@23 284
Chris@23 285
Chris@23 286
Chris@23 287 <!-- http://purl.org/ontology/classicalmusicnav#small -->
Chris@23 288
Chris@23 289 <ontology:classicalmusicnav.owlWorkQuantity rdf:about="#small">
Chris@23 290 <rdfs:comment
Chris@23 291 >Quantity of Work Produced: This field has also been prepared for the top 222 rated composers only; it describes in general terms the absolute quantity of musical output by the composer by assigning one of five ratings in the ascending order: &#39;small,&#39; &#39;modest,&#39; &#39;considerable,&#39; &#39;extensive,&#39; and &#39;immense.&#39;</rdfs:comment>
Chris@23 292 </ontology:classicalmusicnav.owlWorkQuantity>
Chris@23 293 </rdf:RDF>
Chris@23 294
Chris@23 295
Chris@23 296
Chris@23 297 <!-- Generated by the OWL API (version 2.2.1.962) http://owlapi.sourceforge.net -->
Chris@23 298