@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/77c6262b-e973-45b0-a6db-a7fd2f90d2bb> a dcat:Dataset ;
    dct:description "Location and extent of the EMEC wave power test device" ;
    dct:identifier "e42316a4b4dc1d75e68d486ae790b76a" ;
    dct:issued "2024-09-10T08:42:14.055661"^^xsd:dateTime ;
    dct:modified "2024-09-10T08:42:14.055664"^^xsd:dateTime ;
    dct:publisher <https://ckan.staging.publishing.service.gov.uk/organization/c756c8da-f176-4640-950e-9c00b9e404df> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((3.0762 49.5537, -16.8750 49.5537, -16.8750 60.8449, 3.0762 60.8449, 3.0762 49.5537))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[3.0762, 49.5537], [-16.8750, 49.5537], [-16.8750, 60.8449], [3.0762, 60.8449], [3.0762, 49.5537]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "2010 Defra MB0106 EMEC Wave Test Facility" .

<https://ckan.staging.publishing.service.gov.uk/organization/c756c8da-f176-4640-950e-9c00b9e404df> a foaf:Organization ;
    foaf:name "Marine Environmental Data & Information Network" .

