@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Potter_Building__Potter_Building__1	rdf:type	owl:Thing .
@prefix geo:	<http://www.w3.org/2003/01/geo/wgs84_pos#> .
dbr:Potter_Building__Potter_Building__1	rdf:type	geo:SpatialThing .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Potter_Building__Potter_Building__1	rdf:type	dbo:ArchitecturalStructure ,
		dbo:Building .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:Potter_Building__Potter_Building__1	rdf:type	wikidata:Q41176 ;
	owl:sameAs	dbr:Potter_Building__Potter_Building__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Potter_Building__Potter_Building__1	foaf:name	"Potter Building"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Potter_Building__Potter_Building__1	geo:lat	"40.711666"^^xsd:float ;
	geo:long	"-74.006668"^^xsd:float .
@prefix georss:	<http://www.georss.org/georss/> .
dbr:Potter_Building__Potter_Building__1	georss:point	"40.711666666666666 -74.00666666666666" .
@prefix ogcgs:	<http://www.opengis.net/ont/geosparql#> .
dbr:Potter_Building__Potter_Building__1	geo:geometry	"POINT(-74.00666809082 40.711666107178)"^^ogcgs:wktLiteral ;
	dbo:location	<http://dbpedia.org/resource/Financial_District,_Manhattan> ;
	dbo:architect	dbr:Norris_Garshom_Starkweather ;
	dbo:floorCount	"11"^^xsd:positiveInteger ;
	dbo:buildingStartDate	"1883" ;
	dbo:address	"35\u201338 Park Row or 145 Nassau Street, New York, NY 10038"@en ;
	dbo:buildingEndDate	"1886" .