-- MySQL dump 10.10 -- -- Host: localhost Database: patent_esp -- ------------------------------------------------------ -- Server version 5.0.24a-community-nt-log /*!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 */; /*!40101 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 */; -- -- Current Database: `patent_esp` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `patent_esp` /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_estonian_ci */; USE `patent_esp`; -- -- Table structure for table `update5` -- DROP TABLE IF EXISTS `update5`; CREATE TABLE `update5` ( `idappli` char(12) collate utf8_estonian_ci NOT NULL, `dtpubli` date NOT NULL, PRIMARY KEY (`idappli`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `update5` -- /*!40000 ALTER TABLE `update5` DISABLE KEYS */; LOCK TABLES `update5` WRITE; INSERT INTO `update5` VALUES ('X553926','2018-12-17'),('X554055','2018-12-17'); UNLOCK TABLES; /*!40000 ALTER TABLE `update5` ENABLE KEYS */; -- -- Table structure for table `yabstract` -- DROP TABLE IF EXISTS `yabstract`; CREATE TABLE `yabstract` ( `idappli` varchar(12) collate utf8_estonian_ci NOT NULL, `txtform` varchar(2000) collate utf8_estonian_ci default NULL, `abstract` varchar(2000) collate utf8_estonian_ci default NULL, PRIMARY KEY (`idappli`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `yabstract` -- /*!40000 ALTER TABLE `yabstract` DISABLE KEYS */; LOCK TABLES `yabstract` WRITE; INSERT INTO `yabstract` VALUES ('X553926 ','Leiutise objektiks on seade komposiitmaterjalide purunemise mehhanismi uurimiseks, mis sisaldab kaanega 6 korpust 4, korpuses 4 asuvat liikumisvõimelist platvormi 2, millele on kinnitatud indentor 1, indentori 1 all asuvat pieso-elektrilist jõuandurit 15, platvormi 2 all asuvaid vedrusid 3, platvormi 2 sisse keeratud distantspolte 7 platvormi 2 ja indentori 1 liigutamiseks, eelpingutspolte 8 kaane 6 kinnitamiseks korpuse 4 külge ning ajamit 10a või 10b indentori 1 ja kaane 6 alumisele küljele paigutatud katsekeha 5 vahelise kauguse reguleerimiseks. Liikumisvõimelisest platvormist 2, vedrudest 3, korpusest 4, kaanest 6, distantspoltidest 7 ja eelpingutuspoltidest 8 on moodustatud seadme koormussüsteem.@','The subject of the invention is a device for assessment of the fracture mechanisms of composite materials, said device comprises a housing 4 with a lid 6, a movable platform 2 inside the housing 4, an indentor 1 attached onto the platform 2, a piezolectric force cell 15 attached under the indentor 1, the springs 3 attached under the platform 2, the distance bolts 7 screwed to the platform 2 for moving the platform 2 and indentor 1, the pre-tensioning bolts 8 which attach the lid 6 to the housing 4, and a drive 10a or 10b for adjusting the distance between the indentor 1, and test sample 5, attached to the lower side of the lid 6. The platform 2, the springs 3, the housing 4, the lid 6, the distance bolts 7 and the pre-tensioning bolts 8 form the load system of the device.'),('X554055 ','Leiutise sisuks on moodulmaja moodul, mis sisaldab risttahuka- või kuubikujulist raami ning raami külge kinnitatud seina-, lae- ja põrandaelemente. Raam on moodustatud puidust või liimpuidust või puidust või liimpuidust koostatud prussidest. Seina-, lae- ja põrandaelemendid on prusside vahele kinnitatud nii, et need ei ulatu raamist sisse- ega väljapoole, võimaldades moodulite hõlpsat ühendamist teineteise vastu asetatud raamide ühendamisega. Nimetatud moodulitest moodustatakse moodulmaja moodulite ühendamisega soovitud asetusega üksteise kõrvale ja/või üksteise peale, kinnitades ühendatavate moodulite raamid mehaaniliselt üksteise külge.','The subject of the invention is a module of a modular building comprising right parallelepiped or cuboid frames and wall, ceiling and floor elements fastened to the frame. The frame is formed from timber or laminated timber or from laminated timber balk. Wall, ceiling and floor elements are fastened between the balks so that they do not protrude from the frame neither inwards nor outwards, enabling to connect the modules easily by connecting the frames placed against each other. The building will be formed from the mentioned modules by placing them in desired position either one beside the other and/or upon the other by fixing the frames of modules connected to each other.'); UNLOCK TABLES; /*!40000 ALTER TABLE `yabstract` ENABLE KEYS */; -- -- Table structure for table `yagent` -- DROP TABLE IF EXISTS `yagent`; CREATE TABLE `yagent` ( `idagent` int(3) NOT NULL, `ctagent` varchar(250) collate utf8_estonian_ci default NULL, `fnagent` varchar(60) collate utf8_estonian_ci default NULL, `nmagent` varchar(120) collate utf8_estonian_ci default NULL, `adagent` varchar(240) collate utf8_estonian_ci default NULL, `nmtown` varchar(80) collate utf8_estonian_ci default NULL, `idtown` varchar(10) collate utf8_estonian_ci default NULL, `idcountry` varchar(2) collate utf8_estonian_ci default NULL, PRIMARY KEY (`idagent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `yagent` -- /*!40000 ALTER TABLE `yagent` DISABLE KEYS */; LOCK TABLES `yagent` WRITE; INSERT INTO `yagent` VALUES (35,'KOPPEL patendibüroo OÜ','Mart Enn','Koppel','Oja tee 22-2, Tiskre, Harku vald','Harju maakond','76916','EE'); UNLOCK TABLES; /*!40000 ALTER TABLE `yagent` ENABLE KEYS */; -- -- Table structure for table `ybdata` -- DROP TABLE IF EXISTS `ybdata`; CREATE TABLE `ybdata` ( `idappli` varchar(12) collate utf8_estonian_ci NOT NULL, `order` int(3) default NULL, PRIMARY KEY (`idappli`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `ybdata` -- /*!40000 ALTER TABLE `ybdata` DISABLE KEYS */; LOCK TABLES `ybdata` WRITE; INSERT INTO `ybdata` VALUES ('X553926 ',1),('X554055 ',1); UNLOCK TABLES; /*!40000 ALTER TABLE `ybdata` ENABLE KEYS */; -- -- Table structure for table `yclass` -- DROP TABLE IF EXISTS `yclass`; CREATE TABLE `yclass` ( `idappli` char(12) collate utf8_estonian_ci NOT NULL, `dtversion` char(6) collate utf8_estonian_ci default NULL, `ipcclass` varchar(15) collate utf8_estonian_ci default NULL, `symbpos` int(1) default NULL, `tyclassif` int(1) default NULL, `scclassif` int(1) default NULL, `odclass` int(3) default NULL, KEY `idappli` (`idappli`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `yclass` -- /*!40000 ALTER TABLE `yclass` DISABLE KEYS */; LOCK TABLES `yclass` WRITE; INSERT INTO `yclass` VALUES ('X553926','201601','G01N 3/42',1,1,1,1),('X554055','201801','E04B 1/26',1,1,1,1),('X554055','201801','E04B 1/343',1,1,1,2),('X554055','201801','E04B 1/348',1,1,1,3); UNLOCK TABLES; /*!40000 ALTER TABLE `yclass` ENABLE KEYS */; -- -- Table structure for table `yinvent` -- DROP TABLE IF EXISTS `yinvent`; CREATE TABLE `yinvent` ( `idappli` varchar(12) collate utf8_estonian_ci NOT NULL, `idinvent` int(11) NOT NULL, `odinvent` int(3) default NULL, PRIMARY KEY (`idappli`,`idinvent`), KEY `idappli` (`idappli`), KEY `idinvent` (`idinvent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `yinvent` -- /*!40000 ALTER TABLE `yinvent` DISABLE KEYS */; LOCK TABLES `yinvent` WRITE; INSERT INTO `yinvent` VALUES ('X553926 ',14333,1),('X553926 ',14343,2),('X554055 ',14572,1),('X554055 ',14573,2); UNLOCK TABLES; /*!40000 ALTER TABLE `yinvent` ENABLE KEYS */; -- -- Table structure for table `yinventor` -- DROP TABLE IF EXISTS `yinventor`; CREATE TABLE `yinventor` ( `idinvent` int(11) NOT NULL, `fninventor` varchar(60) collate utf8_estonian_ci default NULL, `midninventor` varchar(60) collate utf8_estonian_ci default NULL, `nminventor` varchar(120) collate utf8_estonian_ci default NULL, `adinventor` varchar(240) collate utf8_estonian_ci default NULL, `idcountry` varchar(2) collate utf8_estonian_ci default NULL, `nmtown` varchar(80) collate utf8_estonian_ci default NULL, `idtown` varchar(10) collate utf8_estonian_ci default NULL, `nmstate` varchar(80) collate utf8_estonian_ci default NULL, PRIMARY KEY (`idinvent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `yinventor` -- /*!40000 ALTER TABLE `yinventor` DISABLE KEYS */; LOCK TABLES `yinventor` WRITE; INSERT INTO `yinventor` VALUES (14333,'Maksim','','Antonov','Ehitajate tee 5','EE','Tallinn','19086',''),(14343,'Sergei','','Nikitin','Kalevipoja 9-27','EE','Tallinn','13625',''),(14572,'Erik','','Sakkov','Peetri tee 21a, Peetri alevik, Rae vald','EE','Harju maakond','75312',''),(14573,'Ürjo','','Pähno','Peetri tee 21c, Peetri alevik, Rae vald','EE','Harju maakond','75312',''); UNLOCK TABLES; /*!40000 ALTER TABLE `yinventor` ENABLE KEYS */; -- -- Table structure for table `yown` -- DROP TABLE IF EXISTS `yown`; CREATE TABLE `yown` ( `idappli` varchar(12) collate utf8_estonian_ci NOT NULL, `idowner` int(12) NOT NULL, `odowner` int(3) default NULL, PRIMARY KEY (`idappli`,`idowner`), KEY `idappli` (`idappli`), KEY `idowner` (`idowner`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `yown` -- /*!40000 ALTER TABLE `yown` DISABLE KEYS */; LOCK TABLES `yown` WRITE; INSERT INTO `yown` VALUES ('X553926 ',328,1),('X554055 ',3648,1); UNLOCK TABLES; /*!40000 ALTER TABLE `yown` ENABLE KEYS */; -- -- Table structure for table `yowner` -- DROP TABLE IF EXISTS `yowner`; CREATE TABLE `yowner` ( `idowner` int(12) NOT NULL, `ntincorp` int(11) NOT NULL, `fnowner` varchar(60) collate utf8_estonian_ci default NULL, `midnowner` varchar(60) collate utf8_estonian_ci default NULL, `nmowner` varchar(120) collate utf8_estonian_ci default NULL, `orgname` varchar(120) collate utf8_estonian_ci default NULL, `adowner` varchar(240) collate utf8_estonian_ci default NULL, `idcountry` varchar(2) collate utf8_estonian_ci default NULL, `nmtown` varchar(80) collate utf8_estonian_ci default NULL, `idtown` varchar(10) collate utf8_estonian_ci default NULL, `nmstate` varchar(80) collate utf8_estonian_ci default NULL, PRIMARY KEY (`idowner`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `yowner` -- /*!40000 ALTER TABLE `yowner` DISABLE KEYS */; LOCK TABLES `yowner` WRITE; INSERT INTO `yowner` VALUES (328,2,'','','','Tallinna Tehnikaülikool','Ehitajate tee 5','EE','Tallinn','19086',''),(3648,2,'','','','Teokarp OÜ','Peetri tee 21a, Peetri alevik, Rae vald','EE','Harju maakond','75312',''); UNLOCK TABLES; /*!40000 ALTER TABLE `yowner` ENABLE KEYS */; -- -- Table structure for table `ypct` -- DROP TABLE IF EXISTS `ypct`; CREATE TABLE `ypct` ( `idappli` varchar(12) collate utf8_estonian_ci NOT NULL, `orictry` varchar(2) collate utf8_estonian_ci default NULL, `nopctep` varchar(13) collate utf8_estonian_ci default NULL, `intctry` varchar(2) collate utf8_estonian_ci default NULL, `nopubli` varchar(12) collate utf8_estonian_ci default NULL, `dtpctpubli` varchar(8) collate utf8_estonian_ci default NULL, KEY `idappli` (`idappli`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `ypct` -- /*!40000 ALTER TABLE `ypct` DISABLE KEYS */; LOCK TABLES `ypct` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ypct` ENABLE KEYS */; -- -- Table structure for table `ypriority` -- DROP TABLE IF EXISTS `ypriority`; CREATE TABLE `ypriority` ( `idappli` char(12) collate utf8_estonian_ci NOT NULL, `idcountry` varchar(2) collate utf8_estonian_ci default NULL, `noprio` varchar(15) collate utf8_estonian_ci default NULL, `dtprio` varchar(8) collate utf8_estonian_ci default NULL, `odpriority` int(3) default NULL, KEY `idappli` (`idappli`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `ypriority` -- /*!40000 ALTER TABLE `ypriority` DISABLE KEYS */; LOCK TABLES `ypriority` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ypriority` ENABLE KEYS */; -- -- Table structure for table `yptappli` -- DROP TABLE IF EXISTS `yptappli`; CREATE TABLE `yptappli` ( `idappli` varchar(12) collate utf8_estonian_ci NOT NULL, `doc-id` varchar(20) collate utf8_estonian_ci NOT NULL, `doc-number-pub` int(12) NOT NULL, `doc-idp` varchar(20) collate utf8_estonian_ci default NULL, `doc-number-pubp` varchar(12) collate utf8_estonian_ci default NULL, `kind` int(2) NOT NULL, `dtpubli` varchar(8) collate utf8_estonian_ci NOT NULL, `extidappli` varchar(12) collate utf8_estonian_ci NOT NULL, `dtappli` varchar(8) collate utf8_estonian_ci NOT NULL, `title` varchar(250) collate utf8_estonian_ci default NULL, `engtitle` varchar(250) collate utf8_estonian_ci default NULL, `idagent` int(3) default NULL, PRIMARY KEY (`idappli`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_estonian_ci; -- -- Dumping data for table `yptappli` -- /*!40000 ALTER TABLE `yptappli` DISABLE KEYS */; LOCK TABLES `yptappli` WRITE; INSERT INTO `yptappli` VALUES ('X553926 ','EE201400029',201400029,'EE05814','05814',2,'20181217','P201400029 ','20140811','Seade komposiitmaterjalide purunemise mehhanismi uurimiseks','Device for assessment of the fracture mechanisms of composite materials',0),('X554055 ','EE201700015',201700015,'','',1,'20181217','P201700015 ','20170315','Moodulmaja moodul ja moodulmaja süsteem','Module for a modular building and system of modular buildings',35); UNLOCK TABLES; /*!40000 ALTER TABLE `yptappli` ENABLE KEYS */; -- -- Dumping routines for database 'patent_esp' -- DELIMITER ;; DELIMITER ; /*!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 */;