-- MySQL dump 10.13 Distrib 5.1.63, for pc-linux-gnu (i686) -- -- Host: localhost Database: rdf2rdb -- ------------------------------------------------------ -- Server version 5.1.63 /*!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 */; -- -- Table structure for table `agent` -- DROP TABLE IF EXISTS `agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent` ( `agent_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `title2` text, `sha1sum_of_a_personal_mailbox_uri_nam` text, `preferreduri` text, `given_name` text, `name` text, `label1` text, `nickname` text, PRIMARY KEY (`agent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent` -- LOCK TABLES `agent` WRITE; /*!40000 ALTER TABLE `agent` DISABLE KEYS */; INSERT INTO `agent` VALUES (1,'http://www.w3.org/People/Berners-Lee/card#i','Sir','965c47c5a70db7407210cef6e4e6f5374a525c5c','http://www.w3.org/People/Berners-Lee/card#i','Timothy','Timothy Berners-Lee','Tim Berners-Lee','timbl'),(2,'http://www.w3.org/data#W3C',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'http://dig.csail.mit.edu/data#DIG',NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1` -- DROP TABLE IF EXISTS `agent1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1` ( `agent1_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `name` text, `preferreduri` text, `label1` text, `nickname` text, `title2` text, `given_name` text, PRIMARY KEY (`agent1_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1` -- LOCK TABLES `agent1` WRITE; /*!40000 ALTER TABLE `agent1` DISABLE KEYS */; INSERT INTO `agent1` VALUES (1,'http://www.w3.org/People/Berners-Lee/card#i','Timothy Berners-Lee','http://www.w3.org/People/Berners-Lee/card#i','Tim Berners-Lee','timbl','Sir','Timothy'),(2,'http://www.w3.org/data#W3C',NULL,NULL,NULL,NULL,NULL,NULL),(3,'http://dig.csail.mit.edu/data#DIG',NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `agent1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_assistant_thing` -- DROP TABLE IF EXISTS `agent1_assistant_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_assistant_thing` ( `agent1_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_assistant_thing` -- LOCK TABLES `agent1_assistant_thing` WRITE; /*!40000 ALTER TABLE `agent1_assistant_thing` DISABLE KEYS */; INSERT INTO `agent1_assistant_thing` VALUES (1,28); /*!40000 ALTER TABLE `agent1_assistant_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_depiction_image` -- DROP TABLE IF EXISTS `agent1_depiction_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_depiction_image` ( `agent1_id1` int(11) NOT NULL, `image_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`image_id2`), KEY `image_id2_i` (`image_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_depiction_image` -- LOCK TABLES `agent1_depiction_image` WRITE; /*!40000 ALTER TABLE `agent1_depiction_image` DISABLE KEYS */; INSERT INTO `agent1_depiction_image` VALUES (1,1); /*!40000 ALTER TABLE `agent1_depiction_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_homepage1_document` -- DROP TABLE IF EXISTS `agent1_homepage1_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_homepage1_document` ( `agent1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_homepage1_document` -- LOCK TABLES `agent1_homepage1_document` WRITE; /*!40000 ALTER TABLE `agent1_homepage1_document` DISABLE KEYS */; INSERT INTO `agent1_homepage1_document` VALUES (1,5); /*!40000 ALTER TABLE `agent1_homepage1_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_homepage_document` -- DROP TABLE IF EXISTS `agent1_homepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_homepage_document` ( `agent1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_homepage_document` -- LOCK TABLES `agent1_homepage_document` WRITE; /*!40000 ALTER TABLE `agent1_homepage_document` DISABLE KEYS */; INSERT INTO `agent1_homepage_document` VALUES (1,5); /*!40000 ALTER TABLE `agent1_homepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_is_primary_topic_of_document` -- DROP TABLE IF EXISTS `agent1_is_primary_topic_of_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_is_primary_topic_of_document` ( `agent1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_is_primary_topic_of_document` -- LOCK TABLES `agent1_is_primary_topic_of_document` WRITE; /*!40000 ALTER TABLE `agent1_is_primary_topic_of_document` DISABLE KEYS */; INSERT INTO `agent1_is_primary_topic_of_document` VALUES (1,5); /*!40000 ALTER TABLE `agent1_is_primary_topic_of_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_likes_thing` -- DROP TABLE IF EXISTS `agent1_likes_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_likes_thing` ( `agent1_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_likes_thing` -- LOCK TABLES `agent1_likes_thing` WRITE; /*!40000 ALTER TABLE `agent1_likes_thing` DISABLE KEYS */; INSERT INTO `agent1_likes_thing` VALUES (1,22); /*!40000 ALTER TABLE `agent1_likes_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_office_thing` -- DROP TABLE IF EXISTS `agent1_office_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_office_thing` ( `agent1_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_office_thing` -- LOCK TABLES `agent1_office_thing` WRITE; /*!40000 ALTER TABLE `agent1_office_thing` DISABLE KEYS */; INSERT INTO `agent1_office_thing` VALUES (1,20); /*!40000 ALTER TABLE `agent1_office_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_page_document` -- DROP TABLE IF EXISTS `agent1_page_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_page_document` ( `agent1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_page_document` -- LOCK TABLES `agent1_page_document` WRITE; /*!40000 ALTER TABLE `agent1_page_document` DISABLE KEYS */; INSERT INTO `agent1_page_document` VALUES (1,5),(1,6); /*!40000 ALTER TABLE `agent1_page_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_phone_thing` -- DROP TABLE IF EXISTS `agent1_phone_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_phone_thing` ( `agent1_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_phone_thing` -- LOCK TABLES `agent1_phone_thing` WRITE; /*!40000 ALTER TABLE `agent1_phone_thing` DISABLE KEYS */; INSERT INTO `agent1_phone_thing` VALUES (1,19); /*!40000 ALTER TABLE `agent1_phone_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_publichomepage_document` -- DROP TABLE IF EXISTS `agent1_publichomepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_publichomepage_document` ( `agent1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_publichomepage_document` -- LOCK TABLES `agent1_publichomepage_document` WRITE; /*!40000 ALTER TABLE `agent1_publichomepage_document` DISABLE KEYS */; INSERT INTO `agent1_publichomepage_document` VALUES (1,5); /*!40000 ALTER TABLE `agent1_publichomepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_seealso_document` -- DROP TABLE IF EXISTS `agent1_seealso_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_seealso_document` ( `agent1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_seealso_document` -- LOCK TABLES `agent1_seealso_document` WRITE; /*!40000 ALTER TABLE `agent1_seealso_document` DISABLE KEYS */; INSERT INTO `agent1_seealso_document` VALUES (1,2); /*!40000 ALTER TABLE `agent1_seealso_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_seealso_personalprofiledocument` -- DROP TABLE IF EXISTS `agent1_seealso_personalprofiledocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_seealso_personalprofiledocument` ( `agent1_id1` int(11) NOT NULL, `personalprofiledocument_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`personalprofiledocument_id2`), KEY `personalprofiledocument_id2_i` (`personalprofiledocument_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_seealso_personalprofiledocument` -- LOCK TABLES `agent1_seealso_personalprofiledocument` WRITE; /*!40000 ALTER TABLE `agent1_seealso_personalprofiledocument` DISABLE KEYS */; INSERT INTO `agent1_seealso_personalprofiledocument` VALUES (1,1); /*!40000 ALTER TABLE `agent1_seealso_personalprofiledocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent1_seealso_thing` -- DROP TABLE IF EXISTS `agent1_seealso_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent1_seealso_thing` ( `agent1_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent1_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent1_seealso_thing` -- LOCK TABLES `agent1_seealso_thing` WRITE; /*!40000 ALTER TABLE `agent1_seealso_thing` DISABLE KEYS */; INSERT INTO `agent1_seealso_thing` VALUES (1,16); /*!40000 ALTER TABLE `agent1_seealso_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_account_online_account` -- DROP TABLE IF EXISTS `agent_account_online_account`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_account_online_account` ( `agent_id1` int(11) NOT NULL, `online_account_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`online_account_id2`), KEY `onlineaccount_id2_i` (`online_account_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_account_online_account` -- LOCK TABLES `agent_account_online_account` WRITE; /*!40000 ALTER TABLE `agent_account_online_account` DISABLE KEYS */; INSERT INTO `agent_account_online_account` VALUES (1,1),(1,2),(1,3); /*!40000 ALTER TABLE `agent_account_online_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_assistant_thing` -- DROP TABLE IF EXISTS `agent_assistant_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_assistant_thing` ( `agent_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_assistant_thing` -- LOCK TABLES `agent_assistant_thing` WRITE; /*!40000 ALTER TABLE `agent_assistant_thing` DISABLE KEYS */; INSERT INTO `agent_assistant_thing` VALUES (1,28); /*!40000 ALTER TABLE `agent_assistant_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_depiction_image` -- DROP TABLE IF EXISTS `agent_depiction_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_depiction_image` ( `agent_id1` int(11) NOT NULL, `image_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`image_id2`), KEY `image_id2_i` (`image_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_depiction_image` -- LOCK TABLES `agent_depiction_image` WRITE; /*!40000 ALTER TABLE `agent_depiction_image` DISABLE KEYS */; INSERT INTO `agent_depiction_image` VALUES (1,1); /*!40000 ALTER TABLE `agent_depiction_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_homepage1_document` -- DROP TABLE IF EXISTS `agent_homepage1_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_homepage1_document` ( `agent_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_homepage1_document` -- LOCK TABLES `agent_homepage1_document` WRITE; /*!40000 ALTER TABLE `agent_homepage1_document` DISABLE KEYS */; INSERT INTO `agent_homepage1_document` VALUES (1,5); /*!40000 ALTER TABLE `agent_homepage1_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_homepage_document` -- DROP TABLE IF EXISTS `agent_homepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_homepage_document` ( `agent_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_homepage_document` -- LOCK TABLES `agent_homepage_document` WRITE; /*!40000 ALTER TABLE `agent_homepage_document` DISABLE KEYS */; INSERT INTO `agent_homepage_document` VALUES (1,5); /*!40000 ALTER TABLE `agent_homepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_is_primary_topic_of_document` -- DROP TABLE IF EXISTS `agent_is_primary_topic_of_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_is_primary_topic_of_document` ( `agent_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_is_primary_topic_of_document` -- LOCK TABLES `agent_is_primary_topic_of_document` WRITE; /*!40000 ALTER TABLE `agent_is_primary_topic_of_document` DISABLE KEYS */; INSERT INTO `agent_is_primary_topic_of_document` VALUES (1,5); /*!40000 ALTER TABLE `agent_is_primary_topic_of_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_likes_thing` -- DROP TABLE IF EXISTS `agent_likes_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_likes_thing` ( `agent_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_likes_thing` -- LOCK TABLES `agent_likes_thing` WRITE; /*!40000 ALTER TABLE `agent_likes_thing` DISABLE KEYS */; INSERT INTO `agent_likes_thing` VALUES (1,22); /*!40000 ALTER TABLE `agent_likes_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_office_thing` -- DROP TABLE IF EXISTS `agent_office_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_office_thing` ( `agent_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_office_thing` -- LOCK TABLES `agent_office_thing` WRITE; /*!40000 ALTER TABLE `agent_office_thing` DISABLE KEYS */; INSERT INTO `agent_office_thing` VALUES (1,20); /*!40000 ALTER TABLE `agent_office_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_openid_document` -- DROP TABLE IF EXISTS `agent_openid_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_openid_document` ( `agent_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_openid_document` -- LOCK TABLES `agent_openid_document` WRITE; /*!40000 ALTER TABLE `agent_openid_document` DISABLE KEYS */; INSERT INTO `agent_openid_document` VALUES (1,5); /*!40000 ALTER TABLE `agent_openid_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_page_document` -- DROP TABLE IF EXISTS `agent_page_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_page_document` ( `agent_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_page_document` -- LOCK TABLES `agent_page_document` WRITE; /*!40000 ALTER TABLE `agent_page_document` DISABLE KEYS */; INSERT INTO `agent_page_document` VALUES (1,5),(1,6); /*!40000 ALTER TABLE `agent_page_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_personal_mailbox_thing` -- DROP TABLE IF EXISTS `agent_personal_mailbox_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_personal_mailbox_thing` ( `agent_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_personal_mailbox_thing` -- LOCK TABLES `agent_personal_mailbox_thing` WRITE; /*!40000 ALTER TABLE `agent_personal_mailbox_thing` DISABLE KEYS */; INSERT INTO `agent_personal_mailbox_thing` VALUES (1,18); /*!40000 ALTER TABLE `agent_personal_mailbox_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_phone_thing` -- DROP TABLE IF EXISTS `agent_phone_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_phone_thing` ( `agent_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_phone_thing` -- LOCK TABLES `agent_phone_thing` WRITE; /*!40000 ALTER TABLE `agent_phone_thing` DISABLE KEYS */; INSERT INTO `agent_phone_thing` VALUES (1,19); /*!40000 ALTER TABLE `agent_phone_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_publichomepage_document` -- DROP TABLE IF EXISTS `agent_publichomepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_publichomepage_document` ( `agent_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_publichomepage_document` -- LOCK TABLES `agent_publichomepage_document` WRITE; /*!40000 ALTER TABLE `agent_publichomepage_document` DISABLE KEYS */; INSERT INTO `agent_publichomepage_document` VALUES (1,5); /*!40000 ALTER TABLE `agent_publichomepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_seealso_document` -- DROP TABLE IF EXISTS `agent_seealso_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_seealso_document` ( `agent_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_seealso_document` -- LOCK TABLES `agent_seealso_document` WRITE; /*!40000 ALTER TABLE `agent_seealso_document` DISABLE KEYS */; INSERT INTO `agent_seealso_document` VALUES (1,2); /*!40000 ALTER TABLE `agent_seealso_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_seealso_personalprofiledocument` -- DROP TABLE IF EXISTS `agent_seealso_personalprofiledocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_seealso_personalprofiledocument` ( `agent_id1` int(11) NOT NULL, `personalprofiledocument_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`personalprofiledocument_id2`), KEY `personalprofiledocument_id2_i` (`personalprofiledocument_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_seealso_personalprofiledocument` -- LOCK TABLES `agent_seealso_personalprofiledocument` WRITE; /*!40000 ALTER TABLE `agent_seealso_personalprofiledocument` DISABLE KEYS */; INSERT INTO `agent_seealso_personalprofiledocument` VALUES (1,1); /*!40000 ALTER TABLE `agent_seealso_personalprofiledocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_seealso_thing` -- DROP TABLE IF EXISTS `agent_seealso_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_seealso_thing` ( `agent_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_seealso_thing` -- LOCK TABLES `agent_seealso_thing` WRITE; /*!40000 ALTER TABLE `agent_seealso_thing` DISABLE KEYS */; INSERT INTO `agent_seealso_thing` VALUES (1,16); /*!40000 ALTER TABLE `agent_seealso_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent_weblog_document` -- DROP TABLE IF EXISTS `agent_weblog_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `agent_weblog_document` ( `agent_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`agent_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent_weblog_document` -- LOCK TABLES `agent_weblog_document` WRITE; /*!40000 ALTER TABLE `agent_weblog_document` DISABLE KEYS */; INSERT INTO `agent_weblog_document` VALUES (1,6); /*!40000 ALTER TABLE `agent_weblog_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document` -- DROP TABLE IF EXISTS `document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document` ( `document_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `title` text, PRIMARY KEY (`document_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document` -- LOCK TABLES `document` WRITE; /*!40000 ALTER TABLE `document` DISABLE KEYS */; INSERT INTO `document` VALUES (1,'http://www.w3.org/',NULL),(2,'http://dig.csail.mit.edu/2008/webdav/timbl/foaf.rdf','Tim Berners-Lee\'s editable FOAF file'),(3,'http://www.w3.org/People/Berners-Lee/card.rdf','Tim Berners-Lee\'s FOAF file'),(4,'http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg',NULL),(5,'http://www.w3.org/People/Berners-Lee/',NULL),(6,'http://dig.csail.mit.edu/breadcrumbs/blog/4','timbl\'s blog'); /*!40000 ALTER TABLE `document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document_creator1_agent` -- DROP TABLE IF EXISTS `document_creator1_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document_creator1_agent` ( `document_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`document_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document_creator1_agent` -- LOCK TABLES `document_creator1_agent` WRITE; /*!40000 ALTER TABLE `document_creator1_agent` DISABLE KEYS */; INSERT INTO `document_creator1_agent` VALUES (2,1),(3,1),(6,1); /*!40000 ALTER TABLE `document_creator1_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document_license_thing` -- DROP TABLE IF EXISTS `document_license_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document_license_thing` ( `document_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`document_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document_license_thing` -- LOCK TABLES `document_license_thing` WRITE; /*!40000 ALTER TABLE `document_license_thing` DISABLE KEYS */; INSERT INTO `document_license_thing` VALUES (2,5),(3,5); /*!40000 ALTER TABLE `document_license_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document_maker_agent` -- DROP TABLE IF EXISTS `document_maker_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document_maker_agent` ( `document_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`document_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document_maker_agent` -- LOCK TABLES `document_maker_agent` WRITE; /*!40000 ALTER TABLE `document_maker_agent` DISABLE KEYS */; INSERT INTO `document_maker_agent` VALUES (2,1),(3,1),(6,1); /*!40000 ALTER TABLE `document_maker_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document_primary_topic_agent` -- DROP TABLE IF EXISTS `document_primary_topic_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document_primary_topic_agent` ( `document_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`document_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document_primary_topic_agent` -- LOCK TABLES `document_primary_topic_agent` WRITE; /*!40000 ALTER TABLE `document_primary_topic_agent` DISABLE KEYS */; INSERT INTO `document_primary_topic_agent` VALUES (2,1),(3,1); /*!40000 ALTER TABLE `document_primary_topic_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document_primary_topic_agent1` -- DROP TABLE IF EXISTS `document_primary_topic_agent1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document_primary_topic_agent1` ( `document_id1` int(11) NOT NULL, `agent1_id2` int(11) NOT NULL, PRIMARY KEY (`document_id1`,`agent1_id2`), KEY `agent1_id2_i` (`agent1_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document_primary_topic_agent1` -- LOCK TABLES `document_primary_topic_agent1` WRITE; /*!40000 ALTER TABLE `document_primary_topic_agent1` DISABLE KEYS */; INSERT INTO `document_primary_topic_agent1` VALUES (2,1),(3,1); /*!40000 ALTER TABLE `document_primary_topic_agent1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document_primary_topic_male` -- DROP TABLE IF EXISTS `document_primary_topic_male`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document_primary_topic_male` ( `document_id1` int(11) NOT NULL, `male_id2` int(11) NOT NULL, PRIMARY KEY (`document_id1`,`male_id2`), KEY `male_id2_i` (`male_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document_primary_topic_male` -- LOCK TABLES `document_primary_topic_male` WRITE; /*!40000 ALTER TABLE `document_primary_topic_male` DISABLE KEYS */; INSERT INTO `document_primary_topic_male` VALUES (2,1),(3,1); /*!40000 ALTER TABLE `document_primary_topic_male` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document_primary_topic_person` -- DROP TABLE IF EXISTS `document_primary_topic_person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document_primary_topic_person` ( `document_id1` int(11) NOT NULL, `person_id2` int(11) NOT NULL, PRIMARY KEY (`document_id1`,`person_id2`), KEY `person_id2_i` (`person_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document_primary_topic_person` -- LOCK TABLES `document_primary_topic_person` WRITE; /*!40000 ALTER TABLE `document_primary_topic_person` DISABLE KEYS */; INSERT INTO `document_primary_topic_person` VALUES (2,1),(3,1); /*!40000 ALTER TABLE `document_primary_topic_person` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document_primary_topic_person1` -- DROP TABLE IF EXISTS `document_primary_topic_person1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document_primary_topic_person1` ( `document_id1` int(11) NOT NULL, `person1_id2` int(11) NOT NULL, PRIMARY KEY (`document_id1`,`person1_id2`), KEY `person1_id2_i` (`person1_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document_primary_topic_person1` -- LOCK TABLES `document_primary_topic_person1` WRITE; /*!40000 ALTER TABLE `document_primary_topic_person1` DISABLE KEYS */; INSERT INTO `document_primary_topic_person1` VALUES (2,1),(3,1); /*!40000 ALTER TABLE `document_primary_topic_person1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document_primary_topic_spatial_thing` -- DROP TABLE IF EXISTS `document_primary_topic_spatial_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document_primary_topic_spatial_thing` ( `document_id1` int(11) NOT NULL, `spatial_thing_id2` int(11) NOT NULL, PRIMARY KEY (`document_id1`,`spatial_thing_id2`), KEY `spatial_thing_id2_i` (`spatial_thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document_primary_topic_spatial_thing` -- LOCK TABLES `document_primary_topic_spatial_thing` WRITE; /*!40000 ALTER TABLE `document_primary_topic_spatial_thing` DISABLE KEYS */; INSERT INTO `document_primary_topic_spatial_thing` VALUES (2,1),(3,1); /*!40000 ALTER TABLE `document_primary_topic_spatial_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `document_seealso_thing` -- DROP TABLE IF EXISTS `document_seealso_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `document_seealso_thing` ( `document_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`document_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `document_seealso_thing` -- LOCK TABLES `document_seealso_thing` WRITE; /*!40000 ALTER TABLE `document_seealso_thing` DISABLE KEYS */; INSERT INTO `document_seealso_thing` VALUES (6,13); /*!40000 ALTER TABLE `document_seealso_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `group1` -- DROP TABLE IF EXISTS `group1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `group1` ( `group1_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, PRIMARY KEY (`group1_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `group1` -- LOCK TABLES `group1` WRITE; /*!40000 ALTER TABLE `group1` DISABLE KEYS */; INSERT INTO `group1` VALUES (1,'http://www.w3.org/data#W3C'),(2,'http://dig.csail.mit.edu/data#DIG'); /*!40000 ALTER TABLE `group1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `group1_member_agent` -- DROP TABLE IF EXISTS `group1_member_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `group1_member_agent` ( `group1_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`group1_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `group1_member_agent` -- LOCK TABLES `group1_member_agent` WRITE; /*!40000 ALTER TABLE `group1_member_agent` DISABLE KEYS */; INSERT INTO `group1_member_agent` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `group1_member_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `image` -- DROP TABLE IF EXISTS `image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `image` ( `image_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, PRIMARY KEY (`image_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `image` -- LOCK TABLES `image` WRITE; /*!40000 ALTER TABLE `image` DISABLE KEYS */; INSERT INTO `image` VALUES (1,'http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg'); /*!40000 ALTER TABLE `image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `labels` -- DROP TABLE IF EXISTS `labels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `labels` ( `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `dblabel` varchar(40) NOT NULL, PRIMARY KEY (`uri`), KEY `dblabel_i` (`dblabel`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labels` -- LOCK TABLES `labels` WRITE; /*!40000 ALTER TABLE `labels` DISABLE KEYS */; INSERT INTO `labels` VALUES ('http://www.w3.org/2002/07/owl#Thing','thing'),('http://xmlns.com/foaf/0.1/maker','maker'),('http://www.w3.org/2000/10/swap/pim/contact#street','street'),('http://www.w3.org/2000/10/swap/pim/contact#postalCode','postalcode'),('http://www.w3.org/2000/10/swap/pim/contact#city','city'),('http://www.w3.org/2000/10/swap/pim/contact#street2','street2'),('http://www.w3.org/2000/10/swap/pim/contact#country','country'),('http://creativecommons.org/ns#license','license'),('http://purl.org/dc/elements/1.1/title','title'),('http://xmlns.com/foaf/0.1/PersonalProfileDocument','personalprofiledocument'),('http://xmlns.com/foaf/0.1/primaryTopic','primary_topic'),('http://purl.org/dc/terms/title','title1'),('http://www.w3.org/2003/01/geo/wgs84_pos#lat','lat'),('http://www.w3.org/2003/01/geo/wgs84_pos#long','long1'),('http://purl.org/dc/elements/1.1/creator','creator'),('http://xmlns.com/foaf/0.1/member','member'),('http://www.w3.org/2000/01/rdf-schema#seeAlso','seealso'),('http://www.w3.org/ns/auth/cert#key','key'),('http://xmlns.com/foaf/0.1/based_near','based_near'),('http://xmlns.com/foaf/0.1/mbox','personal_mailbox'),('http://www.w3.org/2000/10/swap/pim/contact#preferredURI','preferreduri'),('http://xmlns.com/foaf/0.1/phone','phone'),('http://www.w3.org/2000/10/swap/pim/contact#office','office'),('http://xmlns.com/foaf/0.1/title','title2'),('http://xmlns.com/foaf/0.1/homepage','homepage'),('http://xmlns.com/foaf/0.1/givenname','given_name'),('http://www.w3.org/2000/10/swap/pim/contact#likes','likes'),('http://www.w3.org/2000/10/swap/pim/contact#Male','male'),('http://xmlns.com/foaf/0.1/Person','person'),('http://www.w3.org/2000/10/swap/pim/contact#publicHomePage','publichomepage'),('http://xmlns.com/foaf/0.1/img','image'),('http://xmlns.com/foaf/0.1/workplaceHomepage','workplace_homepage'),('http://xmlns.com/foaf/0.1/account','account'),('http://www.w3.org/2000/10/swap/pim/contact#homePage','homepage1'),('http://xmlns.com/foaf/0.1/openid','openid'),('http://xmlns.com/foaf/0.1/name','name'),('http://www.w3.org/2000/10/swap/pim/contact#assistant','assistant'),('http://xmlns.com/foaf/0.1/family_name','family_name'),('http://www.w3.org/2000/01/rdf-schema#label','label1'),('http://xmlns.com/foaf/0.1/nick','nickname'),('http://xmlns.com/foaf/0.1/mbox_sha1sum','sha1sum_of_a_personal_mailbox_uri_nam'),('http://xmlns.com/foaf/0.1/weblog','weblog'),('http://usefulinc.com/ns/doap#developer','developer'),('http://www.w3.org/ns/auth/cert#modulus','modulus'),('http://www.w3.org/ns/auth/cert#exponent','exponent'),('http://www.w3.org/ns/auth/cert#RSAPublicKey','rsapublickey'),('http://www.w3.org/2000/10/swap/pim/contact#participant','participant'),('http://www.w3.org/2000/10/swap/pim/contact#address','address'),('http://www.w3.org/2003/01/geo/wgs84_pos#location','location'),('http://www.w3.org/2000/10/swap/pim/contact#phone','phone1'),('http://xmlns.com/foaf/0.1/Agent','agent'),('http://www.w3.org/2000/01/rdf-schema#isDefinedBy','isdefinedby'),('http://www.w3.org/2003/06/sw-vocab-status/ns#term_status','term_status'),('http://www.w3.org/2000/01/rdf-schema#comment','comment'),('http://purl.org/dc/elements/1.1/description','description'),('http://www.w3.org/2002/07/owl#inverseOf','inverseof'),('http://xmlns.com/foaf/0.1/OnlineAccount','online_account'),('http://purl.org/dc/terms/creator','creator1'),('http://xmlns.com/foaf/0.1/Group','group1'),('http://xmlns.com/foaf/0.1/depiction','depiction'),('http://xmlns.com/foaf/0.1/Image','image'),('http://xmlns.com/foaf/0.1/Document','document'),('http://www.w3.org/2002/07/owl#disjointWith','disjointwith'),('http://xmlns.com/foaf/0.1/page','page'),('http://xmlns.com/foaf/0.1/isPrimaryTopicOf','is_primary_topic_of'),('http://purl.org/dc/terms/Agent','agent1'),('http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing','spatial_thing'),('http://www.w3.org/2000/10/swap/pim/contact#Person','person1'); /*!40000 ALTER TABLE `labels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male` -- DROP TABLE IF EXISTS `male`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male` ( `male_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `title2` text, `given_name` text, `preferreduri` text, `name` text, `label1` text, `nickname` text, PRIMARY KEY (`male_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male` -- LOCK TABLES `male` WRITE; /*!40000 ALTER TABLE `male` DISABLE KEYS */; INSERT INTO `male` VALUES (1,'http://www.w3.org/People/Berners-Lee/card#i','Sir','Timothy','http://www.w3.org/People/Berners-Lee/card#i','Timothy Berners-Lee','Tim Berners-Lee','timbl'); /*!40000 ALTER TABLE `male` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_assistant_thing` -- DROP TABLE IF EXISTS `male_assistant_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_assistant_thing` ( `male_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_assistant_thing` -- LOCK TABLES `male_assistant_thing` WRITE; /*!40000 ALTER TABLE `male_assistant_thing` DISABLE KEYS */; INSERT INTO `male_assistant_thing` VALUES (1,28); /*!40000 ALTER TABLE `male_assistant_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_depiction_image` -- DROP TABLE IF EXISTS `male_depiction_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_depiction_image` ( `male_id1` int(11) NOT NULL, `image_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`image_id2`), KEY `image_id2_i` (`image_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_depiction_image` -- LOCK TABLES `male_depiction_image` WRITE; /*!40000 ALTER TABLE `male_depiction_image` DISABLE KEYS */; INSERT INTO `male_depiction_image` VALUES (1,1); /*!40000 ALTER TABLE `male_depiction_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_homepage1_document` -- DROP TABLE IF EXISTS `male_homepage1_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_homepage1_document` ( `male_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_homepage1_document` -- LOCK TABLES `male_homepage1_document` WRITE; /*!40000 ALTER TABLE `male_homepage1_document` DISABLE KEYS */; INSERT INTO `male_homepage1_document` VALUES (1,5); /*!40000 ALTER TABLE `male_homepage1_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_homepage_document` -- DROP TABLE IF EXISTS `male_homepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_homepage_document` ( `male_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_homepage_document` -- LOCK TABLES `male_homepage_document` WRITE; /*!40000 ALTER TABLE `male_homepage_document` DISABLE KEYS */; INSERT INTO `male_homepage_document` VALUES (1,5); /*!40000 ALTER TABLE `male_homepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_is_primary_topic_of_document` -- DROP TABLE IF EXISTS `male_is_primary_topic_of_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_is_primary_topic_of_document` ( `male_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_is_primary_topic_of_document` -- LOCK TABLES `male_is_primary_topic_of_document` WRITE; /*!40000 ALTER TABLE `male_is_primary_topic_of_document` DISABLE KEYS */; INSERT INTO `male_is_primary_topic_of_document` VALUES (1,5); /*!40000 ALTER TABLE `male_is_primary_topic_of_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_likes_thing` -- DROP TABLE IF EXISTS `male_likes_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_likes_thing` ( `male_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_likes_thing` -- LOCK TABLES `male_likes_thing` WRITE; /*!40000 ALTER TABLE `male_likes_thing` DISABLE KEYS */; INSERT INTO `male_likes_thing` VALUES (1,22); /*!40000 ALTER TABLE `male_likes_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_office_thing` -- DROP TABLE IF EXISTS `male_office_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_office_thing` ( `male_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_office_thing` -- LOCK TABLES `male_office_thing` WRITE; /*!40000 ALTER TABLE `male_office_thing` DISABLE KEYS */; INSERT INTO `male_office_thing` VALUES (1,20); /*!40000 ALTER TABLE `male_office_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_page_document` -- DROP TABLE IF EXISTS `male_page_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_page_document` ( `male_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_page_document` -- LOCK TABLES `male_page_document` WRITE; /*!40000 ALTER TABLE `male_page_document` DISABLE KEYS */; INSERT INTO `male_page_document` VALUES (1,5),(1,6); /*!40000 ALTER TABLE `male_page_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_phone_thing` -- DROP TABLE IF EXISTS `male_phone_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_phone_thing` ( `male_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_phone_thing` -- LOCK TABLES `male_phone_thing` WRITE; /*!40000 ALTER TABLE `male_phone_thing` DISABLE KEYS */; INSERT INTO `male_phone_thing` VALUES (1,19); /*!40000 ALTER TABLE `male_phone_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_publichomepage_document` -- DROP TABLE IF EXISTS `male_publichomepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_publichomepage_document` ( `male_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_publichomepage_document` -- LOCK TABLES `male_publichomepage_document` WRITE; /*!40000 ALTER TABLE `male_publichomepage_document` DISABLE KEYS */; INSERT INTO `male_publichomepage_document` VALUES (1,5); /*!40000 ALTER TABLE `male_publichomepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_seealso_document` -- DROP TABLE IF EXISTS `male_seealso_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_seealso_document` ( `male_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_seealso_document` -- LOCK TABLES `male_seealso_document` WRITE; /*!40000 ALTER TABLE `male_seealso_document` DISABLE KEYS */; INSERT INTO `male_seealso_document` VALUES (1,2); /*!40000 ALTER TABLE `male_seealso_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_seealso_personalprofiledocument` -- DROP TABLE IF EXISTS `male_seealso_personalprofiledocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_seealso_personalprofiledocument` ( `male_id1` int(11) NOT NULL, `personalprofiledocument_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`personalprofiledocument_id2`), KEY `personalprofiledocument_id2_i` (`personalprofiledocument_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_seealso_personalprofiledocument` -- LOCK TABLES `male_seealso_personalprofiledocument` WRITE; /*!40000 ALTER TABLE `male_seealso_personalprofiledocument` DISABLE KEYS */; INSERT INTO `male_seealso_personalprofiledocument` VALUES (1,1); /*!40000 ALTER TABLE `male_seealso_personalprofiledocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_seealso_thing` -- DROP TABLE IF EXISTS `male_seealso_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_seealso_thing` ( `male_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`male_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `male_seealso_thing` -- LOCK TABLES `male_seealso_thing` WRITE; /*!40000 ALTER TABLE `male_seealso_thing` DISABLE KEYS */; INSERT INTO `male_seealso_thing` VALUES (1,16); /*!40000 ALTER TABLE `male_seealso_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `online_account` -- DROP TABLE IF EXISTS `online_account`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `online_account` ( `online_account_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, PRIMARY KEY (`online_account_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `online_account` -- LOCK TABLES `online_account` WRITE; /*!40000 ALTER TABLE `online_account` DISABLE KEYS */; INSERT INTO `online_account` VALUES (1,'http://twitter.com/timberners_lee'),(2,'http://en.wikipedia.org/wiki/User:Timbl'),(3,'http://identi.ca/timbl'); /*!40000 ALTER TABLE `online_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person` -- DROP TABLE IF EXISTS `person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person` ( `person_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `title2` text, `given_name` text, `preferreduri` text, `name` text, `family_name` text, `label1` text, `nickname` text, PRIMARY KEY (`person_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person` -- LOCK TABLES `person` WRITE; /*!40000 ALTER TABLE `person` DISABLE KEYS */; INSERT INTO `person` VALUES (1,'http://www.w3.org/People/Berners-Lee/card#i','Sir','Timothy','http://www.w3.org/People/Berners-Lee/card#i','Timothy Berners-Lee','Berners-Lee','Tim Berners-Lee','timbl'); /*!40000 ALTER TABLE `person` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1` -- DROP TABLE IF EXISTS `person1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1` ( `person1_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `name` text, `preferreduri` text, `label1` text, `nickname` text, `title2` text, `given_name` text, PRIMARY KEY (`person1_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1` -- LOCK TABLES `person1` WRITE; /*!40000 ALTER TABLE `person1` DISABLE KEYS */; INSERT INTO `person1` VALUES (1,'http://www.w3.org/People/Berners-Lee/card#i','Timothy Berners-Lee','http://www.w3.org/People/Berners-Lee/card#i','Tim Berners-Lee','timbl','Sir','Timothy'); /*!40000 ALTER TABLE `person1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_assistant_thing` -- DROP TABLE IF EXISTS `person1_assistant_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_assistant_thing` ( `person1_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_assistant_thing` -- LOCK TABLES `person1_assistant_thing` WRITE; /*!40000 ALTER TABLE `person1_assistant_thing` DISABLE KEYS */; INSERT INTO `person1_assistant_thing` VALUES (1,28); /*!40000 ALTER TABLE `person1_assistant_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_depiction_image` -- DROP TABLE IF EXISTS `person1_depiction_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_depiction_image` ( `person1_id1` int(11) NOT NULL, `image_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`image_id2`), KEY `image_id2_i` (`image_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_depiction_image` -- LOCK TABLES `person1_depiction_image` WRITE; /*!40000 ALTER TABLE `person1_depiction_image` DISABLE KEYS */; INSERT INTO `person1_depiction_image` VALUES (1,1); /*!40000 ALTER TABLE `person1_depiction_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_homepage1_document` -- DROP TABLE IF EXISTS `person1_homepage1_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_homepage1_document` ( `person1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_homepage1_document` -- LOCK TABLES `person1_homepage1_document` WRITE; /*!40000 ALTER TABLE `person1_homepage1_document` DISABLE KEYS */; INSERT INTO `person1_homepage1_document` VALUES (1,5); /*!40000 ALTER TABLE `person1_homepage1_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_homepage_document` -- DROP TABLE IF EXISTS `person1_homepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_homepage_document` ( `person1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_homepage_document` -- LOCK TABLES `person1_homepage_document` WRITE; /*!40000 ALTER TABLE `person1_homepage_document` DISABLE KEYS */; INSERT INTO `person1_homepage_document` VALUES (1,5); /*!40000 ALTER TABLE `person1_homepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_is_primary_topic_of_document` -- DROP TABLE IF EXISTS `person1_is_primary_topic_of_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_is_primary_topic_of_document` ( `person1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_is_primary_topic_of_document` -- LOCK TABLES `person1_is_primary_topic_of_document` WRITE; /*!40000 ALTER TABLE `person1_is_primary_topic_of_document` DISABLE KEYS */; INSERT INTO `person1_is_primary_topic_of_document` VALUES (1,5); /*!40000 ALTER TABLE `person1_is_primary_topic_of_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_likes_thing` -- DROP TABLE IF EXISTS `person1_likes_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_likes_thing` ( `person1_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_likes_thing` -- LOCK TABLES `person1_likes_thing` WRITE; /*!40000 ALTER TABLE `person1_likes_thing` DISABLE KEYS */; INSERT INTO `person1_likes_thing` VALUES (1,22); /*!40000 ALTER TABLE `person1_likes_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_office_thing` -- DROP TABLE IF EXISTS `person1_office_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_office_thing` ( `person1_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_office_thing` -- LOCK TABLES `person1_office_thing` WRITE; /*!40000 ALTER TABLE `person1_office_thing` DISABLE KEYS */; INSERT INTO `person1_office_thing` VALUES (1,20); /*!40000 ALTER TABLE `person1_office_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_page_document` -- DROP TABLE IF EXISTS `person1_page_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_page_document` ( `person1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_page_document` -- LOCK TABLES `person1_page_document` WRITE; /*!40000 ALTER TABLE `person1_page_document` DISABLE KEYS */; INSERT INTO `person1_page_document` VALUES (1,5),(1,6); /*!40000 ALTER TABLE `person1_page_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_phone_thing` -- DROP TABLE IF EXISTS `person1_phone_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_phone_thing` ( `person1_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_phone_thing` -- LOCK TABLES `person1_phone_thing` WRITE; /*!40000 ALTER TABLE `person1_phone_thing` DISABLE KEYS */; INSERT INTO `person1_phone_thing` VALUES (1,19); /*!40000 ALTER TABLE `person1_phone_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_publichomepage_document` -- DROP TABLE IF EXISTS `person1_publichomepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_publichomepage_document` ( `person1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_publichomepage_document` -- LOCK TABLES `person1_publichomepage_document` WRITE; /*!40000 ALTER TABLE `person1_publichomepage_document` DISABLE KEYS */; INSERT INTO `person1_publichomepage_document` VALUES (1,5); /*!40000 ALTER TABLE `person1_publichomepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_seealso_document` -- DROP TABLE IF EXISTS `person1_seealso_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_seealso_document` ( `person1_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_seealso_document` -- LOCK TABLES `person1_seealso_document` WRITE; /*!40000 ALTER TABLE `person1_seealso_document` DISABLE KEYS */; INSERT INTO `person1_seealso_document` VALUES (1,2); /*!40000 ALTER TABLE `person1_seealso_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_seealso_personalprofiledocument` -- DROP TABLE IF EXISTS `person1_seealso_personalprofiledocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_seealso_personalprofiledocument` ( `person1_id1` int(11) NOT NULL, `personalprofiledocument_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`personalprofiledocument_id2`), KEY `personalprofiledocument_id2_i` (`personalprofiledocument_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_seealso_personalprofiledocument` -- LOCK TABLES `person1_seealso_personalprofiledocument` WRITE; /*!40000 ALTER TABLE `person1_seealso_personalprofiledocument` DISABLE KEYS */; INSERT INTO `person1_seealso_personalprofiledocument` VALUES (1,1); /*!40000 ALTER TABLE `person1_seealso_personalprofiledocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person1_seealso_thing` -- DROP TABLE IF EXISTS `person1_seealso_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person1_seealso_thing` ( `person1_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`person1_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person1_seealso_thing` -- LOCK TABLES `person1_seealso_thing` WRITE; /*!40000 ALTER TABLE `person1_seealso_thing` DISABLE KEYS */; INSERT INTO `person1_seealso_thing` VALUES (1,16); /*!40000 ALTER TABLE `person1_seealso_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_assistant_thing` -- DROP TABLE IF EXISTS `person_assistant_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_assistant_thing` ( `person_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_assistant_thing` -- LOCK TABLES `person_assistant_thing` WRITE; /*!40000 ALTER TABLE `person_assistant_thing` DISABLE KEYS */; INSERT INTO `person_assistant_thing` VALUES (1,28); /*!40000 ALTER TABLE `person_assistant_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_depiction_image` -- DROP TABLE IF EXISTS `person_depiction_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_depiction_image` ( `person_id1` int(11) NOT NULL, `image_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`image_id2`), KEY `image_id2_i` (`image_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_depiction_image` -- LOCK TABLES `person_depiction_image` WRITE; /*!40000 ALTER TABLE `person_depiction_image` DISABLE KEYS */; INSERT INTO `person_depiction_image` VALUES (1,1); /*!40000 ALTER TABLE `person_depiction_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_homepage1_document` -- DROP TABLE IF EXISTS `person_homepage1_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_homepage1_document` ( `person_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_homepage1_document` -- LOCK TABLES `person_homepage1_document` WRITE; /*!40000 ALTER TABLE `person_homepage1_document` DISABLE KEYS */; INSERT INTO `person_homepage1_document` VALUES (1,5); /*!40000 ALTER TABLE `person_homepage1_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_homepage_document` -- DROP TABLE IF EXISTS `person_homepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_homepage_document` ( `person_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_homepage_document` -- LOCK TABLES `person_homepage_document` WRITE; /*!40000 ALTER TABLE `person_homepage_document` DISABLE KEYS */; INSERT INTO `person_homepage_document` VALUES (1,5); /*!40000 ALTER TABLE `person_homepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_image_image` -- DROP TABLE IF EXISTS `person_image_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_image_image` ( `person_id1` int(11) NOT NULL, `image_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`image_id2`), KEY `image_id2_i` (`image_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_image_image` -- LOCK TABLES `person_image_image` WRITE; /*!40000 ALTER TABLE `person_image_image` DISABLE KEYS */; INSERT INTO `person_image_image` VALUES (1,1); /*!40000 ALTER TABLE `person_image_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_is_primary_topic_of_document` -- DROP TABLE IF EXISTS `person_is_primary_topic_of_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_is_primary_topic_of_document` ( `person_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_is_primary_topic_of_document` -- LOCK TABLES `person_is_primary_topic_of_document` WRITE; /*!40000 ALTER TABLE `person_is_primary_topic_of_document` DISABLE KEYS */; INSERT INTO `person_is_primary_topic_of_document` VALUES (1,5); /*!40000 ALTER TABLE `person_is_primary_topic_of_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_likes_thing` -- DROP TABLE IF EXISTS `person_likes_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_likes_thing` ( `person_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_likes_thing` -- LOCK TABLES `person_likes_thing` WRITE; /*!40000 ALTER TABLE `person_likes_thing` DISABLE KEYS */; INSERT INTO `person_likes_thing` VALUES (1,22); /*!40000 ALTER TABLE `person_likes_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_office_thing` -- DROP TABLE IF EXISTS `person_office_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_office_thing` ( `person_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_office_thing` -- LOCK TABLES `person_office_thing` WRITE; /*!40000 ALTER TABLE `person_office_thing` DISABLE KEYS */; INSERT INTO `person_office_thing` VALUES (1,20); /*!40000 ALTER TABLE `person_office_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_page_document` -- DROP TABLE IF EXISTS `person_page_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_page_document` ( `person_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_page_document` -- LOCK TABLES `person_page_document` WRITE; /*!40000 ALTER TABLE `person_page_document` DISABLE KEYS */; INSERT INTO `person_page_document` VALUES (1,5),(1,6); /*!40000 ALTER TABLE `person_page_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_phone_thing` -- DROP TABLE IF EXISTS `person_phone_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_phone_thing` ( `person_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_phone_thing` -- LOCK TABLES `person_phone_thing` WRITE; /*!40000 ALTER TABLE `person_phone_thing` DISABLE KEYS */; INSERT INTO `person_phone_thing` VALUES (1,19); /*!40000 ALTER TABLE `person_phone_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_publichomepage_document` -- DROP TABLE IF EXISTS `person_publichomepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_publichomepage_document` ( `person_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_publichomepage_document` -- LOCK TABLES `person_publichomepage_document` WRITE; /*!40000 ALTER TABLE `person_publichomepage_document` DISABLE KEYS */; INSERT INTO `person_publichomepage_document` VALUES (1,5); /*!40000 ALTER TABLE `person_publichomepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_seealso_document` -- DROP TABLE IF EXISTS `person_seealso_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_seealso_document` ( `person_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_seealso_document` -- LOCK TABLES `person_seealso_document` WRITE; /*!40000 ALTER TABLE `person_seealso_document` DISABLE KEYS */; INSERT INTO `person_seealso_document` VALUES (1,2); /*!40000 ALTER TABLE `person_seealso_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_seealso_personalprofiledocument` -- DROP TABLE IF EXISTS `person_seealso_personalprofiledocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_seealso_personalprofiledocument` ( `person_id1` int(11) NOT NULL, `personalprofiledocument_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`personalprofiledocument_id2`), KEY `personalprofiledocument_id2_i` (`personalprofiledocument_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_seealso_personalprofiledocument` -- LOCK TABLES `person_seealso_personalprofiledocument` WRITE; /*!40000 ALTER TABLE `person_seealso_personalprofiledocument` DISABLE KEYS */; INSERT INTO `person_seealso_personalprofiledocument` VALUES (1,1); /*!40000 ALTER TABLE `person_seealso_personalprofiledocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_seealso_thing` -- DROP TABLE IF EXISTS `person_seealso_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_seealso_thing` ( `person_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_seealso_thing` -- LOCK TABLES `person_seealso_thing` WRITE; /*!40000 ALTER TABLE `person_seealso_thing` DISABLE KEYS */; INSERT INTO `person_seealso_thing` VALUES (1,16); /*!40000 ALTER TABLE `person_seealso_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_workplace_homepage_document` -- DROP TABLE IF EXISTS `person_workplace_homepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_workplace_homepage_document` ( `person_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`person_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_workplace_homepage_document` -- LOCK TABLES `person_workplace_homepage_document` WRITE; /*!40000 ALTER TABLE `person_workplace_homepage_document` DISABLE KEYS */; INSERT INTO `person_workplace_homepage_document` VALUES (1,1); /*!40000 ALTER TABLE `person_workplace_homepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personalprofiledocument` -- DROP TABLE IF EXISTS `personalprofiledocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `personalprofiledocument` ( `personalprofiledocument_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `title` text, PRIMARY KEY (`personalprofiledocument_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `personalprofiledocument` -- LOCK TABLES `personalprofiledocument` WRITE; /*!40000 ALTER TABLE `personalprofiledocument` DISABLE KEYS */; INSERT INTO `personalprofiledocument` VALUES (1,'http://dig.csail.mit.edu/2008/webdav/timbl/foaf.rdf','Tim Berners-Lee\'s editable FOAF file'),(2,'http://www.w3.org/People/Berners-Lee/card.rdf','Tim Berners-Lee\'s FOAF file'); /*!40000 ALTER TABLE `personalprofiledocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personalprofiledocument_creator1_agent` -- DROP TABLE IF EXISTS `personalprofiledocument_creator1_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `personalprofiledocument_creator1_agent` ( `personalprofiledocument_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`personalprofiledocument_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `personalprofiledocument_creator1_agent` -- LOCK TABLES `personalprofiledocument_creator1_agent` WRITE; /*!40000 ALTER TABLE `personalprofiledocument_creator1_agent` DISABLE KEYS */; INSERT INTO `personalprofiledocument_creator1_agent` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `personalprofiledocument_creator1_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personalprofiledocument_license_thing` -- DROP TABLE IF EXISTS `personalprofiledocument_license_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `personalprofiledocument_license_thing` ( `personalprofiledocument_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`personalprofiledocument_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `personalprofiledocument_license_thing` -- LOCK TABLES `personalprofiledocument_license_thing` WRITE; /*!40000 ALTER TABLE `personalprofiledocument_license_thing` DISABLE KEYS */; INSERT INTO `personalprofiledocument_license_thing` VALUES (1,5),(2,5); /*!40000 ALTER TABLE `personalprofiledocument_license_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personalprofiledocument_maker_agent` -- DROP TABLE IF EXISTS `personalprofiledocument_maker_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `personalprofiledocument_maker_agent` ( `personalprofiledocument_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`personalprofiledocument_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `personalprofiledocument_maker_agent` -- LOCK TABLES `personalprofiledocument_maker_agent` WRITE; /*!40000 ALTER TABLE `personalprofiledocument_maker_agent` DISABLE KEYS */; INSERT INTO `personalprofiledocument_maker_agent` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `personalprofiledocument_maker_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rsapublickey` -- DROP TABLE IF EXISTS `rsapublickey`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `rsapublickey` ( `rsapublickey_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `exponent` int(11) DEFAULT NULL, `modulus` text, PRIMARY KEY (`rsapublickey_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rsapublickey` -- LOCK TABLES `rsapublickey` WRITE; /*!40000 ALTER TABLE `rsapublickey` DISABLE KEYS */; INSERT INTO `rsapublickey` VALUES (1,'skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ3_1344191531.9',65537,'d7a0e91eedddcc905d5eccd1e412ab0c5bdbe118fa99b7132d915452f0b09af5ebc0096ca1dbdeec32723f5ddd2b05564e2ce67effba8e86778e114a02a3907c2e6c6b28cf16fee77d0ef0c44d2e3ccd3e0b6e8cfdd197e3aa86ec199980729af4451f7999bce55eb34bd5a5350470463700f7308e372bdb6e075e0bb8a8dba93686fa4ae51317a44382bb09d09294c1685b1097ffd59c446ae567faece6b6aa27897906b524a64989bd48cfeaec61d12cc0b63ddb885d2dadb0b358c666aa93f5a443fb91fc2a3dc699eb46159b05c5758c9f13ed2844094cc539e582e11de36c6733a67b5125ef407b329ef5e922ca5746a5ffc67b650b4ae36610fca0cd7b'); /*!40000 ALTER TABLE `rsapublickey` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing` -- DROP TABLE IF EXISTS `spatial_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing` ( `spatial_thing_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `name` text, `preferreduri` text, `label1` text, `nickname` text, `title2` text, `given_name` text, `long1` text, `lat` text, PRIMARY KEY (`spatial_thing_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing` -- LOCK TABLES `spatial_thing` WRITE; /*!40000 ALTER TABLE `spatial_thing` DISABLE KEYS */; INSERT INTO `spatial_thing` VALUES (1,'http://www.w3.org/People/Berners-Lee/card#i','Timothy Berners-Lee','http://www.w3.org/People/Berners-Lee/card#i','Tim Berners-Lee','timbl','Sir','Timothy',NULL,NULL),(2,'skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ7_1344191531.9',NULL,NULL,NULL,NULL,NULL,NULL,'-71.091840','42.361860'); /*!40000 ALTER TABLE `spatial_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_assistant_thing` -- DROP TABLE IF EXISTS `spatial_thing_assistant_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_assistant_thing` ( `spatial_thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_assistant_thing` -- LOCK TABLES `spatial_thing_assistant_thing` WRITE; /*!40000 ALTER TABLE `spatial_thing_assistant_thing` DISABLE KEYS */; INSERT INTO `spatial_thing_assistant_thing` VALUES (1,28); /*!40000 ALTER TABLE `spatial_thing_assistant_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_based_near_spatial_thing` -- DROP TABLE IF EXISTS `spatial_thing_based_near_spatial_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_based_near_spatial_thing` ( `spatial_thing_id1` int(11) NOT NULL, `spatial_thing_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`spatial_thing_id2`), KEY `spatial_thing_id2_i` (`spatial_thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_based_near_spatial_thing` -- LOCK TABLES `spatial_thing_based_near_spatial_thing` WRITE; /*!40000 ALTER TABLE `spatial_thing_based_near_spatial_thing` DISABLE KEYS */; INSERT INTO `spatial_thing_based_near_spatial_thing` VALUES (1,2); /*!40000 ALTER TABLE `spatial_thing_based_near_spatial_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_depiction_image` -- DROP TABLE IF EXISTS `spatial_thing_depiction_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_depiction_image` ( `spatial_thing_id1` int(11) NOT NULL, `image_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`image_id2`), KEY `image_id2_i` (`image_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_depiction_image` -- LOCK TABLES `spatial_thing_depiction_image` WRITE; /*!40000 ALTER TABLE `spatial_thing_depiction_image` DISABLE KEYS */; INSERT INTO `spatial_thing_depiction_image` VALUES (1,1); /*!40000 ALTER TABLE `spatial_thing_depiction_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_homepage1_document` -- DROP TABLE IF EXISTS `spatial_thing_homepage1_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_homepage1_document` ( `spatial_thing_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_homepage1_document` -- LOCK TABLES `spatial_thing_homepage1_document` WRITE; /*!40000 ALTER TABLE `spatial_thing_homepage1_document` DISABLE KEYS */; INSERT INTO `spatial_thing_homepage1_document` VALUES (1,5); /*!40000 ALTER TABLE `spatial_thing_homepage1_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_homepage_document` -- DROP TABLE IF EXISTS `spatial_thing_homepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_homepage_document` ( `spatial_thing_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_homepage_document` -- LOCK TABLES `spatial_thing_homepage_document` WRITE; /*!40000 ALTER TABLE `spatial_thing_homepage_document` DISABLE KEYS */; INSERT INTO `spatial_thing_homepage_document` VALUES (1,5); /*!40000 ALTER TABLE `spatial_thing_homepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_is_primary_topic_of_document` -- DROP TABLE IF EXISTS `spatial_thing_is_primary_topic_of_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_is_primary_topic_of_document` ( `spatial_thing_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_is_primary_topic_of_document` -- LOCK TABLES `spatial_thing_is_primary_topic_of_document` WRITE; /*!40000 ALTER TABLE `spatial_thing_is_primary_topic_of_document` DISABLE KEYS */; INSERT INTO `spatial_thing_is_primary_topic_of_document` VALUES (1,5); /*!40000 ALTER TABLE `spatial_thing_is_primary_topic_of_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_likes_thing` -- DROP TABLE IF EXISTS `spatial_thing_likes_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_likes_thing` ( `spatial_thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_likes_thing` -- LOCK TABLES `spatial_thing_likes_thing` WRITE; /*!40000 ALTER TABLE `spatial_thing_likes_thing` DISABLE KEYS */; INSERT INTO `spatial_thing_likes_thing` VALUES (1,22); /*!40000 ALTER TABLE `spatial_thing_likes_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_office_thing` -- DROP TABLE IF EXISTS `spatial_thing_office_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_office_thing` ( `spatial_thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_office_thing` -- LOCK TABLES `spatial_thing_office_thing` WRITE; /*!40000 ALTER TABLE `spatial_thing_office_thing` DISABLE KEYS */; INSERT INTO `spatial_thing_office_thing` VALUES (1,20); /*!40000 ALTER TABLE `spatial_thing_office_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_page_document` -- DROP TABLE IF EXISTS `spatial_thing_page_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_page_document` ( `spatial_thing_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_page_document` -- LOCK TABLES `spatial_thing_page_document` WRITE; /*!40000 ALTER TABLE `spatial_thing_page_document` DISABLE KEYS */; INSERT INTO `spatial_thing_page_document` VALUES (1,5),(1,6); /*!40000 ALTER TABLE `spatial_thing_page_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_phone_thing` -- DROP TABLE IF EXISTS `spatial_thing_phone_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_phone_thing` ( `spatial_thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_phone_thing` -- LOCK TABLES `spatial_thing_phone_thing` WRITE; /*!40000 ALTER TABLE `spatial_thing_phone_thing` DISABLE KEYS */; INSERT INTO `spatial_thing_phone_thing` VALUES (1,19); /*!40000 ALTER TABLE `spatial_thing_phone_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_publichomepage_document` -- DROP TABLE IF EXISTS `spatial_thing_publichomepage_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_publichomepage_document` ( `spatial_thing_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_publichomepage_document` -- LOCK TABLES `spatial_thing_publichomepage_document` WRITE; /*!40000 ALTER TABLE `spatial_thing_publichomepage_document` DISABLE KEYS */; INSERT INTO `spatial_thing_publichomepage_document` VALUES (1,5); /*!40000 ALTER TABLE `spatial_thing_publichomepage_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_seealso_document` -- DROP TABLE IF EXISTS `spatial_thing_seealso_document`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_seealso_document` ( `spatial_thing_id1` int(11) NOT NULL, `document_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`document_id2`), KEY `document_id2_i` (`document_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_seealso_document` -- LOCK TABLES `spatial_thing_seealso_document` WRITE; /*!40000 ALTER TABLE `spatial_thing_seealso_document` DISABLE KEYS */; INSERT INTO `spatial_thing_seealso_document` VALUES (1,2); /*!40000 ALTER TABLE `spatial_thing_seealso_document` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_seealso_personalprofiledocument` -- DROP TABLE IF EXISTS `spatial_thing_seealso_personalprofiledocument`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_seealso_personalprofiledocument` ( `spatial_thing_id1` int(11) NOT NULL, `personalprofiledocument_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`personalprofiledocument_id2`), KEY `personalprofiledocument_id2_i` (`personalprofiledocument_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_seealso_personalprofiledocument` -- LOCK TABLES `spatial_thing_seealso_personalprofiledocument` WRITE; /*!40000 ALTER TABLE `spatial_thing_seealso_personalprofiledocument` DISABLE KEYS */; INSERT INTO `spatial_thing_seealso_personalprofiledocument` VALUES (1,1); /*!40000 ALTER TABLE `spatial_thing_seealso_personalprofiledocument` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spatial_thing_seealso_thing` -- DROP TABLE IF EXISTS `spatial_thing_seealso_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spatial_thing_seealso_thing` ( `spatial_thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`spatial_thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `spatial_thing_seealso_thing` -- LOCK TABLES `spatial_thing_seealso_thing` WRITE; /*!40000 ALTER TABLE `spatial_thing_seealso_thing` DISABLE KEYS */; INSERT INTO `spatial_thing_seealso_thing` VALUES (1,16); /*!40000 ALTER TABLE `spatial_thing_seealso_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing` -- DROP TABLE IF EXISTS `thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing` ( `thing_id` int(11) NOT NULL, `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `street` text, `postalcode` text, `city` text, `street2` text, `country` text, `title` text, `title1` text, `lat` text, `long1` text, `preferreduri` text, `title2` text, `given_name` text, `name` text, `label1` text, `nickname` text, `modulus` text, `exponent` int(11) DEFAULT NULL, `term_status` text, `comment` text, `description` text, PRIMARY KEY (`thing_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing` -- LOCK TABLES `thing` WRITE; /*!40000 ALTER TABLE `thing` DISABLE KEYS */; INSERT INTO `thing` VALUES (1,'http://dig.csail.mit.edu/2007/01/camp/data#course',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ5_1344191531.9','32 Vassar Street','02139','Cambridge','MIT CSAIL Room 32-G524','USA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,'http://creativecommons.org/licenses/by-nc/3.0/',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,'http://www.w3.org/DesignIssues/Overview.html',NULL,NULL,NULL,NULL,NULL,'Design Issues for the World Wide Web',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,'http://www.w3.org/2011/Talks/0331-hyderabad-tbl/data#talk',NULL,NULL,NULL,NULL,NULL,NULL,'Designing the Web for an Open Society',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,'skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ6_1344191531.9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'42.361860','-71.091840',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,'http://www4.wiwiss.fu-berlin.de/booksMeshup/books/006251587X',NULL,NULL,NULL,NULL,NULL,'Weaving the Web: The Original Design and Ultimate Destiny of the World Wide Web',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,'http://dig.csail.mit.edu/breadcrumbs/blog/feed/4',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,'http://www.w3.org/People/Berners-Lee/card.rdf#i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(36,'http://xmlns.com/foaf/0.1/',NULL,NULL,NULL,NULL,NULL,'Friend of a Friend (FOAF) vocabulary',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.'),(16,'http://www.w3.org/2007/11/Talks/search/query?date=All+past+and+future+talks&event=None&activity=None&name=Tim+Berners-Lee&country=None&language=None&office=None&rdfOnly=yes&submit=Submit',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,'mailto:timbl@w3.org',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(19,'tel:+1-(617)-253-5702',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(20,'skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ4_1344191531.9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(22,'http://www.gutenberg.org/catalog/world/readfile?fk_files=2372108&pageno=11',NULL,NULL,NULL,NULL,NULL,'Moby Dick, or, the whale',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(28,'http://www.w3.org/People/Berners-Lee/card#amy',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(29,'http://www.w3.org/2000/10/swap/data#Cwm',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(30,'http://dig.csail.mit.edu/2005/ajar/ajaw/data#Tabulator',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(35,'http://xmlns.com/foaf/0.1/mbox',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'stable','A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a \'static inverse functional property\', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox.',NULL),(31,'http://wiki.ontoworld.org/index.php/_IRW2006',NULL,NULL,NULL,NULL,NULL,'Identity, Reference and the Web workshop 2006',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(33,'tel:+1-617-253-5702',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(34,'http://www.ecs.soton.ac.uk/~dt2/dlstuff/www2006_data#panel-panelk01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'The Next Wave of the Web (Plenary Panel)',NULL,NULL,NULL,NULL,NULL,NULL),(37,'http://xmlns.com/foaf/0.1/lastName',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'lastName',NULL,NULL,NULL,'testing','The last name of a person.',NULL),(38,'http://xmlns.com/foaf/0.1/title',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','Title (Mr, Mrs, Ms, Dr. etc)',NULL),(39,'http://xmlns.com/foaf/0.1/geekcode',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'geekcode',NULL,NULL,NULL,'archaic','A textual geekcode for this person, see http://www.geekcode.com/geek.html',NULL),(40,'http://xmlns.com/foaf/0.1/familyName',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'familyName',NULL,NULL,NULL,'testing','The family name of some person.',NULL),(41,'http://xmlns.com/foaf/0.1/depicts',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'depicts',NULL,NULL,NULL,'testing','A thing depicted in this representation.',NULL),(42,'http://xmlns.com/foaf/0.1/depiction',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','A depiction of some thing.',NULL),(43,'http://xmlns.com/foaf/0.1/LabelProperty',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Label Property',NULL,NULL,NULL,'unstable','A foaf:LabelProperty is any RDF property with texual values that serve as labels.',NULL),(44,'http://xmlns.com/foaf/0.1/OnlineChatAccount',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Online Chat Account',NULL,NULL,NULL,'unstable','An online chat account.',NULL),(45,'http://xmlns.com/foaf/0.1/focus',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'focus',NULL,NULL,NULL,'testing','The underlying or \'focal\' entity associated with some SKOS-described concept.',NULL),(46,'http://xmlns.com/foaf/0.1/currentProject',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'current project',NULL,NULL,NULL,'testing','A current project this person works on.',NULL),(47,'http://xmlns.com/foaf/0.1/gender',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'gender',NULL,NULL,NULL,'testing','The gender of this Agent (typically but not necessarily \'male\' or \'female\').',NULL),(48,'http://xmlns.com/foaf/0.1/topic_interest',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'topic_interest',NULL,NULL,NULL,'testing','A thing of interest to this person.',NULL),(49,'http://xmlns.com/foaf/0.1/givenname',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'archaic','The given name of some person.',NULL),(50,'http://xmlns.com/foaf/0.1/msnChatID',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MSN chat ID',NULL,NULL,NULL,'testing','An MSN chat ID',NULL),(51,'http://xmlns.com/foaf/0.1/thumbnail',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'thumbnail',NULL,NULL,NULL,'testing','A derived thumbnail image.',NULL),(52,'http://xmlns.com/foaf/0.1/sha1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'sha1sum (hex)',NULL,NULL,NULL,'unstable','A sha1sum hash, in hex.',NULL),(53,'http://xmlns.com/foaf/0.1/publications',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'publications',NULL,NULL,NULL,'testing','A link to the publications of this person.',NULL),(54,'http://xmlns.com/foaf/0.1/holdsAccount',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'account',NULL,NULL,NULL,'archaic','Indicates an account held by this agent.',NULL),(55,'http://xmlns.com/foaf/0.1/accountName',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'account name',NULL,NULL,NULL,'testing','Indicates the name (identifier) associated with this online account.',NULL),(56,'http://xmlns.com/foaf/0.1/account',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','Indicates an account held by this agent.',NULL),(57,'http://xmlns.com/foaf/0.1/firstName',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'firstName',NULL,NULL,NULL,'testing','The first name of a person.',NULL),(58,'http://xmlns.com/foaf/0.1/yahooChatID',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yahoo chat ID',NULL,NULL,NULL,'testing','A Yahoo chat ID',NULL),(59,'http://xmlns.com/foaf/0.1/Group',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Group',NULL,NULL,NULL,'stable','A class of Agents.',NULL),(60,'http://www.w3.org/2004/02/skos/core#Concept',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Concept',NULL,NULL,NULL,NULL,NULL,NULL),(61,'http://xmlns.com/foaf/0.1/accountServiceHomepage',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'account service homepage',NULL,NULL,NULL,'testing','Indicates a homepage of the service provide for this online account.',NULL),(62,'http://xmlns.com/foaf/0.1/maker',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'stable','An agent that made this thing.',NULL),(63,'http://xmlns.com/foaf/0.1/made',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'made',NULL,NULL,NULL,'stable','Something that was made by this agent.',NULL),(64,'http://xmlns.com/foaf/0.1/member',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'stable','Indicates a member of a Group',NULL),(65,'http://xmlns.com/foaf/0.1/page',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'page',NULL,NULL,NULL,'testing','A page or document about this thing.',NULL),(66,'http://xmlns.com/foaf/0.1/topic',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'topic',NULL,NULL,NULL,'testing','A topic of some page or document.',NULL),(67,'http://xmlns.com/foaf/0.1/OnlineGamingAccount',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Online Gaming Account',NULL,NULL,NULL,'unstable','An online gaming account.',NULL),(68,'http://xmlns.com/foaf/0.1/img',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one\'s photo on a homepage).',NULL),(69,'http://xmlns.com/foaf/0.1/aimChatID',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AIM chat ID',NULL,NULL,NULL,'testing','An AIM chat ID',NULL),(70,'http://xmlns.com/foaf/0.1/workplaceHomepage',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','A workplace homepage of some person; the homepage of an organization they work for.',NULL),(71,'http://xmlns.com/foaf/0.1/pastProject',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'past project',NULL,NULL,NULL,'testing','A project this person has previously worked on.',NULL),(72,'http://xmlns.com/foaf/0.1/Document',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','A document.',NULL),(73,'http://xmlns.com/foaf/0.1/Organization',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Organization',NULL,NULL,NULL,'stable','An organization.',NULL),(74,'http://xmlns.com/foaf/0.1/Project',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Project',NULL,NULL,NULL,'testing','A project (a collective endeavour of some kind).',NULL),(75,'http://xmlns.com/foaf/0.1/phone',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).',NULL),(76,'http://xmlns.com/foaf/0.1/workInfoHomepage',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'work info homepage',NULL,NULL,NULL,'testing','A work info homepage of some person; a page about their work for some organization.',NULL),(77,'http://xmlns.com/foaf/0.1/isPrimaryTopicOf',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'is primary topic of',NULL,NULL,NULL,'stable','A document that this thing is the primary topic of.',NULL),(78,'http://xmlns.com/foaf/0.1/primaryTopic',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'stable','The primary topic of some page or document.',NULL),(79,'http://xmlns.com/foaf/0.1/PersonalProfileDocument',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','A personal profile RDF document.',NULL),(80,'http://xmlns.com/foaf/0.1/theme',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'theme',NULL,NULL,NULL,'archaic','A theme.',NULL),(81,'http://xmlns.com/foaf/0.1/Image',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','An image.',NULL),(82,'http://xmlns.com/foaf/0.1/schoolHomepage',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'schoolHomepage',NULL,NULL,NULL,'testing','A homepage of a school attended by the person.',NULL),(83,'http://xmlns.com/foaf/0.1/knows',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'knows',NULL,NULL,NULL,'stable','A person known by this person (indicating some level of reciprocated interaction between the parties).',NULL),(84,'http://xmlns.com/foaf/0.1/homepage',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'stable','A homepage for some thing.',NULL),(85,'http://xmlns.com/foaf/0.1/surname',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Surname',NULL,NULL,NULL,'archaic','The surname of some person.',NULL),(86,'http://xmlns.com/foaf/0.1/myersBriggs',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'myersBriggs',NULL,NULL,NULL,'testing','A Myers Briggs (MBTI) personality classification.',NULL),(87,'http://xmlns.com/foaf/0.1/family_name',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'archaic','The family name of some person.',NULL),(88,'http://xmlns.com/foaf/0.1/interest',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'interest',NULL,NULL,NULL,'testing','A page about a topic of interest to this person.',NULL),(89,'http://xmlns.com/foaf/0.1/membershipClass',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'membershipClass',NULL,NULL,NULL,'unstable','Indicates the class of individuals that are a member of a Group',NULL),(90,'http://xmlns.com/foaf/0.1/jabberID',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'jabber ID',NULL,NULL,NULL,'testing','A jabber ID for something.',NULL),(91,'http://xmlns.com/foaf/0.1/Person',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'stable','A person.',NULL),(92,'http://xmlns.com/foaf/0.1/mbox_sha1sum',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.',NULL),(93,'http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spatial Thing',NULL,NULL,NULL,NULL,NULL,NULL),(94,'http://xmlns.com/foaf/0.1/skypeID',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Skype ID',NULL,NULL,NULL,'testing','A Skype ID',NULL),(95,'http://xmlns.com/foaf/0.1/Agent',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'stable','An agent (eg. person, group, software or physical artifact).',NULL),(96,'http://xmlns.com/foaf/0.1/logo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'logo',NULL,NULL,NULL,'testing','A logo representing some thing.',NULL),(97,'http://xmlns.com/foaf/0.1/dnaChecksum',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'DNA checksum',NULL,NULL,NULL,'archaic','A checksum for the DNA of some thing. Joke.',NULL),(98,'http://xmlns.com/foaf/0.1/givenName',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Given name',NULL,NULL,NULL,'testing','The given name of some person.',NULL),(99,'http://xmlns.com/foaf/0.1/based_near',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','A location that something is based near, for some broadly human notion of near.',NULL),(100,'http://xmlns.com/foaf/0.1/OnlineEcommerceAccount',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Online E-commerce Account',NULL,NULL,NULL,'unstable','An online e-commerce account.',NULL),(101,'http://xmlns.com/foaf/0.1/age',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'age',NULL,NULL,NULL,'unstable','The age in years of some agent.',NULL),(102,'http://xmlns.com/foaf/0.1/name',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','A name for some thing.',NULL),(103,'http://xmlns.com/foaf/0.1/icqChatID',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ICQ chat ID',NULL,NULL,NULL,'testing','An ICQ chat ID',NULL),(104,'http://xmlns.com/foaf/0.1/fundedBy',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'funded by',NULL,NULL,NULL,'archaic','An organization funding a project or person.',NULL),(105,'http://xmlns.com/foaf/0.1/weblog',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','A weblog of some thing (whether person, group, company etc.).',NULL),(106,'http://xmlns.com/foaf/0.1/nick',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).',NULL),(107,'http://xmlns.com/foaf/0.1/birthday',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'birthday',NULL,NULL,NULL,'unstable','The birthday of this Agent, represented in mm-dd string form, eg. \'12-31\'.',NULL),(108,'http://xmlns.com/foaf/0.1/tipjar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'tipjar',NULL,NULL,NULL,'testing','A tipjar document for this agent, describing means for payment and reward.',NULL),(109,'http://xmlns.com/foaf/0.1/status',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'status',NULL,NULL,NULL,'unstable','A string expressing what the user is happy for the general public (normally) to know about their current activity.',NULL),(110,'http://www.w3.org/2000/10/swap/pim/contact#Person',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Person',NULL,NULL,NULL,NULL,NULL,NULL),(111,'http://xmlns.com/foaf/0.1/OnlineAccount',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','An online account.',NULL),(112,'http://xmlns.com/foaf/0.1/openid',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'testing','An OpenID for an Agent.',NULL),(113,'http://xmlns.com/foaf/0.1/plan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'plan',NULL,NULL,NULL,'testing','A .plan comment, in the tradition of finger and \'.plan\' files.',NULL); /*!40000 ALTER TABLE `thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_address_thing` -- DROP TABLE IF EXISTS `thing_address_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_address_thing` ( `thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_address_thing` -- LOCK TABLES `thing_address_thing` WRITE; /*!40000 ALTER TABLE `thing_address_thing` DISABLE KEYS */; INSERT INTO `thing_address_thing` VALUES (20,3); /*!40000 ALTER TABLE `thing_address_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_creator1_agent` -- DROP TABLE IF EXISTS `thing_creator1_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_creator1_agent` ( `thing_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_creator1_agent` -- LOCK TABLES `thing_creator1_agent` WRITE; /*!40000 ALTER TABLE `thing_creator1_agent` DISABLE KEYS */; INSERT INTO `thing_creator1_agent` VALUES (1,1),(6,1),(7,1); /*!40000 ALTER TABLE `thing_creator1_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_creator_agent` -- DROP TABLE IF EXISTS `thing_creator_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_creator_agent` ( `thing_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_creator_agent` -- LOCK TABLES `thing_creator_agent` WRITE; /*!40000 ALTER TABLE `thing_creator_agent` DISABLE KEYS */; INSERT INTO `thing_creator_agent` VALUES (9,1); /*!40000 ALTER TABLE `thing_creator_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_creator_agent1` -- DROP TABLE IF EXISTS `thing_creator_agent1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_creator_agent1` ( `thing_id1` int(11) NOT NULL, `agent1_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`agent1_id2`), KEY `agent1_id2_i` (`agent1_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_creator_agent1` -- LOCK TABLES `thing_creator_agent1` WRITE; /*!40000 ALTER TABLE `thing_creator_agent1` DISABLE KEYS */; INSERT INTO `thing_creator_agent1` VALUES (9,1); /*!40000 ALTER TABLE `thing_creator_agent1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_creator_male` -- DROP TABLE IF EXISTS `thing_creator_male`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_creator_male` ( `thing_id1` int(11) NOT NULL, `male_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`male_id2`), KEY `male_id2_i` (`male_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_creator_male` -- LOCK TABLES `thing_creator_male` WRITE; /*!40000 ALTER TABLE `thing_creator_male` DISABLE KEYS */; INSERT INTO `thing_creator_male` VALUES (9,1); /*!40000 ALTER TABLE `thing_creator_male` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_creator_person` -- DROP TABLE IF EXISTS `thing_creator_person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_creator_person` ( `thing_id1` int(11) NOT NULL, `person_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`person_id2`), KEY `person_id2_i` (`person_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_creator_person` -- LOCK TABLES `thing_creator_person` WRITE; /*!40000 ALTER TABLE `thing_creator_person` DISABLE KEYS */; INSERT INTO `thing_creator_person` VALUES (9,1); /*!40000 ALTER TABLE `thing_creator_person` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_creator_person1` -- DROP TABLE IF EXISTS `thing_creator_person1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_creator_person1` ( `thing_id1` int(11) NOT NULL, `person1_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`person1_id2`), KEY `person1_id2_i` (`person1_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_creator_person1` -- LOCK TABLES `thing_creator_person1` WRITE; /*!40000 ALTER TABLE `thing_creator_person1` DISABLE KEYS */; INSERT INTO `thing_creator_person1` VALUES (9,1); /*!40000 ALTER TABLE `thing_creator_person1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_creator_spatial_thing` -- DROP TABLE IF EXISTS `thing_creator_spatial_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_creator_spatial_thing` ( `thing_id1` int(11) NOT NULL, `spatial_thing_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`spatial_thing_id2`), KEY `spatial_thing_id2_i` (`spatial_thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_creator_spatial_thing` -- LOCK TABLES `thing_creator_spatial_thing` WRITE; /*!40000 ALTER TABLE `thing_creator_spatial_thing` DISABLE KEYS */; INSERT INTO `thing_creator_spatial_thing` VALUES (9,1); /*!40000 ALTER TABLE `thing_creator_spatial_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_developer_agent` -- DROP TABLE IF EXISTS `thing_developer_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_developer_agent` ( `thing_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_developer_agent` -- LOCK TABLES `thing_developer_agent` WRITE; /*!40000 ALTER TABLE `thing_developer_agent` DISABLE KEYS */; INSERT INTO `thing_developer_agent` VALUES (29,1),(30,1); /*!40000 ALTER TABLE `thing_developer_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_developer_agent1` -- DROP TABLE IF EXISTS `thing_developer_agent1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_developer_agent1` ( `thing_id1` int(11) NOT NULL, `agent1_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`agent1_id2`), KEY `agent1_id2_i` (`agent1_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_developer_agent1` -- LOCK TABLES `thing_developer_agent1` WRITE; /*!40000 ALTER TABLE `thing_developer_agent1` DISABLE KEYS */; INSERT INTO `thing_developer_agent1` VALUES (29,1),(30,1); /*!40000 ALTER TABLE `thing_developer_agent1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_developer_male` -- DROP TABLE IF EXISTS `thing_developer_male`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_developer_male` ( `thing_id1` int(11) NOT NULL, `male_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`male_id2`), KEY `male_id2_i` (`male_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_developer_male` -- LOCK TABLES `thing_developer_male` WRITE; /*!40000 ALTER TABLE `thing_developer_male` DISABLE KEYS */; INSERT INTO `thing_developer_male` VALUES (29,1),(30,1); /*!40000 ALTER TABLE `thing_developer_male` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_developer_person` -- DROP TABLE IF EXISTS `thing_developer_person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_developer_person` ( `thing_id1` int(11) NOT NULL, `person_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`person_id2`), KEY `person_id2_i` (`person_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_developer_person` -- LOCK TABLES `thing_developer_person` WRITE; /*!40000 ALTER TABLE `thing_developer_person` DISABLE KEYS */; INSERT INTO `thing_developer_person` VALUES (29,1),(30,1); /*!40000 ALTER TABLE `thing_developer_person` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_developer_person1` -- DROP TABLE IF EXISTS `thing_developer_person1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_developer_person1` ( `thing_id1` int(11) NOT NULL, `person1_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`person1_id2`), KEY `person1_id2_i` (`person1_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_developer_person1` -- LOCK TABLES `thing_developer_person1` WRITE; /*!40000 ALTER TABLE `thing_developer_person1` DISABLE KEYS */; INSERT INTO `thing_developer_person1` VALUES (29,1),(30,1); /*!40000 ALTER TABLE `thing_developer_person1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_developer_spatial_thing` -- DROP TABLE IF EXISTS `thing_developer_spatial_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_developer_spatial_thing` ( `thing_id1` int(11) NOT NULL, `spatial_thing_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`spatial_thing_id2`), KEY `spatial_thing_id2_i` (`spatial_thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_developer_spatial_thing` -- LOCK TABLES `thing_developer_spatial_thing` WRITE; /*!40000 ALTER TABLE `thing_developer_spatial_thing` DISABLE KEYS */; INSERT INTO `thing_developer_spatial_thing` VALUES (29,1),(30,1); /*!40000 ALTER TABLE `thing_developer_spatial_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_disjointwith_thing` -- DROP TABLE IF EXISTS `thing_disjointwith_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_disjointwith_thing` ( `thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_disjointwith_thing` -- LOCK TABLES `thing_disjointwith_thing` WRITE; /*!40000 ALTER TABLE `thing_disjointwith_thing` DISABLE KEYS */; INSERT INTO `thing_disjointwith_thing` VALUES (72,73),(72,74),(73,72),(73,91),(74,72),(74,91),(91,73),(91,74); /*!40000 ALTER TABLE `thing_disjointwith_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_inverseof_thing` -- DROP TABLE IF EXISTS `thing_inverseof_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_inverseof_thing` ( `thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_inverseof_thing` -- LOCK TABLES `thing_inverseof_thing` WRITE; /*!40000 ALTER TABLE `thing_inverseof_thing` DISABLE KEYS */; INSERT INTO `thing_inverseof_thing` VALUES (41,42),(42,41),(62,63),(63,62),(65,66),(66,65),(77,78),(78,77); /*!40000 ALTER TABLE `thing_inverseof_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_isdefinedby_thing` -- DROP TABLE IF EXISTS `thing_isdefinedby_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_isdefinedby_thing` ( `thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_isdefinedby_thing` -- LOCK TABLES `thing_isdefinedby_thing` WRITE; /*!40000 ALTER TABLE `thing_isdefinedby_thing` DISABLE KEYS */; INSERT INTO `thing_isdefinedby_thing` VALUES (35,36),(37,36),(38,36),(39,36),(40,36),(41,36),(42,36),(43,36),(44,36),(45,36),(46,36),(47,36),(48,36),(49,36),(50,36),(51,36),(52,36),(53,36),(54,36),(55,36),(56,36),(57,36),(58,36),(61,36),(62,36),(63,36),(64,36),(65,36),(66,36),(67,36),(68,36),(69,36),(70,36),(71,36),(72,36),(73,36),(74,36),(75,36),(76,36),(77,36),(78,36),(80,36),(81,36),(82,36),(83,36),(84,36),(85,36),(86,36),(87,36),(88,36),(89,36),(90,36),(91,36),(92,36),(94,36),(96,36),(97,36),(98,36),(99,36),(100,36),(101,36),(102,36),(103,36),(104,36),(105,36),(106,36),(107,36),(108,36),(109,36),(111,36),(112,36),(113,36); /*!40000 ALTER TABLE `thing_isdefinedby_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_key_rsapublickey` -- DROP TABLE IF EXISTS `thing_key_rsapublickey`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_key_rsapublickey` ( `thing_id1` int(11) NOT NULL, `rsapublickey_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`rsapublickey_id2`), KEY `rsapublickey_id2_i` (`rsapublickey_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_key_rsapublickey` -- LOCK TABLES `thing_key_rsapublickey` WRITE; /*!40000 ALTER TABLE `thing_key_rsapublickey` DISABLE KEYS */; INSERT INTO `thing_key_rsapublickey` VALUES (14,1); /*!40000 ALTER TABLE `thing_key_rsapublickey` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_location_thing` -- DROP TABLE IF EXISTS `thing_location_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_location_thing` ( `thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_location_thing` -- LOCK TABLES `thing_location_thing` WRITE; /*!40000 ALTER TABLE `thing_location_thing` DISABLE KEYS */; INSERT INTO `thing_location_thing` VALUES (20,8); /*!40000 ALTER TABLE `thing_location_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_maker_agent` -- DROP TABLE IF EXISTS `thing_maker_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_maker_agent` ( `thing_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_maker_agent` -- LOCK TABLES `thing_maker_agent` WRITE; /*!40000 ALTER TABLE `thing_maker_agent` DISABLE KEYS */; INSERT INTO `thing_maker_agent` VALUES (1,1),(6,1),(7,1); /*!40000 ALTER TABLE `thing_maker_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_participant_agent` -- DROP TABLE IF EXISTS `thing_participant_agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_participant_agent` ( `thing_id1` int(11) NOT NULL, `agent_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`agent_id2`), KEY `agent_id2_i` (`agent_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_participant_agent` -- LOCK TABLES `thing_participant_agent` WRITE; /*!40000 ALTER TABLE `thing_participant_agent` DISABLE KEYS */; INSERT INTO `thing_participant_agent` VALUES (31,1),(34,1); /*!40000 ALTER TABLE `thing_participant_agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_participant_agent1` -- DROP TABLE IF EXISTS `thing_participant_agent1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_participant_agent1` ( `thing_id1` int(11) NOT NULL, `agent1_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`agent1_id2`), KEY `agent1_id2_i` (`agent1_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_participant_agent1` -- LOCK TABLES `thing_participant_agent1` WRITE; /*!40000 ALTER TABLE `thing_participant_agent1` DISABLE KEYS */; INSERT INTO `thing_participant_agent1` VALUES (31,1),(34,1); /*!40000 ALTER TABLE `thing_participant_agent1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_participant_male` -- DROP TABLE IF EXISTS `thing_participant_male`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_participant_male` ( `thing_id1` int(11) NOT NULL, `male_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`male_id2`), KEY `male_id2_i` (`male_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_participant_male` -- LOCK TABLES `thing_participant_male` WRITE; /*!40000 ALTER TABLE `thing_participant_male` DISABLE KEYS */; INSERT INTO `thing_participant_male` VALUES (31,1),(34,1); /*!40000 ALTER TABLE `thing_participant_male` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_participant_person` -- DROP TABLE IF EXISTS `thing_participant_person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_participant_person` ( `thing_id1` int(11) NOT NULL, `person_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`person_id2`), KEY `person_id2_i` (`person_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_participant_person` -- LOCK TABLES `thing_participant_person` WRITE; /*!40000 ALTER TABLE `thing_participant_person` DISABLE KEYS */; INSERT INTO `thing_participant_person` VALUES (31,1),(34,1); /*!40000 ALTER TABLE `thing_participant_person` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_participant_person1` -- DROP TABLE IF EXISTS `thing_participant_person1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_participant_person1` ( `thing_id1` int(11) NOT NULL, `person1_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`person1_id2`), KEY `person1_id2_i` (`person1_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_participant_person1` -- LOCK TABLES `thing_participant_person1` WRITE; /*!40000 ALTER TABLE `thing_participant_person1` DISABLE KEYS */; INSERT INTO `thing_participant_person1` VALUES (31,1),(34,1); /*!40000 ALTER TABLE `thing_participant_person1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_participant_spatial_thing` -- DROP TABLE IF EXISTS `thing_participant_spatial_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_participant_spatial_thing` ( `thing_id1` int(11) NOT NULL, `spatial_thing_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`spatial_thing_id2`), KEY `spatial_thing_id2_i` (`spatial_thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_participant_spatial_thing` -- LOCK TABLES `thing_participant_spatial_thing` WRITE; /*!40000 ALTER TABLE `thing_participant_spatial_thing` DISABLE KEYS */; INSERT INTO `thing_participant_spatial_thing` VALUES (31,1),(34,1); /*!40000 ALTER TABLE `thing_participant_spatial_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_phone1_thing` -- DROP TABLE IF EXISTS `thing_phone1_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_phone1_thing` ( `thing_id1` int(11) NOT NULL, `thing_id2` int(11) NOT NULL, PRIMARY KEY (`thing_id1`,`thing_id2`), KEY `thing_id2_i` (`thing_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `thing_phone1_thing` -- LOCK TABLES `thing_phone1_thing` WRITE; /*!40000 ALTER TABLE `thing_phone1_thing` DISABLE KEYS */; INSERT INTO `thing_phone1_thing` VALUES (20,33); /*!40000 ALTER TABLE `thing_phone1_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uris` -- DROP TABLE IF EXISTS `uris`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `uris` ( `uri` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `class` varchar(333) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `id` int(11) DEFAULT NULL, KEY `uri_i` (`uri`), KEY `id_i` (`id`), KEY `class_i` (`class`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uris` -- LOCK TABLES `uris` WRITE; /*!40000 ALTER TABLE `uris` DISABLE KEYS */; INSERT INTO `uris` VALUES ('http://dig.csail.mit.edu/2007/01/camp/data#course','http://www.w3.org/2002/07/owl#Thing',1),('skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ5_1344191531.9','http://www.w3.org/2002/07/owl#Thing',3),('http://xmlns.com/foaf/0.1/lastName','http://www.w3.org/2002/07/owl#Thing',37),('http://creativecommons.org/licenses/by-nc/3.0/','http://www.w3.org/2002/07/owl#Thing',5),('http://dig.csail.mit.edu/2008/webdav/timbl/foaf.rdf','http://xmlns.com/foaf/0.1/PersonalProfileDocument',1),('http://www.w3.org/DesignIssues/Overview.html','http://www.w3.org/2002/07/owl#Thing',6),('http://www.w3.org/2011/Talks/0331-hyderabad-tbl/data#talk','http://www.w3.org/2002/07/owl#Thing',7),('skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ6_1344191531.9','http://www.w3.org/2002/07/owl#Thing',8),('http://www4.wiwiss.fu-berlin.de/booksMeshup/books/006251587X','http://www.w3.org/2002/07/owl#Thing',9),('http://xmlns.com/foaf/0.1/','http://www.w3.org/2002/07/owl#Thing',36),('http://www.w3.org/People/Berners-Lee/card.rdf','http://xmlns.com/foaf/0.1/PersonalProfileDocument',2),('http://dig.csail.mit.edu/breadcrumbs/blog/feed/4','http://www.w3.org/2002/07/owl#Thing',13),('http://www.w3.org/People/Berners-Lee/card.rdf#i','http://www.w3.org/2002/07/owl#Thing',14),('http://www.w3.org/People/Berners-Lee/card#i','http://xmlns.com/foaf/0.1/Agent',1),('http://xmlns.com/foaf/0.1/mbox','http://www.w3.org/2002/07/owl#Thing',35),('http://www.w3.org/2007/11/Talks/search/query?date=All+past+and+future+talks&event=None&activity=None&name=Tim+Berners-Lee&country=None&language=None&office=None&rdfOnly=yes&submit=Submit','http://www.w3.org/2002/07/owl#Thing',16),('mailto:timbl@w3.org','http://www.w3.org/2002/07/owl#Thing',18),('tel:+1-(617)-253-5702','http://www.w3.org/2002/07/owl#Thing',19),('skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ4_1344191531.9','http://www.w3.org/2002/07/owl#Thing',20),('http://www.gutenberg.org/catalog/world/readfile?fk_files=2372108&pageno=11','http://www.w3.org/2002/07/owl#Thing',22),('http://www.w3.org/People/Berners-Lee/card#i','http://www.w3.org/2000/10/swap/pim/contact#Male',1),('http://www.w3.org/People/Berners-Lee/card#i','http://xmlns.com/foaf/0.1/Person',1),('http://www.w3.org/People/Berners-Lee/card#amy','http://www.w3.org/2002/07/owl#Thing',28),('http://www.w3.org/2000/10/swap/data#Cwm','http://www.w3.org/2002/07/owl#Thing',29),('http://dig.csail.mit.edu/2005/ajar/ajaw/data#Tabulator','http://www.w3.org/2002/07/owl#Thing',30),('skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ3_1344191531.9','http://www.w3.org/ns/auth/cert#RSAPublicKey',1),('http://wiki.ontoworld.org/index.php/_IRW2006','http://www.w3.org/2002/07/owl#Thing',31),('tel:+1-617-253-5702','http://www.w3.org/2002/07/owl#Thing',33),('http://www.ecs.soton.ac.uk/~dt2/dlstuff/www2006_data#panel-panelk01','http://www.w3.org/2002/07/owl#Thing',34),('http://xmlns.com/foaf/0.1/title','http://www.w3.org/2002/07/owl#Thing',38),('http://xmlns.com/foaf/0.1/geekcode','http://www.w3.org/2002/07/owl#Thing',39),('http://xmlns.com/foaf/0.1/familyName','http://www.w3.org/2002/07/owl#Thing',40),('http://xmlns.com/foaf/0.1/depicts','http://www.w3.org/2002/07/owl#Thing',41),('http://xmlns.com/foaf/0.1/depiction','http://www.w3.org/2002/07/owl#Thing',42),('http://xmlns.com/foaf/0.1/LabelProperty','http://www.w3.org/2002/07/owl#Thing',43),('http://xmlns.com/foaf/0.1/OnlineChatAccount','http://www.w3.org/2002/07/owl#Thing',44),('http://xmlns.com/foaf/0.1/focus','http://www.w3.org/2002/07/owl#Thing',45),('http://xmlns.com/foaf/0.1/currentProject','http://www.w3.org/2002/07/owl#Thing',46),('http://xmlns.com/foaf/0.1/gender','http://www.w3.org/2002/07/owl#Thing',47),('http://xmlns.com/foaf/0.1/topic_interest','http://www.w3.org/2002/07/owl#Thing',48),('http://xmlns.com/foaf/0.1/givenname','http://www.w3.org/2002/07/owl#Thing',49),('http://xmlns.com/foaf/0.1/msnChatID','http://www.w3.org/2002/07/owl#Thing',50),('http://xmlns.com/foaf/0.1/thumbnail','http://www.w3.org/2002/07/owl#Thing',51),('http://xmlns.com/foaf/0.1/sha1','http://www.w3.org/2002/07/owl#Thing',52),('http://xmlns.com/foaf/0.1/publications','http://www.w3.org/2002/07/owl#Thing',53),('http://xmlns.com/foaf/0.1/holdsAccount','http://www.w3.org/2002/07/owl#Thing',54),('http://xmlns.com/foaf/0.1/accountName','http://www.w3.org/2002/07/owl#Thing',55),('http://xmlns.com/foaf/0.1/account','http://www.w3.org/2002/07/owl#Thing',56),('http://twitter.com/timberners_lee','http://xmlns.com/foaf/0.1/OnlineAccount',1),('http://en.wikipedia.org/wiki/User:Timbl','http://xmlns.com/foaf/0.1/OnlineAccount',2),('http://identi.ca/timbl','http://xmlns.com/foaf/0.1/OnlineAccount',3),('http://xmlns.com/foaf/0.1/firstName','http://www.w3.org/2002/07/owl#Thing',57),('http://xmlns.com/foaf/0.1/yahooChatID','http://www.w3.org/2002/07/owl#Thing',58),('http://xmlns.com/foaf/0.1/Group','http://www.w3.org/2002/07/owl#Thing',59),('http://www.w3.org/2004/02/skos/core#Concept','http://www.w3.org/2002/07/owl#Thing',60),('http://xmlns.com/foaf/0.1/accountServiceHomepage','http://www.w3.org/2002/07/owl#Thing',61),('http://xmlns.com/foaf/0.1/maker','http://www.w3.org/2002/07/owl#Thing',62),('http://xmlns.com/foaf/0.1/made','http://www.w3.org/2002/07/owl#Thing',63),('http://www.w3.org/data#W3C','http://xmlns.com/foaf/0.1/Group',1),('http://www.w3.org/data#W3C','http://xmlns.com/foaf/0.1/Agent',2),('http://dig.csail.mit.edu/data#DIG','http://xmlns.com/foaf/0.1/Group',2),('http://dig.csail.mit.edu/data#DIG','http://xmlns.com/foaf/0.1/Agent',3),('http://xmlns.com/foaf/0.1/member','http://www.w3.org/2002/07/owl#Thing',64),('http://xmlns.com/foaf/0.1/page','http://www.w3.org/2002/07/owl#Thing',65),('http://xmlns.com/foaf/0.1/topic','http://www.w3.org/2002/07/owl#Thing',66),('http://xmlns.com/foaf/0.1/OnlineGamingAccount','http://www.w3.org/2002/07/owl#Thing',67),('http://xmlns.com/foaf/0.1/img','http://www.w3.org/2002/07/owl#Thing',68),('http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg','http://xmlns.com/foaf/0.1/Image',1),('http://xmlns.com/foaf/0.1/aimChatID','http://www.w3.org/2002/07/owl#Thing',69),('http://xmlns.com/foaf/0.1/workplaceHomepage','http://www.w3.org/2002/07/owl#Thing',70),('http://www.w3.org/','http://xmlns.com/foaf/0.1/Document',1),('http://xmlns.com/foaf/0.1/pastProject','http://www.w3.org/2002/07/owl#Thing',71),('http://xmlns.com/foaf/0.1/Document','http://www.w3.org/2002/07/owl#Thing',72),('http://xmlns.com/foaf/0.1/Organization','http://www.w3.org/2002/07/owl#Thing',73),('http://xmlns.com/foaf/0.1/Project','http://www.w3.org/2002/07/owl#Thing',74),('http://xmlns.com/foaf/0.1/phone','http://www.w3.org/2002/07/owl#Thing',75),('http://xmlns.com/foaf/0.1/workInfoHomepage','http://www.w3.org/2002/07/owl#Thing',76),('http://xmlns.com/foaf/0.1/isPrimaryTopicOf','http://www.w3.org/2002/07/owl#Thing',77),('http://xmlns.com/foaf/0.1/primaryTopic','http://www.w3.org/2002/07/owl#Thing',78),('http://xmlns.com/foaf/0.1/PersonalProfileDocument','http://www.w3.org/2002/07/owl#Thing',79),('http://dig.csail.mit.edu/2008/webdav/timbl/foaf.rdf','http://xmlns.com/foaf/0.1/Document',2),('http://www.w3.org/People/Berners-Lee/card.rdf','http://xmlns.com/foaf/0.1/Document',3),('http://xmlns.com/foaf/0.1/theme','http://www.w3.org/2002/07/owl#Thing',80),('http://xmlns.com/foaf/0.1/Image','http://www.w3.org/2002/07/owl#Thing',81),('http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg','http://xmlns.com/foaf/0.1/Document',4),('http://xmlns.com/foaf/0.1/schoolHomepage','http://www.w3.org/2002/07/owl#Thing',82),('http://xmlns.com/foaf/0.1/knows','http://www.w3.org/2002/07/owl#Thing',83),('http://xmlns.com/foaf/0.1/homepage','http://www.w3.org/2002/07/owl#Thing',84),('http://www.w3.org/People/Berners-Lee/','http://xmlns.com/foaf/0.1/Document',5),('http://xmlns.com/foaf/0.1/surname','http://www.w3.org/2002/07/owl#Thing',85),('http://xmlns.com/foaf/0.1/myersBriggs','http://www.w3.org/2002/07/owl#Thing',86),('http://xmlns.com/foaf/0.1/family_name','http://www.w3.org/2002/07/owl#Thing',87),('http://xmlns.com/foaf/0.1/interest','http://www.w3.org/2002/07/owl#Thing',88),('http://xmlns.com/foaf/0.1/membershipClass','http://www.w3.org/2002/07/owl#Thing',89),('http://xmlns.com/foaf/0.1/jabberID','http://www.w3.org/2002/07/owl#Thing',90),('http://xmlns.com/foaf/0.1/Person','http://www.w3.org/2002/07/owl#Thing',91),('http://xmlns.com/foaf/0.1/mbox_sha1sum','http://www.w3.org/2002/07/owl#Thing',92),('http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing','http://www.w3.org/2002/07/owl#Thing',93),('http://xmlns.com/foaf/0.1/skypeID','http://www.w3.org/2002/07/owl#Thing',94),('http://www.w3.org/People/Berners-Lee/card#i','http://purl.org/dc/terms/Agent',1),('http://www.w3.org/data#W3C','http://purl.org/dc/terms/Agent',2),('http://dig.csail.mit.edu/data#DIG','http://purl.org/dc/terms/Agent',3),('http://xmlns.com/foaf/0.1/Agent','http://www.w3.org/2002/07/owl#Thing',95),('http://xmlns.com/foaf/0.1/logo','http://www.w3.org/2002/07/owl#Thing',96),('http://xmlns.com/foaf/0.1/dnaChecksum','http://www.w3.org/2002/07/owl#Thing',97),('http://xmlns.com/foaf/0.1/givenName','http://www.w3.org/2002/07/owl#Thing',98),('http://www.w3.org/People/Berners-Lee/card#i','http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing',1),('http://xmlns.com/foaf/0.1/based_near','http://www.w3.org/2002/07/owl#Thing',99),('skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ7_1344191531.9','http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing',2),('http://xmlns.com/foaf/0.1/OnlineEcommerceAccount','http://www.w3.org/2002/07/owl#Thing',100),('http://xmlns.com/foaf/0.1/age','http://www.w3.org/2002/07/owl#Thing',101),('http://xmlns.com/foaf/0.1/name','http://www.w3.org/2002/07/owl#Thing',102),('http://xmlns.com/foaf/0.1/icqChatID','http://www.w3.org/2002/07/owl#Thing',103),('http://xmlns.com/foaf/0.1/fundedBy','http://www.w3.org/2002/07/owl#Thing',104),('http://xmlns.com/foaf/0.1/weblog','http://www.w3.org/2002/07/owl#Thing',105),('http://dig.csail.mit.edu/breadcrumbs/blog/4','http://xmlns.com/foaf/0.1/Document',6),('http://xmlns.com/foaf/0.1/nick','http://www.w3.org/2002/07/owl#Thing',106),('http://xmlns.com/foaf/0.1/birthday','http://www.w3.org/2002/07/owl#Thing',107),('http://xmlns.com/foaf/0.1/tipjar','http://www.w3.org/2002/07/owl#Thing',108),('http://xmlns.com/foaf/0.1/status','http://www.w3.org/2002/07/owl#Thing',109),('http://www.w3.org/2000/10/swap/pim/contact#Person','http://www.w3.org/2002/07/owl#Thing',110),('http://xmlns.com/foaf/0.1/OnlineAccount','http://www.w3.org/2002/07/owl#Thing',111),('http://xmlns.com/foaf/0.1/openid','http://www.w3.org/2002/07/owl#Thing',112),('http://xmlns.com/foaf/0.1/plan','http://www.w3.org/2002/07/owl#Thing',113),('http://www.w3.org/People/Berners-Lee/card#i','http://www.w3.org/2000/10/swap/pim/contact#Person',1); /*!40000 ALTER TABLE `uris` 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 2012-08-05 20:35:53