@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/7c2e6aaf-91eb-4ee2-987c-69c7aeaee0e5> a dcat:Dataset ;
    dct:description "Link to air quality data published by Leeds City Council." ;
    dct:identifier "e7llx" ;
    dct:issued "2020-04-06T14:37:07.493000+00:00"^^xsd:dateTime ;
    dct:modified "2020-04-06T14:47:59.034000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Covid-19" ] ;
    dct:title "Air quality" ;
    dcat:keyword "Covid 19" ;
    dcat:landingPage <https://datamillnorth.org/dataset/air-quality-e7llx> .

