Skip to content
Snippets Groups Projects
Commit f3fb29d0 authored by estegar's avatar estegar
Browse files

Update 3 files

- /Base de datos/topicos_musicales.sql
- /RDF/visualization.svg
- /RDF/resultado.xml
parent 5848dd6a
No related branches found
No related tags found
No related merge requests found
CREATE DATABASE IF NOT EXISTS `topicos_musicales` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `topicos_musicales`;
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: topicos_musicales
-- ------------------------------------------------------
-- Server version 8.0.34
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `biblios`
--
DROP TABLE IF EXISTS `biblios`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `biblios` (
`id_tr` int NOT NULL,
`autor` varchar(120) NOT NULL,
`titulo` varchar(500) NOT NULL,
`anio` varchar(4) NOT NULL,
`editorial` varchar(500) NOT NULL,
PRIMARY KEY (`titulo`,`id_tr`),
KEY `bi_id2` (`id_tr`),
CONSTRAINT `bi_id2` FOREIGN KEY (`id_tr`) REFERENCES `tripletas` (`id_tr`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `biblios`
--
LOCK TABLES `biblios` WRITE;
/*!40000 ALTER TABLE `biblios` DISABLE KEYS */;
INSERT INTO `biblios` VALUES (25,'.','. ','.','.'),(26,'.','. ','.','.'),(27,'.','. ','.','.'),(21,'.','. .. ','.','.'),(20,'a','a','a','a'),(16,'a','a ','a','a'),(24,'William E. Caplin','Classical Form: A Theory of Formal Functions for the Instrumental Music of Haydn, Mozart and Beethoven','1998','New York: Oxford University Press'),(11,'ijn','eflksqqqq','23','erf'),(18,'m','m','m','m'),(24,'Grimalt, J.','Mapping Musical Signification','2020','Cham: Springer'),(28,'Rumph, S.','Mozart and Enlightenment Semiotics','2012','Berkeley: University of California Press'),(23,'w. J. Allanbrook','Rhythmic Gesture in Mozart','1983','Chicago: The University of Chicago Press'),(22,'TR','TR','TR','TR');
/*!40000 ALTER TABLE `biblios` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `objetos`
--
DROP TABLE IF EXISTS `objetos`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `objetos` (
`id_o` int NOT NULL AUTO_INCREMENT,
`objeto` varchar(200) NOT NULL,
`color` varchar(7) DEFAULT NULL,
PRIMARY KEY (`id_o`),
CONSTRAINT `o_c_hex` CHECK (regexp_like(`color`,_utf8mb4'^#([A-Fa-f0-9]{6})$'))
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `objetos`
--
LOCK TABLES `objetos` WRITE;
/*!40000 ALTER TABLE `objetos` DISABLE KEYS */;
INSERT INTO `objetos` VALUES (1,'Topico Musical','#000000'),(2,'Topico Marcha','#216F32'),(3,'Topico Ombra','#D5A31F'),(4,'Topico Minuet','#EFEB0E'),(5,'Topico Tempesta','#858481'),(6,'Trompeta','#FEFA03'),(7,'Tambor','#926603'),(8,'Topico Marcha Solemne','#3CCA5B'),(9,'Topico Marcha Triunfal','#35B050'),(10,'Topico Marcha Fúnebre','#15441F'),(11,'Cuerda','#E38112'),(12,'Viento Metal','#FAFA05'),(13,'Viento Madera','#E5E5D8'),(14,'Seriedad','#A5A598'),(15,'Alegría','#FEFEF6'),(16,'Tristeza','#254383');
/*!40000 ALTER TABLE `objetos` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `obras`
--
DROP TABLE IF EXISTS `obras`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `obras` (
`id_tr` int NOT NULL,
`compositor` varchar(120) NOT NULL,
`obra` varchar(500) NOT NULL,
`fragmento` varchar(500) DEFAULT NULL,
`grabacion` varchar(500) DEFAULT NULL,
`enlace` varchar(500) DEFAULT NULL,
PRIMARY KEY (`obra`,`id_tr`),
KEY `ob_id2` (`id_tr`),
CONSTRAINT `ob_id2` FOREIGN KEY (`id_tr`) REFERENCES `tripletas` (`id_tr`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `obras`
--
LOCK TABLES `obras` WRITE;
/*!40000 ALTER TABLE `obras` DISABLE KEYS */;
INSERT INTO `obras` VALUES (20,'b','a','','',''),(25,'W. A. Mozart','Concierto en Do menor nº 24 (KV 491)','III. Allegretto IV. Variación: c. 65-69','',''),(21,'d','d','','',''),(11,'ejemlploC','ejemplo','ej',NULL,NULL),(18,'m','m','m',NULL,NULL),(23,'W. A. Mozart','Marcha de los sacerdotes','La Flauta Mágica (KV 620. Acto II, nº9. Andante)','','https://www.youtube.com/watch?v=9UrOWDQmzVK'),(26,'W. A. Mozart','Marcha de los sacerdotes','La Flauta Mágica (KV 620. Acto II, nº9. Andante)','',''),(24,'G. B. Lully','Marche pour la Cérémonie des Turcs','Le bourgeois gentilhomme (LWV 43)','Le Concert des Nations Director: Jordi Savall.','https://youtu.be/VsFOdMOFvUY'),(27,'W. A. Mozart','Misa \"de la Coronacion\" (KV 317)','Credo','',''),(16,'s','s','s',NULL,NULL),(28,'Blasco de Nebra','Sonata nº5','I. Adagio: 2º tema en Do m','',''),(22,'TR','TR','TR','TR ','TR');
/*!40000 ALTER TABLE `obras` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `predicados`
--
DROP TABLE IF EXISTS `predicados`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `predicados` (
`id_pr` int NOT NULL AUTO_INCREMENT,
`predicado` varchar(200) NOT NULL,
PRIMARY KEY (`id_pr`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `predicados`
--
LOCK TABLES `predicados` WRITE;
/*!40000 ALTER TABLE `predicados` DISABLE KEYS */;
INSERT INTO `predicados` VALUES (1,'se encuentra'),(2,'aparece'),(3,'tieneRitmo'),(4,'tieneTempo'),(5,'tieneTonalidad'),(6,'tieneCaracter'),(7,'expresa');
/*!40000 ALTER TABLE `predicados` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sugerencias`
--
DROP TABLE IF EXISTS `sugerencias`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sugerencias` (
`id_su` int NOT NULL AUTO_INCREMENT,
`sugerencia` varchar(500) NOT NULL,
`colaborador` varchar(25) NOT NULL,
`fecha` date DEFAULT NULL,
PRIMARY KEY (`id_su`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sugerencias`
--
LOCK TABLES `sugerencias` WRITE;
/*!40000 ALTER TABLE `sugerencias` DISABLE KEYS */;
INSERT INTO `sugerencias` VALUES (8,'d','colab','2024-07-01'),(9,'Ejemplo de sugerencia creada por colab','colab','2024-06-30'),(10,'Ejemplo de una sugerencia realizada por el colaborador c','c','2024-06-12'),(11,'fgfhghbn','c','2024-06-18'),(12,'polikujhg','colab','2024-06-28'),(13,'iuytrdfg','c','2024-06-28');
/*!40000 ALTER TABLE `sugerencias` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tripletas`
--
DROP TABLE IF EXISTS `tripletas`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tripletas` (
`id_tr` int NOT NULL AUTO_INCREMENT,
`sujeto` varchar(200) NOT NULL,
`predicado` varchar(200) NOT NULL,
`objeto` varchar(200) NOT NULL,
`descripcion` varchar(500) NOT NULL,
`validada` tinyint(1) NOT NULL DEFAULT '0',
`colaborador` varchar(25) NOT NULL,
`moderador` varchar(25) NOT NULL,
PRIMARY KEY (`id_tr`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tripletas`
--
LOCK TABLES `tripletas` WRITE;
/*!40000 ALTER TABLE `tripletas` DISABLE KEYS */;
INSERT INTO `tripletas` VALUES (10,'Topico Musical','se encuentra','Topico Musical','gufehiwjoid',0,'c','m'),(11,'Topico Minuet','se encuentra','Topico Marcha Solemne','Ejemplo de tripleta para validar',0,'colab','mod'),(16,'Tambor','se encuentra','Tambor','.',0,'c','m'),(18,'Tambor','aparece','Tambor','.',0,'m','m'),(19,'Tambor','se encuentra','Topico Marcha Fúnebre','.',0,'colab','a'),(20,'Topico Marcha Fúnebre','aparece','Tambor',',',0,'mod','a'),(21,'Topico Musical','aparece','Tambor','d',0,'mod','mod'),(22,'Trompeta','se encuentra','Trompeta','.',0,'colab','mod'),(23,'Topico Marcha Solemne','aparece','Cuerda','En el tópico marcha solemne aparece la cuerda',1,'c','m'),(24,'Topico Marcha Solemne','aparece','Viento Madera','En el tópico marcha aparecen instrumentos de viento madera',1,'c','m'),(25,'Topico Marcha Triunfal','aparece','Trompeta','En el tópico marcha triunfal aparecen trompetas',1,'colab','mod'),(26,'Topico Marcha Solemne','expresa','Seriedad','El tópico marcha solemne expresa seriedad',1,'colab','m'),(27,'Topico Marcha Triunfal','expresa','Alegría','El tópico marcha triunfal expresa alegría',1,'colab','m'),(28,'Topico Marcha Fúnebre','expresa','Tristeza','El tópico marcha fúnebre expresa tristeza',1,'colab','mod'),(29,'Tópico Musical','se encuentra','Tópico Marcha','Dentro de los tópicos musicales se encuentra el tópico marcha.',1,'colab','mod'),(30,'Tópico Musical','se encuentra','Tópico Ombra','Dentro de los tópicos musicales se encuentra el tópico ombra.',1,'colab','mod'),(31,'Tópico Musical','se encuentra','Tópico Minuet','Dentro de los tópicos musicales se encuentra el tópico minuet.',1,'colab','mod'),(32,'Tópico Musical','se encuentra','Tópico Tempesta','Dentro de los tópicos musicales se encuentra el tópico tempesta.',1,'colab','mod'),(33,'Tópico Musical','se encuentra','Tópico Marcha','Dentro de los tópicos musicales se encuentra el tópico marcha.',1,'colab','mod'),(34,'Tópico Musical','se encuentra','Tópico Ombra','Dentro de los tópicos musicales se encuentra el tópico ombra.',1,'colab','mod'),(35,'Tópico Musical','se encuentra','Tópico Minuet','Dentro de los tópicos musicales se encuentra el tópico minuet.',1,'colab','mod'),(36,'Tópico Musical','se encuentra','Tópico Tempesta','Dentro de los tópicos musicales se encuentra el tópico tempesta.',1,'colab','mod'),(37,'Tópico Marcha','se encuentra','Tópico Marcha Fúnebre','.',1,'colab','mod'),(38,'Tópico Marcha','se encuentra','Tópico Marcha Solemne','.',1,'colab','mod'),(40,'Tópico Marcha','se encuentra','Tópico Marcha Triunfal','.',1,'colab','mod');
/*!40000 ALTER TABLE `tripletas` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `usuarios`
--
DROP TABLE IF EXISTS `usuarios`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `usuarios` (
`id_us` int NOT NULL AUTO_INCREMENT,
`usuario` varchar(25) NOT NULL,
`contrasenia` varchar(512) NOT NULL,
`rol` varchar(25) NOT NULL,
PRIMARY KEY (`id_us`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `usuarios`
--
LOCK TABLES `usuarios` WRITE;
/*!40000 ALTER TABLE `usuarios` DISABLE KEYS */;
INSERT INTO `usuarios` VALUES (2,'colab','4f10e29ff03a9ed410aeff4a14b6d0af134500823bb7e71c2ad96d5c57474e8afe195048fb8ca965f1e9374270b3080d4d638d6ece6b4f799433580f05acecc9','colaborador'),(3,'mod','fd2d1f62aab380a798f7a2daf73e8aca617ddbe13da858609939d7420769d3398000e5463a9ab995ff8d0c48c2a1b64bb71db0528cc5adea40abb5bf9cd1a62a','moderador'),(8,'lec','f8dc80b5c5ddb28cdce3183ec2e7953b5e1d14f63a56c51349cfd9adb9a02d774a2f1567192eaf04066fbe581ea721cc2fcebc58aaea9445d36ca9600858529e','lector'),(12,'adm','0858562831f7cbb5b461ef0d73c68ead83f2c0910d0f2e0811b455f532653d208b43e3f93a5532508c7ebb70cd7e7be8bb53d58b4c7c69f0764990657f1c4e1b','administrador'),(27,'a','1f40fc92da241694750979ee6cf582f2d5d7d28e18335de05abc54d0560e0f5302860c652bf08d560252aa5e74210546f369fbbbce8c12cfc7957b2652fe9a75','administrador'),(28,'l','f10127742e07a7705735572f823574b89aaf1cbe071935cb9e75e5cfeb817700cb484d1100a10ad5c32b59c3d6565211108aa9ef0611d7ec830c1b66f60e614d','lector'),(29,'m','f14aae6a0e050b74e4b7b9a5b2ef1a60ceccbbca39b132ae3e8bf88d3a946c6d8687f3266fd2b626419d8b67dcf1d8d7c0fe72d4919d9bd05efbd37070cfb41a','moderador'),(30,'c','acc28db2beb7b42baa1cb0243d401ccb4e3fce44d7b02879a52799aadff541522d8822598b2fa664f9d5156c00c924805d75c3868bd56c2acb81d37e98e35adc','colaborador');
/*!40000 ALTER TABLE `usuarios` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-07-06 23:24:47
<?xml version="1.0" encoding="windows-1252"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://example.org/">
<rdf:Description rdf:about="http://example.org/TopicoMusical">
<j.0:seencuentra>
<rdf:Description rdf:about="http://example.org/TopicoMarcha">
<j.0:seencuentra>
<rdf:Description rdf:about="http://example.org/TopicoMarchaFunebre">
<j.0:expresa rdf:resource="http://example.org/Tristeza"/>
</rdf:Description>
</j.0:seencuentra>
<j.0:seencuentra>
<rdf:Description rdf:about="http://example.org/TopicoMarchaSolemne">
<j.0:aparece rdf:resource="http://example.org/Cuerda"/>
<j.0:aparece rdf:resource="http://example.org/VientoMadera"/>
<j.0:expresa rdf:resource="http://example.org/Seriedad"/>
</rdf:Description>
</j.0:seencuentra>
<j.0:seencuentra>
<rdf:Description rdf:about="http://example.org/TopicoMarchaTriunfal">
<j.0:aparece rdf:resource="http://example.org/Trompeta"/>
<j.0:expresa rdf:resource="http://example.org/Alegria"/>
</rdf:Description>
</j.0:seencuentra>
</rdf:Description>
</j.0:seencuentra>
<j.0:seencuentra rdf:resource="http://example.org/TopicoOmbra"/>
<j.0:seencuentra rdf:resource="http://example.org/TopicoMinuet"/>
<j.0:seencuentra rdf:resource="http://example.org/TopicoTempesta"/>
</rdf:Description>
</rdf:RDF>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="864pt" height="310pt" viewBox="0.00 0.00 863.56 310.40">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 306.4)">
<title>%0</title>
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-306.4 859.5616,-306.4 859.5616,4 -4,4"/>
<!-- N0 -->
<g id="node1" class="node">
<title>N0</title>
<g id="a_node1"><a xlink:href="http://example.org/TopicoMarchaSolemne" xlink:title="j.0:TopicoMarchaSolemne">
<ellipse fill="none" stroke="#000000" cx="238.4304" cy="-106.8" rx="114.0679" ry="18"/>
<text text-anchor="middle" x="238.4304" y="-102.6" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:TopicoMarchaSolemne</text>
</a>
</g>
</g>
<!-- N1 -->
<g id="node4" class="node">
<title>N1</title>
<g id="a_node4"><a xlink:href="http://example.org/Seriedad" xlink:title="j.0:Seriedad">
<ellipse fill="none" stroke="#000000" cx="57.4304" cy="-18" rx="57.3609" ry="18"/>
<text text-anchor="middle" x="57.4304" y="-13.8" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:Seriedad</text>
</a>
</g>
</g>
<!-- N0&#45;&gt;N1 -->
<g id="edge13" class="edge">
<title>N0-&gt;N1</title>
<g id="a_edge13"><a xlink:href="http://example.org/expresa" xlink:title="j.0:expresa">
<path fill="none" stroke="#000000" d="M199.5456,-89.8626C186.4016,-83.9907 171.6925,-77.2581 158.4002,-70.8 137.2992,-60.548 114.0797,-48.4633 95.233,-38.4442"/>
<polygon fill="#000000" stroke="#000000" points="96.8308,-35.3297 86.3607,-33.7087 93.5347,-41.5051 96.8308,-35.3297"/>
</a>
</g>
<g id="a_edge13-label"><a xlink:href="http://example.org/expresa" xlink:title="j.0:expresa">
<text text-anchor="middle" x="188.9455" y="-58.2" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:expresa</text>
</a>
</g>
</g>
<!-- N2 -->
<g id="node12" class="node">
<title>N2</title>
<g id="a_node12"><a xlink:href="http://example.org/VientoMadera" xlink:title="j.0:VientoMadera">
<ellipse fill="none" stroke="#000000" cx="212.4304" cy="-18" rx="79.3328" ry="18"/>
<text text-anchor="middle" x="212.4304" y="-13.8" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:VientoMadera</text>
</a>
</g>
</g>
<!-- N0&#45;&gt;N2 -->
<g id="edge12" class="edge">
<title>N0-&gt;N2</title>
<g id="a_edge12"><a xlink:href="http://example.org/aparece" xlink:title="j.0:aparece">
<path fill="none" stroke="#000000" d="M233.0432,-88.4006C229.4636,-76.175 224.6951,-59.8887 220.6461,-46.0599"/>
<polygon fill="#000000" stroke="#000000" points="223.8908,-44.6856 217.7218,-36.072 217.1728,-46.6526 223.8908,-44.6856"/>
</a>
</g>
<g id="a_edge12-label"><a xlink:href="http://example.org/aparece" xlink:title="j.0:aparece">
<text text-anchor="middle" x="258.9378" y="-58.2" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:aparece</text>
</a>
</g>
</g>
<!-- N3 -->
<g id="node13" class="node">
<title>N3</title>
<g id="a_node13"><a xlink:href="http://example.org/Cuerda" xlink:title="j.0:Cuerda">
<ellipse fill="none" stroke="#000000" cx="361.4304" cy="-18" rx="51.5639" ry="18"/>
<text text-anchor="middle" x="361.4304" y="-13.8" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:Cuerda</text>
</a>
</g>
</g>
<!-- N0&#45;&gt;N3 -->
<g id="edge11" class="edge">
<title>N0-&gt;N3</title>
<g id="a_edge11"><a xlink:href="http://example.org/aparece" xlink:title="j.0:aparece">
<path fill="none" stroke="#000000" d="M266.1401,-89.2838C274.9641,-83.5413 284.6989,-77.0321 293.4304,-70.8 306.6757,-61.3462 320.9541,-50.3835 332.9912,-40.9053"/>
<polygon fill="#000000" stroke="#000000" points="335.2624,-43.5713 340.9263,-34.6174 330.9149,-38.0849 335.2624,-43.5713"/>
</a>
</g>
<g id="a_edge11-label"><a xlink:href="http://example.org/aparece" xlink:title="j.0:aparece">
<text text-anchor="middle" x="344.9378" y="-58.2" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:aparece</text>
</a>
</g>
</g>
<!-- N5 -->
<g id="node2" class="node">
<title>N5</title>
<g id="a_node2"><a xlink:href="http://example.org/Tristeza" xlink:title="j.0:Tristeza">
<ellipse fill="none" stroke="#000000" cx="749.4304" cy="-18" rx="54.9888" ry="18"/>
<text text-anchor="middle" x="749.4304" y="-13.8" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:Tristeza</text>
</a>
</g>
</g>
<!-- N8 -->
<g id="node3" class="node">
<title>N8</title>
<g id="a_node3"><a xlink:href="http://example.org/TopicoMinuet" xlink:title="j.0:TopicoMinuet">
<ellipse fill="none" stroke="#000000" cx="123.4304" cy="-195.6" rx="78.7938" ry="18"/>
<text text-anchor="middle" x="123.4304" y="-191.4" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:TopicoMinuet</text>
</a>
</g>
</g>
<!-- N12 -->
<g id="node5" class="node">
<title>N12</title>
<g id="a_node5"><a xlink:href="http://example.org/Alegria" xlink:title="j.0:Alegria">
<ellipse fill="none" stroke="#000000" cx="483.4304" cy="-18" rx="52.7041" ry="18"/>
<text text-anchor="middle" x="483.4304" y="-13.8" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:Alegria</text>
</a>
</g>
</g>
<!-- N7 -->
<g id="node6" class="node">
<title>N7</title>
<g id="a_node6"><a xlink:href="http://example.org/TopicoTempesta" xlink:title="j.0:TopicoTempesta">
<ellipse fill="none" stroke="#000000" cx="308.4304" cy="-195.6" rx="88.5824" ry="18"/>
<text text-anchor="middle" x="308.4304" y="-191.4" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:TopicoTempesta</text>
</a>
</g>
</g>
<!-- N11 -->
<g id="node7" class="node">
<title>N11</title>
<g id="a_node7"><a xlink:href="http://example.org/TopicoMarchaTriunfal" xlink:title="j.0:TopicoMarchaTriunfal">
<ellipse fill="none" stroke="#000000" cx="495.4304" cy="-106.8" rx="112.2587" ry="18"/>
<text text-anchor="middle" x="495.4304" y="-102.6" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:TopicoMarchaTriunfal</text>
</a>
</g>
</g>
<!-- N11&#45;&gt;N12 -->
<g id="edge5" class="edge">
<title>N11-&gt;N12</title>
<g id="a_edge5"><a xlink:href="http://example.org/expresa" xlink:title="j.0:expresa">
<path fill="none" stroke="#000000" d="M492.944,-88.4006C491.2919,-76.175 489.091,-59.8887 487.2223,-46.0599"/>
<polygon fill="#000000" stroke="#000000" points="490.6803,-45.5132 485.8726,-36.072 483.7434,-46.4507 490.6803,-45.5132"/>
</a>
</g>
<g id="a_edge5-label"><a xlink:href="http://example.org/expresa" xlink:title="j.0:expresa">
<text text-anchor="middle" x="520.9455" y="-58.2" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:expresa</text>
</a>
</g>
</g>
<!-- N13 -->
<g id="node14" class="node">
<title>N13</title>
<g id="a_node14"><a xlink:href="http://example.org/Trompeta" xlink:title="j.0:Trompeta">
<ellipse fill="none" stroke="#000000" cx="615.4304" cy="-18" rx="61.3745" ry="18"/>
<text text-anchor="middle" x="615.4304" y="-13.8" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:Trompeta</text>
</a>
</g>
</g>
<!-- N11&#45;&gt;N13 -->
<g id="edge4" class="edge">
<title>N11-&gt;N13</title>
<g id="a_edge4"><a xlink:href="http://example.org/aparece" xlink:title="j.0:aparece">
<path fill="none" stroke="#000000" d="M526.9523,-89.3408C536.3433,-83.7561 546.5048,-77.322 555.4304,-70.8 567.3043,-62.1237 579.6304,-51.5816 589.9992,-42.2057"/>
<polygon fill="#000000" stroke="#000000" points="592.5072,-44.6545 597.5067,-35.3135 587.7732,-39.498 592.5072,-44.6545"/>
</a>
</g>
<g id="a_edge4-label"><a xlink:href="http://example.org/aparece" xlink:title="j.0:aparece">
<text text-anchor="middle" x="605.9378" y="-58.2" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:aparece</text>
</a>
</g>
</g>
<!-- N4 -->
<g id="node8" class="node">
<title>N4</title>
<g id="a_node8"><a xlink:href="http://example.org/TopicoMarchaFunebre" xlink:title="j.0:TopicoMarchaFunebre">
<ellipse fill="none" stroke="#000000" cx="743.4304" cy="-106.8" rx="112.2626" ry="18"/>
<text text-anchor="middle" x="743.4304" y="-102.6" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:TopicoMarchaFunebre</text>
</a>
</g>
</g>
<!-- N4&#45;&gt;N5 -->
<g id="edge10" class="edge">
<title>N4-&gt;N5</title>
<g id="a_edge10"><a xlink:href="http://example.org/expresa" xlink:title="j.0:expresa">
<path fill="none" stroke="#000000" d="M744.6736,-88.4006C745.4997,-76.175 746.6001,-59.8887 747.5345,-46.0599"/>
<polygon fill="#000000" stroke="#000000" points="751.0271,-46.2852 748.2093,-36.072 744.043,-45.8133 751.0271,-46.2852"/>
</a>
</g>
<g id="a_edge10-label"><a xlink:href="http://example.org/expresa" xlink:title="j.0:expresa">
<text text-anchor="middle" x="776.9455" y="-58.2" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:expresa</text>
</a>
</g>
</g>
<!-- N6 -->
<g id="node9" class="node">
<title>N6</title>
<g id="a_node9"><a xlink:href="http://example.org/TopicoMusical" xlink:title="j.0:TopicoMusical">
<ellipse fill="none" stroke="#000000" cx="401.4304" cy="-284.4" rx="82.2215" ry="18"/>
<text text-anchor="middle" x="401.4304" y="-280.2" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:TopicoMusical</text>
</a>
</g>
</g>
<!-- N6&#45;&gt;N8 -->
<g id="edge8" class="edge">
<title>N6-&gt;N8</title>
<g id="a_edge8"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<path fill="none" stroke="#000000" d="M339.118,-272.6227C310.4532,-266.529 276.1994,-258.2848 246.0804,-248.4 218.8803,-239.4732 189.3831,-226.8729 166.1337,-216.2202"/>
<polygon fill="#000000" stroke="#000000" points="167.4469,-212.9713 156.9021,-211.9427 164.5039,-219.3226 167.4469,-212.9713"/>
</a>
</g>
<g id="a_edge8-label"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<text text-anchor="middle" x="288.6054" y="-235.8" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:seencuentra</text>
</a>
</g>
</g>
<!-- N6&#45;&gt;N7 -->
<g id="edge9" class="edge">
<title>N6-&gt;N7</title>
<g id="a_edge9"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<path fill="none" stroke="#000000" d="M373.3019,-267.4174C365.0867,-261.8491 356.3659,-255.3044 349.0804,-248.4 340.8081,-240.5604 332.8827,-230.9354 326.2623,-222.06"/>
<polygon fill="#000000" stroke="#000000" points="329.0365,-219.9232 320.3459,-213.8631 323.3605,-224.02 329.0365,-219.9232"/>
</a>
</g>
<g id="a_edge9-label"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<text text-anchor="middle" x="391.6054" y="-235.8" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:seencuentra</text>
</a>
</g>
</g>
<!-- N10 -->
<g id="node10" class="node">
<title>N10</title>
<g id="a_node10"><a xlink:href="http://example.org/TopicoMarcha" xlink:title="j.0:TopicoMarcha">
<ellipse fill="none" stroke="#000000" cx="495.4304" cy="-195.6" rx="80.4785" ry="18"/>
<text text-anchor="middle" x="495.4304" y="-191.4" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:TopicoMarcha</text>
</a>
</g>
</g>
<!-- N6&#45;&gt;N10 -->
<g id="edge6" class="edge">
<title>N6-&gt;N10</title>
<g id="a_edge6"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<path fill="none" stroke="#000000" d="M420.0018,-266.856C434.0719,-253.5642 453.5866,-235.129 469.2416,-220.3401"/>
<polygon fill="#000000" stroke="#000000" points="471.7101,-222.823 476.5759,-213.4115 466.9031,-217.7344 471.7101,-222.823"/>
</a>
</g>
<g id="a_edge6-label"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<text text-anchor="middle" x="498.6054" y="-235.8" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:seencuentra</text>
</a>
</g>
</g>
<!-- N9 -->
<g id="node11" class="node">
<title>N9</title>
<g id="a_node11"><a xlink:href="http://example.org/TopicoOmbra" xlink:title="j.0:TopicoOmbra">
<ellipse fill="none" stroke="#000000" cx="671.4304" cy="-195.6" rx="77.6309" ry="18"/>
<text text-anchor="middle" x="671.4304" y="-191.4" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:TopicoOmbra</text>
</a>
</g>
</g>
<!-- N6&#45;&gt;N9 -->
<g id="edge7" class="edge">
<title>N6-&gt;N9</title>
<g id="a_edge7"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<path fill="none" stroke="#000000" d="M460.0861,-271.6948C486.1679,-265.5189 517.0942,-257.4685 544.4304,-248.4 572.4413,-239.1077 603.0072,-226.4809 627.1322,-215.9053"/>
<polygon fill="#000000" stroke="#000000" points="628.6491,-219.0615 636.378,-211.8148 625.8169,-212.66 628.6491,-219.0615"/>
</a>
</g>
<g id="a_edge7-label"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<text text-anchor="middle" x="628.6054" y="-235.8" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:seencuentra</text>
</a>
</g>
</g>
<!-- N10&#45;&gt;N0 -->
<g id="edge2" class="edge">
<title>N10-&gt;N0</title>
<g id="a_edge2"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<path fill="none" stroke="#000000" d="M451.5425,-180.4356C408.4889,-165.5595 342.6232,-142.8012 295.5178,-126.5252"/>
<polygon fill="#000000" stroke="#000000" points="296.6576,-123.216 286.0628,-123.2582 294.3715,-129.8322 296.6576,-123.216"/>
</a>
</g>
<g id="a_edge2-label"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<text text-anchor="middle" x="432.6054" y="-147" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:seencuentra</text>
</a>
</g>
</g>
<!-- N10&#45;&gt;N11 -->
<g id="edge3" class="edge">
<title>N10-&gt;N11</title>
<g id="a_edge3"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<path fill="none" stroke="#000000" d="M495.4304,-177.2006C495.4304,-165.0949 495.4304,-149.0076 495.4304,-135.2674"/>
<polygon fill="#000000" stroke="#000000" points="498.9305,-134.872 495.4304,-124.872 491.9305,-134.8721 498.9305,-134.872"/>
</a>
</g>
<g id="a_edge3-label"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<text text-anchor="middle" x="537.6054" y="-147" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:seencuentra</text>
</a>
</g>
</g>
<!-- N10&#45;&gt;N4 -->
<g id="edge1" class="edge">
<title>N10-&gt;N4</title>
<g id="a_edge1"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<path fill="none" stroke="#000000" d="M538.3456,-180.2336C579.676,-165.4347 642.4079,-142.9726 687.6054,-126.789"/>
<polygon fill="#000000" stroke="#000000" points="689.0211,-129.9997 697.2559,-123.3334 686.6614,-123.4094 689.0211,-129.9997"/>
</a>
</g>
<g id="a_edge1-label"><a xlink:href="http://example.org/seencuentra" xlink:title="j.0:seencuentra">
<text text-anchor="middle" x="683.6054" y="-147" font-family="Times,serif" font-size="14.00" fill="#000000">j.0:seencuentra</text>
</a>
</g>
</g>
</g>
</svg>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment