@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix gn: <http://www.geonames.org/ontology#> .
@prefix dare: <http://imperium.ahlfeldt.se/places/ontology#> . 
@prefix spatial: <http://geovocab.org/spatial#> . 
@prefix dbpedia-ont: <http://dbpedia.org/ontology/> .
@prefix cc: <http://creativecommons.org/ns#> .

<http://imperium.ahlfeldt.se/places/25688>
a dare:Feature ;
rdfs:isDefinedBy <http://imperium.ahlfeldt.se/places/25688.rdf> ;
dcterms:title "Bosham Harbour" ;
gn:officialName "Bosham Harbour" ;
dcterms:subject "unknown" ;
gn:historicalName "Magnus Portus"@la ;
skos:closeMatch <http://www.roman-britain.org/places/magnus_portus.htm> ;
geo:location [ geo:lat "50.821027"^^xsd:double ; geo:long "-0.865655"^^xsd:double ] ;
dare:precision "2000"^^xsd:integer ;
gn:countryCode "GB" .

<http://imperium.ahlfeldt.se/places/25688.rdf>
a foaf:Document ;
foaf:primaryTopic <http://imperium.ahlfeldt.se/places/25688> ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
cc:attributionURL <http://imperium.ahlfeldt.se/places/25688> ;
cc:attributionName "Bosham Harbour, Digital Atlas of the Roman Empire" ;
dcterms:created "2013-08-01"^^xsd:date .