@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/fc1bf8da-390f-4dca-884f-0708e76ad9dc> a dcat:Dataset ;
    dct:description "Annual counts and rates for 10 categories of violent and property crimes, starting from 1990" ;
    dct:identifier "fc1bf8da-390f-4dca-884f-0708e76ad9dc" ;
    dct:issued "2025-06-24T20:19:18.210498"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2025-06-24T20:19:20.254002"^^xsd:dateTime ;
    dct:publisher <https://data.gov.au/organization/a6290a21-2155-441c-8f1f-c542fd9be5ac> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POINT (147.0179 -32.1618)"^^gsp:wktLiteral ] ;
    dct:title "Long term trends in crime in NSW" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "nicole-mahoney-283" ] ;
    dcat:distribution <https://data.gov.au/dataset/fc1bf8da-390f-4dca-884f-0708e76ad9dc/resource/214d16d4-214d-47d9-b775-8ff3821c84dc> ;
    dcat:keyword "crime",
        "long term trends",
        "property",
        "rates",
        "trends",
        "violent" .

<https://data.gov.au/dataset/fc1bf8da-390f-4dca-884f-0708e76ad9dc/resource/214d16d4-214d-47d9-b775-8ff3821c84dc> a dcat:Distribution ;
    dct:description """Long term trends for 10 categories of violent and property crime from 1990\r
Includes graphs, incident counts and rates""" ;
    dct:format "XLS" ;
    dct:issued "2019-04-10T02:05:22.914434"^^xsd:dateTime ;
    dct:modified "2025-06-24T20:19:18.197907"^^xsd:dateTime ;
    dct:title "Long term trends in recorded crime in NSW" ;
    dcat:accessURL <https://www.bocsar.nsw.gov.au/Documents/Datasets/Long_term_trends.xlsx> ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

<https://data.gov.au/organization/a6290a21-2155-441c-8f1f-c542fd9be5ac> a foaf:Agent ;
    foaf:mbox "?datansw@customerservice.nsw.gov.au" ;
    foaf:name "NSW Bureau of Crime Statistics and Research" .

