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

<https://data.gov.au/dataset/9ae0b578-44b2-442a-8ee0-020a6e60c039> a dcat:Dataset ;
    dct:description """Count of active clients as at 01 January each year for Ferret locations.
NOTE: FERRET is a Patient recall and information  system""" ;
    dct:identifier "9ae0b578-44b2-442a-8ee0-020a6e60c039" ;
    dct:issued "2025-11-11T12:06:24.309093"^^xsd:dateTime ;
    dct:modified "2025-11-11T12:06:27.413584"^^xsd:dateTime ;
    dct:publisher <https://data.gov.au/organization/cc944344-1350-42e9-b212-0489a49ac83b> ;
    dct:spatial [ a dct:Location ] ;
    dct:title "Ferret active client count" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "opendata@health.qld.gov.au" ;
            vcard:hasEmail <mailto:opendata@health.qld.gov.au> ] ;
    dcat:distribution <https://data.gov.au/dataset/9ae0b578-44b2-442a-8ee0-020a6e60c039/resource/2456e1c4-74e3-4e2f-9d1a-568cac3f45c1> ;
    dcat:keyword "government",
        "health" .

<https://data.gov.au/dataset/9ae0b578-44b2-442a-8ee0-020a6e60c039/resource/2456e1c4-74e3-4e2f-9d1a-568cac3f45c1> a dcat:Distribution ;
    dct:description "Count of active clients as at 01 January each year for Ferret locations for the years 2011 to 2014." ;
    dct:format "CSV" ;
    dct:issued "2014-11-07T03:20:16.508964"^^xsd:dateTime ;
    dct:modified "2025-11-11T12:06:24.301392"^^xsd:dateTime ;
    dct:title "Ferret active client count by location - 2011 to 2014" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "d8d661e4a8b913450dc281f8d9124a233b740427"^^xsd:hexBinary ] ;
    dcat:accessURL <https://www.data.qld.gov.au/dataset/9ae0b578-44b2-442a-8ee0-020a6e60c039/resource/2456e1c4-74e3-4e2f-9d1a-568cac3f45c1/download/ferret-active-client-count-by-location-2011to2014v2.csv> ;
    dcat:mediaType "text/csv" .

<https://data.gov.au/organization/cc944344-1350-42e9-b212-0489a49ac83b> a foaf:Agent ;
    foaf:mbox "opendata@qld.gov.au" ;
    foaf:name "Queensland Health" .

