Site Location
Locations and extents of sites may be defined in terms of geographic coordinates (OSGB or WGS84) formatted as points or polygons in a single textual field. Examples are "POINT(556600 256500)", "POINT(154350 54350)", "SZ 644 874" etc.
Sites are usually also situated within a known named place representing a broader geographical or administrative area (e.g. "Cambridgeshire") - facilitating alternative ways of searching. The OASIS dataset records link sites directly to named places using a flat (as opposed to hierarchical) structure, allowing subsequent searching directly on named places without requiring logical reasoning to allow for possible containment relationships (this also broadly aligns with the way that OS Open Names records are structured) e.g.
- "Country": "England",
- "County": "Cambridgeshire",
- "District/Unitary Authority": "South Cambridgeshire",
- "Parish": "Great Wilbraham"
Fig. 1: Site location | svg | png | pdf
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix osont: <http://data.ordnancesurvey.co.uk/ontology/admingeo/> .
@prefix oslod: <http://data.ordnancesurvey.co.uk/id/> .
<http://tempuri/site/1> a crm:E53_Place ;
crm:P168_place_is_defined_by "POINT(566600 256500)" ;
crm:P89_falls_within oslod:7000000000043542 , oslod:7000000000043674 , oslod:7000000000041422 .
oslod:7000000000043542 a osont:Parish ;
rdfs:label "Berwick Upon Tweed"@en ;
crm:P89i_contains <http://tempuri/site/1> .
oslod:7000000000043674 a osont:District ;
rdfs:label "Northumberland"@en ;
crm:P89i_contains <http://tempuri/site/1> .
oslod:7000000000041422 a osont:EuropeanRegion ;
rdfs:label "North East"@en ;
crm:P89i_contains <http://tempuri/site/1> .
Fig. 2: Turtle RDF example | styled | RDFa | microdata | xml | nt | json-ld