@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/b648bfac-ae30-4a85-9daa-f6f452c43ce9> a dcat:Dataset ;
    dct:description "The Higher Education Statistics Agency provides data on student numbers in the UK. Table 3 covers students by HE provider, level and mode of study as well as domicile. https://www.hesa.ac.uk/dox/pressOffice/sfr224/061046_student_sfr224_1415_table_3.xlsx" ;
    dct:identifier "2nlk8" ;
    dct:issued "2016-03-01T09:18:51+00:00"^^xsd:dateTime ;
    dct:modified "2016-09-09T11:02:01+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Higher Education Statistics Agency" ] ;
    dct:title "Students by higher education provider" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/students-by-higher-education-provider-2nlk8> .

