@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.publishing.service.gov.uk/dataset/40d1ca41-fe8b-4212-988e-586b36f0eecb> a dcat:Dataset ;
    dct:description "HR MIS stores a range of employee personal data" ;
    dct:identifier "40d1ca41-fe8b-4212-988e-586b36f0eecb" ;
    dct:issued "2013-08-30T14:44:10.740803"^^xsd:dateTime ;
    dct:modified "2013-12-12T20:21:52.710101"^^xsd:dateTime ;
    dct:publisher <https://ckan.publishing.service.gov.uk/organization/5e3fe168-abca-417c-b88e-83580a017495> ;
    dct:title "Human Resource Management Information System (HR MIS)" .

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

