@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://data.nsw.gov.au/dataset/7c542dda-2988-4d9f-a0fe-95ebef53510b> a dcat:Dataset ;
    dct:description "Natural Gas consumption data (MJ) by sector within the City of Sydney local government area from baseline 2005/06 to data available for the latest financial year, derived from utility data sets." ;
    dct:identifier "7c542dda-2988-4d9f-a0fe-95ebef53510b" ;
    dct:issued "2023-03-06T04:10:12.613937"^^xsd:dateTime ;
    dct:modified "2025-10-08T22:31:20.218037"^^xsd:dateTime ;
    dct:publisher <https://data.nsw.gov.au/organization/7bc775f8-d41f-40cf-8259-1a7f5b660f25> ;
    dct:title "Natural gas consumption by sector" ;
    dcat:keyword "environmental",
        "natural gas",
        "sustainability" .

<https://data.nsw.gov.au/organization/7bc775f8-d41f-40cf-8259-1a7f5b660f25> a foaf:Agent ;
    foaf:name "City of Sydney" .

