@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.staging.publishing.service.gov.uk/dataset/8fe1b0db-2a01-4569-8ba8-28ae62288813> a dcat:Dataset ;
    dct:description "This dataset shows the number of requests for various online services offered by Leeds City Council. Guidance Service subscriptions - this is basically a report of the number of subscriptions to a particular service over the chosen date range Summary accessed report - this report shows the total number of hits on the summary pages over a specific period" ;
    dct:identifier "2w688" ;
    dct:issued "2017-10-23T10:16:14+00:00"^^xsd:dateTime ;
    dct:modified "2017-11-15T11:50:24+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Leeds City Council" ] ;
    dct:title "Volumes for online services" ;
    dcat:keyword "Council Tax",
        "Internet",
        "Online",
        "Payments",
        "Volume",
        "benefits",
        "change of address",
        "discretionary housing payment",
        "e billing",
        "housing benefit",
        "landlord",
        "number",
        "services",
        "summary access report",
        "welfare" ;
    dcat:landingPage <https://datamillnorth.org/dataset/volumes-for-online-services-2w688> .

