@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/6f217f74-5a8f-4ce3-9ad7-e9cf50df4015> a dcat:Dataset ;
    dct:description "London Fire Brigade is the busiest fire and rescue service in the country and one of the largest firefighting and rescue organisations in the world. The page linked to below publishes details of every incident attended by the London Fire Brigade since 1 January 2009." ;
    dct:identifier "e55ge" ;
    dct:issued "2016-11-04T15:38:17+00:00"^^xsd:dateTime ;
    dct:modified "2016-11-08T10:07:33+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Greater London Authority" ] ;
    dct:title "London Fire Brigade Incident Records" ;
    dcat:keyword "Emergency response",
        "Fire",
        "LFB",
        "London Fire Brigade" ;
    dcat:landingPage <https://open.barnet.gov.uk/dataset/london-fire-brigade-incident-records-e55ge> .

