@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:Point_Perpendicular_Light__active__1	rdf:type	owl:Thing .
@prefix geo:	<http://www.w3.org/2003/01/geo/wgs84_pos#> .
dbr:Point_Perpendicular_Light__active__1	rdf:type	geo:SpatialThing .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Point_Perpendicular_Light__active__1	rdf:type	dbo:Tower .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:Point_Perpendicular_Light__active__1	rdf:type	wikidata:Q39715 ,
		dbo:Lighthouse ,
		dbo:ArchitecturalStructure ,
		wikidata:Q12518 ;
	owl:sameAs	dbr:Point_Perpendicular_Light__active__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Point_Perpendicular_Light__active__1	foaf:name	"Point Perpendicular Light (active)"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Point_Perpendicular_Light__active__1	geo:lat	"-35.094231"^^xsd:float ;
	geo:long	"150.80457"^^xsd:float .
@prefix georss:	<http://www.georss.org/georss/> .
dbr:Point_Perpendicular_Light__active__1	georss:point	"-35.09423 150.80456" ;
	dbo:height	"18.8976"^^xsd:double ;
	dbo:location	dbr:Australia ,
		dbr:Point_Perpendicular ,
		dbr:New_South_Wales .
@prefix ogcgs:	<http://www.opengis.net/ont/geosparql#> .
dbr:Point_Perpendicular_Light__active__1	geo:geometry	"POINT(150.80456542969 -35.094230651855)"^^ogcgs:wktLiteral ;
	dbo:buildingEndDate	"1993" .