@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:Jacob__restingPlacePosition__1	rdf:type	geo:SpatialThing .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Jacob__restingPlacePosition__1	owl:sameAs	dbr:Jacob__restingPlacePosition__1 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Jacob__restingPlacePosition__1	geo:lat	"31.5247"^^xsd:float ;
	geo:long	"35.110699"^^xsd:float .
@prefix georss:	<http://www.georss.org/georss/> .
dbr:Jacob__restingPlacePosition__1	georss:point	"31.5247 35.1107" .
@prefix ogcgs:	<http://www.opengis.net/ont/geosparql#> .
dbr:Jacob__restingPlacePosition__1	geo:geometry	"POINT(35.110698699951 31.524700164795)"^^ogcgs:wktLiteral .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Jacob	dbo:restingPlacePosition	dbr:Jacob__restingPlacePosition__1 .