@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:Matt_Glass	rdf:type	dbpedia-owl:Person .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Matt_Glass	rdf:type	owl:Thing ,
		dbpedia-owl:Artist .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Matt_Glass	dbpprop:name	"Matt Glass"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix ns6:	<http://dbpedia.org/ontology/Person/> .
dbpedia:Matt_Glass	ns6:birthDate	"1981-03-05"^^xsd:date ;
	ns6:birthPlace	<http://dbpedia.org/resource/Salt_Lake_City%2C_Utah> ;
	dbpedia-owl:field	dbpedia:Photography .
@prefix ns7:	<http://dbpedia.org/ontology/Artist/> .
dbpedia:Matt_Glass	ns7:field	dbpedia:Photography .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Matt_Glass	foaf:name	"Matt Glass" .
@prefix ns9:	<http://en.wikipedia.org/wiki/> .
dbpedia:Matt_Glass	foaf:page	ns9:Matt_Glass ;
	dbpedia-owl:training	dbpedia:Weber_State_University ;
	dbpprop:reference	<http://www.glassbrain.com> ,
		<http://www.apocrypha.us> ,
		<http://www.letsbecomeactors.com> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Matt_Glass	rdfs:label	"Matt Glass"@en ;
	dbpedia-owl:birthDate	"1981-03-05"^^xsd:date ;
	dbpedia-owl:birthPlace	<http://dbpedia.org/resource/Salt_Lake_City%2C_Utah> ;
	ns7:training	dbpedia:Weber_State_University ;
	dbpprop:abstract	"Matt Glass is a photographer living in Utah. He received his Bachelor of Fine Arts degree from Weber State University. He is represented by Iao PROJECTS, an experimental cutting-edge gallery located in Salt Lake City, UT."@en ;
	rdfs:comment	"Matt Glass is a photographer living in Utah. He received his Bachelor of Fine Arts degree from Weber State University. He is represented by Iao PROJECTS, an experimental cutting-edge gallery located in Salt Lake City, UT."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns12:	<http://dbpedia.org/resource/Category:> .
dbpedia:Matt_Glass	skos:subject	ns12:American_photographers .
@prefix ns13:	<http://dbpedia.org/resource/Template:> .
dbpedia:Matt_Glass	dbpprop:wikiPageUsesTemplate	ns13:infobox_artist ;
	dbpprop:field	dbpedia:Photography .
@prefix ns14:	<http://dbpedia.org/resource/Matt_Glass/birthdate/> .
dbpedia:Matt_Glass	dbpprop:birthdate	ns14:birth_date_and_age ;
	dbpprop:influencedBy	dbpedia:Robert_ParkeHarrison ,
		dbpedia:Gregory_Crewdson ,
		dbpedia:Charlie_White ;
	dbpprop:location	<http://dbpedia.org/resource/Salt_Lake_City%2C_Utah> ;
	dbpprop:bgcolour	"6495ED"@en ;
	dbpprop:training	dbpedia:Weber_State_University .