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

<https://data.gov.au/dataset/f8697442-8f22-432a-bf93-fdc325588b24> a dcat:Dataset ;
    dct:description "dataset that records suburb, rent, bond amount, dwelling type, number of bedrooms, length of tenanacy" ;
    dct:identifier "f8697442-8f22-432a-bf93-fdc325588b24" ;
    dct:issued "2018-07-24T02:40:19.111462"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2023-08-09T10:06:50.331500"^^xsd:dateTime ;
    dct:publisher <https://data.gov.au/organization/0483eac0-22f2-40fd-852f-0b395167f2fe> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POINT (146.7500 -42.0000)"^^gsp:wktLiteral ] ;
    dct:title "Rental Bond and Rental Data June 2018" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "justiceimo" ] ;
    dcat:distribution <https://data.gov.au/dataset/f8697442-8f22-432a-bf93-fdc325588b24/resource/bec663d7-205e-48ea-861b-d0495ce74187> ;
    dcat:keyword "rental bonds",
        "rental data" .

<https://data.gov.au/dataset/f8697442-8f22-432a-bf93-fdc325588b24/resource/bec663d7-205e-48ea-861b-d0495ce74187> a dcat:Distribution ;
    dct:description "record shows suburb, rent, bond amount, dwelling type, number of bedrooms, length of tenancy" ;
    dct:format "excel (.xlsx)" ;
    dct:issued "2018-07-24T02:41:31.664035"^^xsd:dateTime ;
    dct:modified "2023-08-09T10:06:50.337739"^^xsd:dateTime ;
    dct:title "Rental Bond and Rental Data June 2018" ;
    dcat:accessURL <https://data.gov.au/data/dataset/f8697442-8f22-432a-bf93-fdc325588b24/resource/bec663d7-205e-48ea-861b-d0495ce74187/download/absreport_jun2018.xlsx> ;
    dcat:byteSize "176633"^^xsd:nonNegativeInteger ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

<https://data.gov.au/organization/0483eac0-22f2-40fd-852f-0b395167f2fe> a foaf:Agent ;
    foaf:mbox "IMO@justice.tas.gov.au" ;
    foaf:name "Department of Justice (Tasmania)" .

