@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/33696d58-4b07-4e09-8279-194d417edee5> a dcat:Dataset ;
    dct:description "This dataset shows our secondary sites and a number of attributes including oil natural air natural (ONAN) ratings, spatial coordinates, customer counts, whether a site is indoor/outdoor, the address, substation name, alias and its primary feeder." ;
    dct:identifier "v86m3" ;
    dct:issued "2023-02-20T16:31:34+00:00"^^xsd:dateTime ;
    dct:modified "2023-02-20T16:33:14+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "UK Power Networks" ] ;
    dct:title "Secondary sites" ;
    dcat:keyword "Electric vehicle",
        "electricity",
        "power",
        "substation" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/secondary-sites-v86m3> .

