@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.gov.au/dataset/ed87b9bf-fd6a-465d-8d09-8a2220e168b4> a dcat:Dataset ;
    dct:description """Tonnes of waste received at the Council managed Smythesdale landfill. This waste includes household collection and street litter bins from around the city.\r
\r
Although all due care has been taken to ensure that these data are correct, no warranty is expressed or implied by the City of Ballarat in their use.""" ;
    dct:identifier "ed87b9bf-fd6a-465d-8d09-8a2220e168b4" ;
    dct:issued "2015-06-30T05:03:12.631231"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2023-08-09T05:52:01.459387"^^xsd:dateTime ;
    dct:publisher <https://data.gov.au/organization/4e704c39-2385-42e9-a7d1-5af343c358b5> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POINT (144.3288 -37.4524)"^^gsp:wktLiteral ] ;
    dct:title "Ballarat Council Managed Landfill Waste" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "matthewswards" ] ;
    dcat:distribution <https://data.gov.au/dataset/ed87b9bf-fd6a-465d-8d09-8a2220e168b4/resource/ae0a0b1e-c347-43a2-a892-aa50f2d1b90f> ;
    dcat:keyword "ballarat",
        "landfill",
        "waste" .

<https://data.gov.au/dataset/ed87b9bf-fd6a-465d-8d09-8a2220e168b4/resource/ae0a0b1e-c347-43a2-a892-aa50f2d1b90f> a dcat:Distribution ;
    dct:description "Statistics on the waste received at the Council managed Smythesdale landfill. Measurement is tonnes of waste." ;
    dct:format "CSV" ;
    dct:issued "2015-06-30T05:04:05.655726"^^xsd:dateTime ;
    dct:modified "2023-08-09T05:52:01.502591"^^xsd:dateTime ;
    dct:title "Smythesdale landfill waste received" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "c85e97ae7525ab541cfa390b36025265"^^xsd:hexBinary ] ;
    dcat:accessURL <https://data.gov.au/data/dataset/ed87b9bf-fd6a-465d-8d09-8a2220e168b4/resource/ae0a0b1e-c347-43a2-a892-aa50f2d1b90f/download/landfillbreakdown.csv> .

<https://data.gov.au/organization/4e704c39-2385-42e9-a7d1-5af343c358b5> a foaf:Agent ;
    foaf:name "City of Ballarat" .

