@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/98133687-fdc3-4041-bec0-bfa0f4de28cf> a dcat:Dataset ;
    dct:description "The Companies House API lets you retrieve information about limited companies (and other companies that fall within the Companies Act 2006). The data returned is live and real-time, and is simple to use and understand." ;
    dct:identifier "2rlm1" ;
    dct:issued "2015-06-24T09:04:49+00:00"^^xsd:dateTime ;
    dct:modified "2016-12-06T13:09:21+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Companies House" ] ;
    dct:title "Companies House API" ;
    dcat:keyword "Rate limiting",
        "charges",
        "company",
        "company profile",
        "filing history",
        "insolvency",
        "officer list",
        "registered office address" ;
    dcat:landingPage <https://datamillnorth.org/dataset/companies-house-api-2rlm1> .

