@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/76d03f7c-ed39-43e2-8ced-fcfa07291831> a dcat:Dataset ;
    dct:description "All current private hire operators licences (including operator licences that do not currently have any vehicles or drivers associated with them). This dataset is updated weekly" ;
    dct:identifier "e1d8k" ;
    dct:issued "2015-11-10T09:46:45+00:00"^^xsd:dateTime ;
    dct:modified "2017-02-27T15:38:17+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Leeds City Council" ] ;
    dct:title "Leeds private hire operator licences issued" ;
    dcat:keyword "Licence",
        "Private Hire",
        "airhack",
        "highwayshack",
        "licensing",
        "mini cab",
        "operator" ;
    dcat:landingPage <https://datamillnorth.org/dataset/leeds-private-hire-operator-licences-issued-e1d8k> .

