@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/6082a031-8cc0-477f-bb6e-73ef562f332e> a dcat:Dataset ;
    dct:description "Details of land and property owned/occupied by LFEPA (London Fire and Emergency Planning Authority/London Fire Brigade) is available in the Land and Property Database, including whether freehold/leasehold interest, size of site/accommodation, use, address including postcode." ;
    dct:identifier "2r81m" ;
    dct:issued "2012-07-31T13:17:15+00:00"^^xsd:dateTime ;
    dct:modified "2021-05-19T10:41:49+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "London Fire Brigade" ] ;
    dct:title "Land and Property Owned or Occupied by LFEPA" ;
    dcat:keyword "buildings",
        "fire",
        "land",
        "lfb",
        "lfepa",
        "property" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/land-and-property-owned-or-occupied-by-lfepa-2r81m> .

