1+ <rdf : RDF
2+ xmlns:rdf=" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+ xmlns : rdfs =" http://www.w3.org/2000/01/rdf-schema#"
4+ xmlns:owl =" http://www.w3.org/2002/07/owl#" >
5+ <owl : Ontology rdf : about =" xml:base" />
6+
7+ <owl : Class rdf : ID =" genero" >
8+ <rdfs : comment >Generos musicales.</rdfs : comment >
9+ </owl : Class >
10+
11+ <owl : Class rdf : ID =" rock" >
12+ <rdfs : comment >Rock \m/ </rdfs : comment >
13+ <rdfs : subClassOf rdf : resource =" #genero" />
14+
15+ </owl : Class >
16+
17+ <owl : Class rdf : ID =" clasico" >
18+ <rdfs : comment >
19+ Rock clasico
20+ </rdfs : comment >
21+
22+ <owl : intersectionOf rdf : parseType =" Collection" >
23+ <owl : Class rdf : about =" #rock" />
24+ <owl : Restriction >
25+ <owl : onProperty rdf : resource =" #subgenero" />
26+ <owl : allValuesFrom rdf : resource =" #rock" />
27+ </owl : Restriction >
28+ <owl : Restriction >
29+ <owl : onProperty rdf : resource =" #toca" />
30+ <owl : allValuesFrom rdf : resource =" #cuerdas" />
31+ </owl : Restriction >
32+ <owl : Restriction >
33+ <owl : onProperty rdf : resource =" #toca" />
34+ <owl : allValuesFrom rdf : resource =" #percusion" />
35+ </owl : Restriction >
36+
37+ </owl : intersectionOf >
38+ </owl : Class >
39+
40+ <owl : Class rdf : ID =" metal" >
41+ <rdfs : comment >
42+ Heavy metal
43+ </rdfs : comment >
44+
45+ <owl : intersectionOf rdf : parseType =" Collection" >
46+ <owl : Class rdf : about =" #rock" />
47+ <owl : Restriction >
48+ <owl : onProperty rdf : resource =" #subgenero" />
49+ <owl : allValuesFrom rdf : resource =" #rock" />
50+ </owl : Restriction >
51+ <owl : Restriction >
52+ <owl : onProperty rdf : resource =" #toca" />
53+ <owl : allValuesFrom rdf : resource =" #cuerdas" />
54+ </owl : Restriction >
55+ <owl : Restriction >
56+ <owl : onProperty rdf : resource =" #toca" />
57+ <owl : allValuesFrom rdf : resource =" #percusion" />
58+ </owl : Restriction >
59+
60+ </owl : intersectionOf >
61+ </owl : Class >
62+
63+ <owl : Class rdf : ID =" ska" >
64+ <rdfs : comment >
65+ Ska
66+ </rdfs : comment >
67+
68+ <owl : intersectionOf rdf : parseType =" Collection" >
69+ <owl : Class rdf : about =" #rock" />
70+ <owl : Restriction >
71+ <owl : onProperty rdf : resource =" #subgenero" />
72+ <owl : allValuesFrom rdf : resource =" #rock" />
73+ </owl : Restriction >
74+ <owl : Restriction >
75+ <owl : onProperty rdf : resource =" #toca" />
76+ <owl : allValuesFrom rdf : resource =" #viento" />
77+ </owl : Restriction >
78+ <owl : Restriction >
79+ <owl : onProperty rdf : resource =" #toca" />
80+ <owl : allValuesFrom rdf : resource =" #percusion" />
81+ </owl : Restriction >
82+ </owl : intersectionOf >
83+ </owl : Class >
84+
85+ <owl : Class rdf : ID =" pop" >
86+ <rdfs : comment >Musica Pop</rdfs : comment >
87+ <rdfs : subClassOf rdf : resource =" #genero" />
88+ </owl : Class >
89+
90+ <owl : Class rdf : ID =" balada" >
91+ <rdfs : comment >Balada</rdfs : comment >
92+ <owl : intersectionOf rdf : parseType =" Collection" >
93+ <owl : Class rdf : about =" #pop" />
94+ <owl : Restriction >
95+ <owl : onProperty rdf : resource =" #subgenero" />
96+ <owl : allValuesFrom rdf : resource =" #pop" />
97+ </owl : Restriction >
98+ </owl : intersectionOf >
99+ </owl : Class >
100+
101+ <owl : Class rdf : ID =" dance" >
102+ <rdfs : comment >Dance</rdfs : comment >
103+ <owl : intersectionOf rdf : parseType =" Collection" >
104+ <owl : Class rdf : about =" #pop" />
105+ <owl : Restriction >
106+ <owl : onProperty rdf : resource =" #subgenero" />
107+ <owl : allValuesFrom rdf : resource =" #pop" />
108+ </owl : Restriction >
109+ </owl : intersectionOf >
110+ </owl : Class >
111+
112+
113+
114+ <owl : Class rdf : ID =" instrumento" >
115+ <rdfs : comment >Instrumentos musicales.</rdfs : comment >
116+ <owl : disjointWith rdf : resource =" #genero" />
117+ </owl : Class >
118+
119+ <owl : Class rdf : ID =" cuerdas" >
120+ <rdfs : comment >Instrumentos de cuerdas</rdfs : comment >
121+ <rdfs : subClassOf rdf : resource =" #instrumento" />
122+ </owl : Class >
123+
124+ <owl : Class rdf : ID =" guitarra" >
125+ <rdfs : comment >Guitarra</rdfs : comment >
126+ <rdfs : subClassOf rdf : resource =" #cuerdas" />
127+ </owl : Class >
128+
129+ <owl : Class rdf : ID =" bajo" >
130+ <rdfs : comment >Bajo</rdfs : comment >
131+ <rdfs : subClassOf rdf : resource =" #cuerdas" />
132+ </owl : Class >
133+
134+ <owl : Class rdf : ID =" percusion" >
135+ <rdfs : comment >Instrumentos de percusion</rdfs : comment >
136+ <rdfs : subClassOf rdf : resource =" #instrumento" />
137+ </owl : Class >
138+
139+ <owl : Class rdf : ID =" bateria" >
140+ <rdfs : comment >Bateria</rdfs : comment >
141+ <rdfs : subClassOf rdf : resource =" #percusion" />
142+ </owl : Class >
143+
144+ <owl : Class rdf : ID =" timbales" >
145+ <rdfs : comment >Timbales</rdfs : comment >
146+ <rdfs : subClassOf rdf : resource =" #percusion" />
147+ </owl : Class >
148+
149+ <owl : Class rdf : ID =" viento" >
150+ <rdfs : comment >Instrumentos de viento</rdfs : comment >
151+ <rdfs : subClassOf rdf : resource =" #instrumento" />
152+ </owl : Class >
153+
154+ <owl : Class rdf : ID =" saxofon" >
155+ <rdfs : comment >Sax</rdfs : comment >
156+ <rdfs : subClassOf rdf : resource =" #viento" />
157+ </owl : Class >
158+
159+ <owl : Class rdf : ID =" trompeta" >
160+ <rdfs : comment >Trompeta</rdfs : comment >
161+ <rdfs : subClassOf rdf : resource =" #viento" />
162+ </owl : Class >
163+
164+ <owl : Class rdf : ID =" teclado" >
165+ <rdfs : comment >Instrumentos con teclas</rdfs : comment >
166+ <rdfs : subClassOf rdf : resource =" #instrumento" />
167+ </owl : Class >
168+
169+ <owl : Class rdf : ID =" sintetizador" >
170+ <rdfs : comment >Sintetizador</rdfs : comment >
171+ <rdfs : subClassOf rdf : resource =" #teclado" />
172+ </owl : Class >
173+
174+ <owl : Class rdf : ID =" organo" >
175+ <rdfs : comment >Organo</rdfs : comment >
176+ <rdfs : subClassOf rdf : resource =" #teclado" />
177+ </owl : Class >
178+
179+
180+ <owl : Class rdf : ID =" artista" >
181+ <rdfs : comment >Artista.</rdfs : comment >
182+
183+ </owl : Class >
184+
185+ <owl : Class rdf : ID =" guitarrista" >
186+ <rdfs : comment >Guitarrista</rdfs : comment >
187+ <owl : intersectionOf rdf : parseType =" Collection" >
188+ <owl : Class rdf : about =" #artista" />
189+ <owl : Restriction >
190+ <owl : onProperty rdf : resource =" #toca" />
191+ <owl : allValuesFrom rdf : resource =" #cuerdas" />
192+ </owl : Restriction >
193+ </owl : intersectionOf >
194+ </owl : Class >
195+
196+ <rdf : Description rdf : ID =" tommorello" >
197+ <rdfs : comment >Tom Morello Guitarrista de RATM</rdfs : comment >
198+ <rdf : type rdf : resource =" #guitarrista" />
199+ </rdf : Description >
200+
201+ <owl : TransitiveProperty rdf : ID =" subgenero" />
202+
203+ <owl : ObjectProperty rdf : ID =" toca" >
204+ <rdfs : domain rdf : resource =" #instrumento" />
205+ <rdfs : range rdf : resource =" #artista" />
206+ <rdfs : range rdf : resource =" #genero" />
207+ </owl : ObjectProperty >
208+
209+ <owl : ObjectProperty rdf : ID =" tocadoPor" >
210+ <owl : inverseOf rdf : resource =" #toca" />
211+ </owl : ObjectProperty >
212+
213+
214+
215+ </rdf : RDF >
0 commit comments