@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://uatdatansw.dac.nsw.gov.au/dataset/74eb57b3-befb-449b-9435-7bd8229c86b7> a dcat:Dataset ;
    dct:description "Information on City of Ryde suburbs, rainfall, housing and land use, population and services" ;
    dct:identifier "74eb57b3-befb-449b-9435-7bd8229c86b7" ;
    dct:issued "2016-07-24T22:50:26.262623"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2016-07-24T22:50:44.996320"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/ee27c231-c7c2-41f5-9c61-7b562eb1802a> ;
    dct:title "City of Ryde Profile" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "siobhanfriis" ] ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/74eb57b3-befb-449b-9435-7bd8229c86b7/resource/1b84f92e-054e-4cec-bf6f-516cee0ec41f> ;
    dcat:keyword "housing",
        "land-use",
        "population",
        "rainfall",
        "services" .

<https://uatdatansw.dac.nsw.gov.au/dataset/74eb57b3-befb-449b-9435-7bd8229c86b7/resource/1b84f92e-054e-4cec-bf6f-516cee0ec41f> a dcat:Distribution ;
    dct:format "website link" ;
    dct:issued "2016-07-25T08:50:44.523496"^^xsd:dateTime ;
    dct:modified "2016-07-25T08:50:44.523496"^^xsd:dateTime ;
    dct:title "City of Ryde Profile - weblink" ;
    dcat:accessURL <http://www.ryde.nsw.gov.au/Living-in-Ryde/About-Ryde/City-Profile> .

<https://uatdatansw.dac.nsw.gov.au/organization/ee27c231-c7c2-41f5-9c61-7b562eb1802a> a foaf:Agent ;
    foaf:name "City of Ryde" .

