@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.integration.publishing.service.gov.uk/dataset/9ea5977f-2c3a-4384-9498-44c078616b49> a dcat:Dataset ;
    dct:description "This dataset contains the locations of Care Homes and Care Homes with Nursing Provision within the Metropolitan Borough of Stockport." ;
    dct:identifier "29rlj" ;
    dct:issued "2017-02-16T08:45:35+00:00"^^xsd:dateTime ;
    dct:modified "2017-03-15T09:36:13+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Stockport Metropolitan Borough Council" ] ;
    dct:title "Stockport Care Homes" ;
    dcat:keyword "Adult Social Care",
        "aging",
        "care",
        "care homes",
        "elderly",
        "nursing",
        "social care",
        "stockport" ;
    dcat:landingPage <https://datamillnorth.org/dataset/stockport-care-homes-29rlj> .

