@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Louis-Philippe_Morency	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Louis-Philippe_Morency	rdf:type	dbpedia-owl:Scientist ,
		dbpedia-owl:Person .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Louis-Philippe_Morency	dbpprop:name	"Louis-Philippe Morency"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix ns6:	<http://dbpedia.org/ontology/Person/> .
dbpedia:Louis-Philippe_Morency	ns6:birthDate	"1977-07-10"^^xsd:date ;
	ns6:birthPlace	dbpedia:Canada ;
	ns6:almaMater	dbpedia:MIT .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Louis-Philippe_Morency	foaf:name	"Louis-Philippe Morency" .
@prefix ns8:	<http://en.wikipedia.org/wiki/> .
dbpedia:Louis-Philippe_Morency	foaf:page	ns8:Louis-Philippe_Morency ;
	dbpedia-owl:knownFor	dbpedia:Artificial_Intelligence ,
		dbpedia:Human-Computer_Interaction ,
		dbpedia:Computer_Vision ;
	ns6:knownFor	dbpedia:Human-Computer_Interaction ,
		dbpedia:Computer_Vision ,
		dbpedia:Artificial_Intelligence ;
	dbpprop:reference	<http://people.ict.usc.edu/~morency/index.html> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Louis-Philippe_Morency	rdfs:label	"Louis-Philippe Morency"@en ;
	dbpedia-owl:birthDate	"1977-07-10"^^xsd:date ;
	dbpedia-owl:birthPlace	dbpedia:Canada ;
	dbpedia-owl:almaMater	dbpedia:MIT ;
	dbpprop:abstract	"Louis-Philippe Morency is a Canadian researcher interested in computer vision applied to a better understanding of human behavior. He was selected as one of the top 10 people to watch for in 2008."@en ;
	rdfs:comment	"Louis-Philippe Morency is a Canadian researcher interested in computer vision applied to a better understanding of human behavior. He was selected as one of the top 10 people to watch for in 2008."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns11:	<http://dbpedia.org/resource/Category:> .
dbpedia:Louis-Philippe_Morency	skos:subject	ns11:Artificial_intelligence_researchers ,
		ns11:Living_people ,
		<http://dbpedia.org/resource/Category:1977_births> .
@prefix ns12:	<http://dbpedia.org/resource/Template:> .
dbpedia:Louis-Philippe_Morency	dbpprop:wikiPageUsesTemplate	ns12:infobox_scientist .
@prefix ns13:	<http://dbpedia.org/resource/Louis-Philippe_Morency/birthDate/> .
dbpedia:Louis-Philippe_Morency	dbpprop:birthDate	ns13:birth_date_and_age ;
	dbpprop:birthPlace	dbpedia:Canada ;
	dbpprop:almaMater	dbpedia:MIT ;
	dbpprop:field	dbpedia:Human-Computer_Interaction ,
		dbpedia:Computer_Vision ,
		dbpedia:Artificial_Intelligence ;
	dbpprop:workInstitutions	dbpedia:University_of_Southern_California ,
		dbpedia:Massachusetts_Institute_of_Technology ;
	dbpprop:knownFor	dbpedia:Computer_Vision ,
		dbpedia:Artificial_Intelligence ,
		dbpedia:Human-Computer_Interaction .