@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://dbpedia.org/class/yago/> .
<http://dbpedia.org/resource/Georgia_(U.S._state)>	rdf:type	ns1:StatesOfTheUnitedStates ,
		ns1:FormerBritishColonies .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://mpii.de/yago/resource/Georgia_(U.S._state)>	owl:sameAs	<http://dbpedia.org/resource/Georgia_(U.S._state)> .