@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix geo:	<http://www.w3.org/2003/01/geo/wgs84_pos#> .
dbr:Harvey_Point_Defense_Testing_Activity__location__1	rdf:type	geo:SpatialThing .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Harvey_Point_Defense_Testing_Activity__location__1	owl:sameAs	dbr:Harvey_Point_Defense_Testing_Activity__location__1 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Harvey_Point_Defense_Testing_Activity__location__1	geo:lat	"36.099998"^^xsd:float ;
	geo:long	"-76.330002"^^xsd:float .
@prefix georss:	<http://www.georss.org/georss/> .
dbr:Harvey_Point_Defense_Testing_Activity__location__1	georss:point	"36.1 -76.33" .
@prefix ogcgs:	<http://www.opengis.net/ont/geosparql#> .
dbr:Harvey_Point_Defense_Testing_Activity__location__1	geo:geometry	"POINT(-76.330001831055 36.099998474121)"^^ogcgs:wktLiteral .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Harvey_Point_Defense_Testing_Activity	dbo:location	dbr:Harvey_Point_Defense_Testing_Activity__location__1 .