@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Dan_Suciu	rdf:type	dbpedia-owl:Scientist ,
		dbpedia-owl:Person .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Dan_Suciu	rdf:type	owl:Thing .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Dan_Suciu	dbpprop:name	"Dan Suciu"@en .
@prefix ns5:	<http://dbpedia.org/ontology/Person/> .
dbpedia:Dan_Suciu	ns5:ethnicity	dbpedia:Romanians ;
	ns5:almaMater	dbpedia:University_of_Pennsylvania .
@prefix ns6:	<http://dbpedia.org/ontology/Scientist/> .
dbpedia:Dan_Suciu	ns6:doctoralAdvisor	dbpedia:Val_Tannen ;
	ns6:doctoralStudent	dbpedia:Gerome_Miklau ,
		dbpedia:Nilesh_Dalvi .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Dan_Suciu	foaf:name	"Dan Suciu" .
@prefix ns8:	<http://en.wikipedia.org/wiki/> .
dbpedia:Dan_Suciu	foaf:page	ns8:Dan_Suciu ;
	dbpedia-owl:knownFor	dbpedia:XML ,
		dbpedia:Semi-structured_model ,
		dbpedia:Probabilistic_databases ;
	ns5:knownFor	dbpedia:XML ,
		dbpedia:Semi-structured_model ,
		dbpedia:Probabilistic_databases ;
	dbpedia-owl:doctoralAdvisor	dbpedia:Val_Tannen ;
	dbpedia-owl:doctoralStudent	dbpedia:Gerome_Miklau ,
		dbpedia:Nilesh_Dalvi .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Dan_Suciu	rdfs:label	"Dan Suciu"@en ;
	dbpedia-owl:ethnicity	dbpedia:Romanians ;
	dbpedia-owl:almaMater	dbpedia:University_of_Pennsylvania ;
	dbpprop:abstract	"Dan Suciu is a full professor of computer science at the University of Washington. He received his Ph.D. from the University of Pennsylvania in 1995 under the supervision of Val Tannen. After graduation, he was a principal member of the technical staff at AT&amp;T Labs until he joined the University of Washington in 2000. Suciu does research in data management, with an emphasis on Web data management and managing uncertain data. He is a co-author of an influential book on managing semistructured data. His research work on developing query languages and algorithms for managing semistructured and XML data has been highly influential in the data management research community. He was helped shape XML query languages such as XML-QL and Strudel, which influenced the subsequent design of the standard XQuery language. His work on XML-relational mapping in the context of the STORED and SilkRoute projects built the foundations of the standard techniques that are now used for storing XML data in commercial database systems. His work on XMill, an XML compressor, won the best paper award at SIGMOD 2000, the main research conference in data management, and was seminal to a substantial amount of follow-up work. His current work on probabilistic databases was at the outset of a revival of interest in this area. He lives in Seattle, WA, with his wife and two children."@en ;
	rdfs:comment	"Dan Suciu is a full professor of computer science at the University of Washington. He received his Ph.D. from the University of Pennsylvania in 1995 under the supervision of Val Tannen. After graduation, he was a principal member of the technical staff at AT&amp;T Labs until he joined the University of Washington in 2000. Suciu does research in data management, with an emphasis on Web data management and managing uncertain data."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns11:	<http://dbpedia.org/resource/Category:> .
dbpedia:Dan_Suciu	skos:subject	ns11:Database_researchers .
@prefix ns12:	<http://dbpedia.org/resource/Template:> .
dbpedia:Dan_Suciu	dbpprop:wikiPageUsesTemplate	ns12:infobox_scientist ;
	dbpprop:almaMater	dbpedia:University_of_Pennsylvania ;
	dbpprop:field	dbpedia:Computer_Science ;
	dbpprop:ethnicity	dbpedia:Romanians ;
	dbpprop:workInstitution	dbpedia:University_of_Washington ;
	dbpprop:doctoralStudents	dbpedia:Gerome_Miklau ,
		dbpedia:Nilesh_Dalvi ;
	dbpprop:knownFor	dbpedia:Probabilistic_databases ,
		dbpedia:Semi-structured_model ,
		dbpedia:XML ;
	dbpprop:doctoralAdvisor	dbpedia:Val_Tannen ;
	dbpprop:prizes	dbpedia:Sloan_Fellowship ,
		dbpedia:NSF_Career_Award .