@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/a517a345-0a82-4044-a774-b43384b23b6f> a dcat:Dataset ;
    dct:description "The ONS Annual Survey of Hours and Earnings (ASHE) provides data on average levels and the distribution of earnings and hours worked for UK employees by detailed occupation (1- to 4-digit SOC categories), and industry sector (1- and 2-digit SIC category) annually. Data is available from the ONS website at regional level." ;
    dct:identifier "e114d" ;
    dct:issued "2016-05-10T15:05:19+00:00"^^xsd:dateTime ;
    dct:modified "2016-11-15T13:19:37+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Office for National Statistics" ] ;
    dct:title "Earnings by industry and occupation" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/earnings-by-industry-and-occupation-e114d> .

