@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.publishing.service.gov.uk/dataset/6586da82-09a5-4a98-a0e2-5bd89331c675> a dcat:Dataset ;
    dct:description "The link points to information relating to the West Yorkshire Pension Fund (WYPF)" ;
    dct:identifier "2lxm3" ;
    dct:issued "2018-04-16T11:47:41+00:00"^^xsd:dateTime ;
    dct:modified "2018-04-19T11:53:31+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "West Yorkshire Pension Fund" ] ;
    dct:title "West yorkshire pension fund" ;
    dcat:keyword "entitlement",
        "fund",
        "money",
        "pension",
        "retirement",
        "west yorkshire" ;
    dcat:landingPage <https://datamillnorth.org/dataset/west-yorkshire-pension-fund-2lxm3> .

