@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/e41f4eee-4cb2-4e99-98dd-ccfb24326746> a dcat:Dataset ;
    dct:description "Volume of Low Carbon Technologies (LCT) for both generation and demand (under 1MW) connected to UK Power Networks by Primary Substation. Examples of LCTs include electric vehicle charge points and solar PV." ;
    dct:identifier "236z3" ;
    dct:issued "2022-05-06T10:56:21+00:00"^^xsd:dateTime ;
    dct:modified "2022-05-13T09:29:24+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "*****************" ] ;
    dct:title "Low Carbon Technologies" ;
    dcat:keyword "EV",
        "Heat pumps",
        "PV",
        "electric vehicle",
        "electricity",
        "heat",
        "low carbon",
        "power" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/low-carbon-technologies-236z3> .

