@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.staging.publishing.service.gov.uk/dataset/6abe88f9-9859-4df6-9dab-933a70c7012c> a dcat:Dataset ;
    dct:description "Shows the spatial extent of conservation areas in Royal Borough of Greenwich." ;
    dct:identifier "eb1df393-6674-4b08-9aeb-cda27fbebe00" ;
    dct:issued "2015-03-11T15:50:03.729914"^^xsd:dateTime ;
    dct:modified "2016-02-10T16:54:43.171519"^^xsd:dateTime ;
    dct:publisher <https://ckan.staging.publishing.service.gov.uk/organization/f8e2024d-0350-4f6f-8159-d466ebdb585d> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((0.1392 51.4090, 0.1392 51.5202, -0.0291 51.5202, -0.0291 51.4090, 0.1392 51.4090))"^^gsp:wktLiteral,
                "{\"type\":\"Polygon\",\"coordinates\":[[[0.1391557731, 51.4089669322],[0.1391557731, 51.5201894040], [-0.0290723763, 51.5201894040], [-0.0290723763, 51.4089669322], [0.1391557731, 51.4089669322]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "A spatial dataset of the conservation areas in Royal Borough of Greenwich" .

<https://ckan.staging.publishing.service.gov.uk/organization/f8e2024d-0350-4f6f-8159-d466ebdb585d> a foaf:Organization ;
    foaf:name "Royal Borough of Greenwich" .

