@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/5b10b6b6-39fe-4e6d-a88c-dbac98e767bb> a dcat:Dataset ;
    dct:description "List of which London Assembly Members sit on each of the Assembly committees London Assembly committees" ;
    dct:identifier "vd6gm" ;
    dct:issued "2012-06-05T19:39:58+00:00"^^xsd:dateTime ;
    dct:modified "2014-07-07T10:24:06+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "************************" ] ;
    dct:title "London Assembly Committee Members" ;
    dcat:keyword "assembly-members",
        "committees",
        "london-assembly" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/london-assembly-committee-members-vd6gm> .

