-- 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 `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','primarytopic'),('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','mbox'),('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','givenname'),('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','img'),('http://xmlns.com/foaf/0.1/workplaceHomepage','workplacehomepage'),('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','nick'),('http://xmlns.com/foaf/0.1/mbox_sha1sum','mbox_sha1sum'),('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'); /*!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, `givenname` text, `preferreduri` text, `name` text, `family_name` text, `label1` text, `nick` text, `mbox_sha1sum` 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','Berners-Lee','Tim Berners-Lee','timbl','965c47c5a70db7407210cef6e4e6f5374a525c5c'); /*!40000 ALTER TABLE `male` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_account_thing` -- DROP TABLE IF EXISTS `male_account_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_account_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_account_thing` -- LOCK TABLES `male_account_thing` WRITE; /*!40000 ALTER TABLE `male_account_thing` DISABLE KEYS */; INSERT INTO `male_account_thing` VALUES (1,25),(1,26),(1,27); /*!40000 ALTER TABLE `male_account_thing` 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_based_near_thing` -- DROP TABLE IF EXISTS `male_based_near_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_based_near_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_based_near_thing` -- LOCK TABLES `male_based_near_thing` WRITE; /*!40000 ALTER TABLE `male_based_near_thing` DISABLE KEYS */; INSERT INTO `male_based_near_thing` VALUES (1,17); /*!40000 ALTER TABLE `male_based_near_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_homepage1_thing` -- DROP TABLE IF EXISTS `male_homepage1_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_homepage1_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_homepage1_thing` -- LOCK TABLES `male_homepage1_thing` WRITE; /*!40000 ALTER TABLE `male_homepage1_thing` DISABLE KEYS */; INSERT INTO `male_homepage1_thing` VALUES (1,21); /*!40000 ALTER TABLE `male_homepage1_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_homepage_thing` -- DROP TABLE IF EXISTS `male_homepage_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_homepage_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_homepage_thing` -- LOCK TABLES `male_homepage_thing` WRITE; /*!40000 ALTER TABLE `male_homepage_thing` DISABLE KEYS */; INSERT INTO `male_homepage_thing` VALUES (1,21); /*!40000 ALTER TABLE `male_homepage_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_img_thing` -- DROP TABLE IF EXISTS `male_img_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_img_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_img_thing` -- LOCK TABLES `male_img_thing` WRITE; /*!40000 ALTER TABLE `male_img_thing` DISABLE KEYS */; INSERT INTO `male_img_thing` VALUES (1,23); /*!40000 ALTER TABLE `male_img_thing` 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_mbox_thing` -- DROP TABLE IF EXISTS `male_mbox_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_mbox_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_mbox_thing` -- LOCK TABLES `male_mbox_thing` WRITE; /*!40000 ALTER TABLE `male_mbox_thing` DISABLE KEYS */; INSERT INTO `male_mbox_thing` VALUES (1,18); /*!40000 ALTER TABLE `male_mbox_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_openid_thing` -- DROP TABLE IF EXISTS `male_openid_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_openid_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_openid_thing` -- LOCK TABLES `male_openid_thing` WRITE; /*!40000 ALTER TABLE `male_openid_thing` DISABLE KEYS */; INSERT INTO `male_openid_thing` VALUES (1,21); /*!40000 ALTER TABLE `male_openid_thing` 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_thing` -- DROP TABLE IF EXISTS `male_publichomepage_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_publichomepage_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_publichomepage_thing` -- LOCK TABLES `male_publichomepage_thing` WRITE; /*!40000 ALTER TABLE `male_publichomepage_thing` DISABLE KEYS */; INSERT INTO `male_publichomepage_thing` VALUES (1,21); /*!40000 ALTER TABLE `male_publichomepage_thing` 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 `male_weblog_thing` -- DROP TABLE IF EXISTS `male_weblog_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_weblog_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_weblog_thing` -- LOCK TABLES `male_weblog_thing` WRITE; /*!40000 ALTER TABLE `male_weblog_thing` DISABLE KEYS */; INSERT INTO `male_weblog_thing` VALUES (1,12); /*!40000 ALTER TABLE `male_weblog_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `male_workplacehomepage_thing` -- DROP TABLE IF EXISTS `male_workplacehomepage_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `male_workplacehomepage_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_workplacehomepage_thing` -- LOCK TABLES `male_workplacehomepage_thing` WRITE; /*!40000 ALTER TABLE `male_workplacehomepage_thing` DISABLE KEYS */; INSERT INTO `male_workplacehomepage_thing` VALUES (1,24); /*!40000 ALTER TABLE `male_workplacehomepage_thing` 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, `givenname` text, `preferreduri` text, `name` text, `family_name` text, `label1` text, `nick` text, `mbox_sha1sum` 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','965c47c5a70db7407210cef6e4e6f5374a525c5c'); /*!40000 ALTER TABLE `person` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_account_thing` -- DROP TABLE IF EXISTS `person_account_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_account_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_account_thing` -- LOCK TABLES `person_account_thing` WRITE; /*!40000 ALTER TABLE `person_account_thing` DISABLE KEYS */; INSERT INTO `person_account_thing` VALUES (1,25),(1,26),(1,27); /*!40000 ALTER TABLE `person_account_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_based_near_thing` -- DROP TABLE IF EXISTS `person_based_near_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_based_near_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_based_near_thing` -- LOCK TABLES `person_based_near_thing` WRITE; /*!40000 ALTER TABLE `person_based_near_thing` DISABLE KEYS */; INSERT INTO `person_based_near_thing` VALUES (1,17); /*!40000 ALTER TABLE `person_based_near_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_homepage1_thing` -- DROP TABLE IF EXISTS `person_homepage1_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_homepage1_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_homepage1_thing` -- LOCK TABLES `person_homepage1_thing` WRITE; /*!40000 ALTER TABLE `person_homepage1_thing` DISABLE KEYS */; INSERT INTO `person_homepage1_thing` VALUES (1,21); /*!40000 ALTER TABLE `person_homepage1_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_homepage_thing` -- DROP TABLE IF EXISTS `person_homepage_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_homepage_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_homepage_thing` -- LOCK TABLES `person_homepage_thing` WRITE; /*!40000 ALTER TABLE `person_homepage_thing` DISABLE KEYS */; INSERT INTO `person_homepage_thing` VALUES (1,21); /*!40000 ALTER TABLE `person_homepage_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_img_thing` -- DROP TABLE IF EXISTS `person_img_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_img_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_img_thing` -- LOCK TABLES `person_img_thing` WRITE; /*!40000 ALTER TABLE `person_img_thing` DISABLE KEYS */; INSERT INTO `person_img_thing` VALUES (1,23); /*!40000 ALTER TABLE `person_img_thing` 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_mbox_thing` -- DROP TABLE IF EXISTS `person_mbox_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_mbox_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_mbox_thing` -- LOCK TABLES `person_mbox_thing` WRITE; /*!40000 ALTER TABLE `person_mbox_thing` DISABLE KEYS */; INSERT INTO `person_mbox_thing` VALUES (1,18); /*!40000 ALTER TABLE `person_mbox_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_openid_thing` -- DROP TABLE IF EXISTS `person_openid_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_openid_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_openid_thing` -- LOCK TABLES `person_openid_thing` WRITE; /*!40000 ALTER TABLE `person_openid_thing` DISABLE KEYS */; INSERT INTO `person_openid_thing` VALUES (1,21); /*!40000 ALTER TABLE `person_openid_thing` 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_thing` -- DROP TABLE IF EXISTS `person_publichomepage_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_publichomepage_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_publichomepage_thing` -- LOCK TABLES `person_publichomepage_thing` WRITE; /*!40000 ALTER TABLE `person_publichomepage_thing` DISABLE KEYS */; INSERT INTO `person_publichomepage_thing` VALUES (1,21); /*!40000 ALTER TABLE `person_publichomepage_thing` 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_weblog_thing` -- DROP TABLE IF EXISTS `person_weblog_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_weblog_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_weblog_thing` -- LOCK TABLES `person_weblog_thing` WRITE; /*!40000 ALTER TABLE `person_weblog_thing` DISABLE KEYS */; INSERT INTO `person_weblog_thing` VALUES (1,12); /*!40000 ALTER TABLE `person_weblog_thing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_workplacehomepage_thing` -- DROP TABLE IF EXISTS `person_workplacehomepage_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_workplacehomepage_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_workplacehomepage_thing` -- LOCK TABLES `person_workplacehomepage_thing` WRITE; /*!40000 ALTER TABLE `person_workplacehomepage_thing` DISABLE KEYS */; INSERT INTO `person_workplacehomepage_thing` VALUES (1,24); /*!40000 ALTER TABLE `person_workplacehomepage_thing` 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_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_male` -- DROP TABLE IF EXISTS `personalprofiledocument_maker_male`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `personalprofiledocument_maker_male` ( `personalprofiledocument_id1` int(11) NOT NULL, `male_id2` int(11) NOT NULL, PRIMARY KEY (`personalprofiledocument_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 `personalprofiledocument_maker_male` -- LOCK TABLES `personalprofiledocument_maker_male` WRITE; /*!40000 ALTER TABLE `personalprofiledocument_maker_male` DISABLE KEYS */; INSERT INTO `personalprofiledocument_maker_male` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `personalprofiledocument_maker_male` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personalprofiledocument_maker_person` -- DROP TABLE IF EXISTS `personalprofiledocument_maker_person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `personalprofiledocument_maker_person` ( `personalprofiledocument_id1` int(11) NOT NULL, `person_id2` int(11) NOT NULL, PRIMARY KEY (`personalprofiledocument_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 `personalprofiledocument_maker_person` -- LOCK TABLES `personalprofiledocument_maker_person` WRITE; /*!40000 ALTER TABLE `personalprofiledocument_maker_person` DISABLE KEYS */; INSERT INTO `personalprofiledocument_maker_person` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `personalprofiledocument_maker_person` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personalprofiledocument_primarytopic_male` -- DROP TABLE IF EXISTS `personalprofiledocument_primarytopic_male`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `personalprofiledocument_primarytopic_male` ( `personalprofiledocument_id1` int(11) NOT NULL, `male_id2` int(11) NOT NULL, PRIMARY KEY (`personalprofiledocument_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 `personalprofiledocument_primarytopic_male` -- LOCK TABLES `personalprofiledocument_primarytopic_male` WRITE; /*!40000 ALTER TABLE `personalprofiledocument_primarytopic_male` DISABLE KEYS */; INSERT INTO `personalprofiledocument_primarytopic_male` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `personalprofiledocument_primarytopic_male` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personalprofiledocument_primarytopic_person` -- DROP TABLE IF EXISTS `personalprofiledocument_primarytopic_person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `personalprofiledocument_primarytopic_person` ( `personalprofiledocument_id1` int(11) NOT NULL, `person_id2` int(11) NOT NULL, PRIMARY KEY (`personalprofiledocument_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 `personalprofiledocument_primarytopic_person` -- LOCK TABLES `personalprofiledocument_primarytopic_person` WRITE; /*!40000 ALTER TABLE `personalprofiledocument_primarytopic_person` DISABLE KEYS */; INSERT INTO `personalprofiledocument_primarytopic_person` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `personalprofiledocument_primarytopic_person` 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 `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, `givenname` text, `name` text, `family_name` text, `label1` text, `nick` text, `mbox_sha1sum` text, `modulus` text, `exponent` int(11) DEFAULT NULL, 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),(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),(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),(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),(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),(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),(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),(10,'http://www.w3.org/data#W3C',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,'http://dig.csail.mit.edu/breadcrumbs/blog/4',NULL,NULL,NULL,NULL,NULL,'timbl\'s blog',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),(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),(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),(17,'skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ7_1344191531.9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'42.361860','-71.091840',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),(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),(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),(21,'http://www.w3.org/People/Berners-Lee/',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),(23,'http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(24,'http://www.w3.org/',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(25,'http://twitter.com/timberners_lee',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,'http://en.wikipedia.org/wiki/User:Timbl',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(27,'http://identi.ca/timbl',NULL,NULL,NULL,NULL,NULL,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),(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),(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),(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),(32,'http://dig.csail.mit.edu/data#DIG',NULL,NULL,NULL,NULL,NULL,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),(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,NULL,'The Next Wave of the Web (Plenary Panel)',NULL,NULL,NULL,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_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_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_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_male` -- DROP TABLE IF EXISTS `thing_maker_male`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_maker_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_maker_male` -- LOCK TABLES `thing_maker_male` WRITE; /*!40000 ALTER TABLE `thing_maker_male` DISABLE KEYS */; INSERT INTO `thing_maker_male` VALUES (1,1),(6,1),(7,1),(12,1); /*!40000 ALTER TABLE `thing_maker_male` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_maker_person` -- DROP TABLE IF EXISTS `thing_maker_person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_maker_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_maker_person` -- LOCK TABLES `thing_maker_person` WRITE; /*!40000 ALTER TABLE `thing_maker_person` DISABLE KEYS */; INSERT INTO `thing_maker_person` VALUES (1,1),(6,1),(7,1),(12,1); /*!40000 ALTER TABLE `thing_maker_person` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_member_male` -- DROP TABLE IF EXISTS `thing_member_male`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_member_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_member_male` -- LOCK TABLES `thing_member_male` WRITE; /*!40000 ALTER TABLE `thing_member_male` DISABLE KEYS */; INSERT INTO `thing_member_male` VALUES (10,1),(32,1); /*!40000 ALTER TABLE `thing_member_male` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thing_member_person` -- DROP TABLE IF EXISTS `thing_member_person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_member_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_member_person` -- LOCK TABLES `thing_member_person` WRITE; /*!40000 ALTER TABLE `thing_member_person` DISABLE KEYS */; INSERT INTO `thing_member_person` VALUES (10,1),(32,1); /*!40000 ALTER TABLE `thing_member_person` 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_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 `thing_seealso_thing` -- DROP TABLE IF EXISTS `thing_seealso_thing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `thing_seealso_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_seealso_thing` -- LOCK TABLES `thing_seealso_thing` WRITE; /*!40000 ALTER TABLE `thing_seealso_thing` DISABLE KEYS */; INSERT INTO `thing_seealso_thing` VALUES (12,13); /*!40000 ALTER TABLE `thing_seealso_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://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://www.w3.org/data#W3C','http://www.w3.org/2002/07/owl#Thing',10),('http://www.w3.org/People/Berners-Lee/card.rdf','http://xmlns.com/foaf/0.1/PersonalProfileDocument',2),('http://dig.csail.mit.edu/breadcrumbs/blog/4','http://www.w3.org/2002/07/owl#Thing',12),('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/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),('skolem:chianti.netestate.de_http%3A%2F%2Fwww.w3.org%2FPeople%2FBerners-Lee%2Fcard.rdf_RoYuOrGZ7_1344191531.9','http://www.w3.org/2002/07/owl#Thing',17),('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.w3.org/People/Berners-Lee/','http://www.w3.org/2002/07/owl#Thing',21),('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/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg','http://www.w3.org/2002/07/owl#Thing',23),('http://www.w3.org/','http://www.w3.org/2002/07/owl#Thing',24),('http://twitter.com/timberners_lee','http://www.w3.org/2002/07/owl#Thing',25),('http://en.wikipedia.org/wiki/User:Timbl','http://www.w3.org/2002/07/owl#Thing',26),('http://identi.ca/timbl','http://www.w3.org/2002/07/owl#Thing',27),('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),('http://dig.csail.mit.edu/data#DIG','http://www.w3.org/2002/07/owl#Thing',32),('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); /*!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:32:46