@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.gov.au/dataset/e1e72632-985e-4509-99f6-8a27bd837e0e> a dcat:Dataset ;
    dct:description "A list of specimens of mollusc species in Queensland including their common names, scientific names, taxonomy, and distribution." ;
    dct:identifier "e1e72632-985e-4509-99f6-8a27bd837e0e" ;
    dct:issued "2025-11-11T14:29:40.675825"^^xsd:dateTime ;
    dct:modified "2026-03-28T04:27:48.110170"^^xsd:dateTime ;
    dct:publisher <https://data.gov.au/organization/443ae26c-130d-4c61-8412-f885c242676b> ;
    dct:spatial [ a dct:Location ] ;
    dct:title "Queensland Museum collection of mollusc specimens" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "opendata@qm.qld.gov.au" ;
            vcard:hasEmail <mailto:opendata@qm.qld.gov.au> ] ;
    dcat:distribution <https://data.gov.au/dataset/e1e72632-985e-4509-99f6-8a27bd837e0e/resource/a68b25a0-e2e1-451c-9820-28d90dedb49f> ;
    dcat:keyword "collections",
        "molluscs",
        "specimens" .

<https://data.gov.au/dataset/e1e72632-985e-4509-99f6-8a27bd837e0e/resource/a68b25a0-e2e1-451c-9820-28d90dedb49f> a dcat:Distribution ;
    dct:description "A CSV file containing records of all mollusc specimens in the Queensland Museum collection including their common names, scientific names, taxonomy, and distribution. For more information about the fields please consult [CSV Fields] (http://www.qm.qld.gov.au/microsites/data/molluscs-data/headings.csv)." ;
    dct:format "CSV" ;
    dct:issued "2014-02-18T23:13:43.543143"^^xsd:dateTime ;
    dct:modified "2026-03-28T04:27:46.420920"^^xsd:dateTime ;
    dct:title "Queensland Museum molluscs collection records" ;
    dcat:accessURL <http://www.qm.qld.gov.au/microsites/data/molluscs-data/molluscs-data.csv> ;
    dcat:mediaType "application/octet-stream" .

<https://data.gov.au/organization/443ae26c-130d-4c61-8412-f885c242676b> a foaf:Agent ;
    foaf:mbox "opendata@qld.gov.au" ;
    foaf:name "Education" .

