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

<https://ckan.integration.publishing.service.gov.uk/dataset/6acee829-05e7-4425-a7d5-09931db72db4> a dcat:Dataset ;
    dct:description "UK ship register, contains vessel identification details and owner details" ;
    dct:identifier "6acee829-05e7-4425-a7d5-09931db72db4" ;
    dct:issued "2013-08-30T14:44:02.008109"^^xsd:dateTime ;
    dct:modified "2013-08-30T22:23:25.733419"^^xsd:dateTime ;
    dct:publisher <https://ckan.integration.publishing.service.gov.uk/organization/5e3fe168-abca-417c-b88e-83580a017495> ;
    dct:title "Fleet Management System (FMS)" .

<https://ckan.integration.publishing.service.gov.uk/organization/5e3fe168-abca-417c-b88e-83580a017495> a foaf:Organization ;
    foaf:name "Maritime and Coastguard Agency" .

