@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/f2a0f080-584a-41f5-a4f1-a0c3cd054c37> a dcat:Dataset ;
    dct:description "Volume of Domestic Low Carbon Technologies (LCT) for both generation and demand (under 1MW) connected." ;
    dct:identifier "20gx1" ;
    dct:issued "2025-11-21T16:37:15.777000+00:00"^^xsd:dateTime ;
    dct:modified "2025-11-21T16:38:56.041000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "UK Power Networks" ] ;
    dct:title "Low Carbon Technologies (LCT) Connected by LSOA (Lower Super Output Area)" ;
    dcat:keyword "EV",
        "low carbon",
        "power",
        "transport" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/low-carbon-technologies-lct-connected-by-lsoa-lower-super-output-20gx1> .

