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

<https://data.gov.au/dataset/32e383c3-9a4c-42c7-9e25-1c7ea373be3d> a dcat:Dataset ;
    dct:description "Three research cruises on the FRV Southern Surveyor were undertaken between 1993 and 1996 to study the bycatch from prawn and fish trawls. Bycatch species composition (species, length, weight) was measured." ;
    dct:identifier "32e383c3-9a4c-42c7-9e25-1c7ea373be3d" ;
    dct:issued "2025-06-24T23:29:46.486055"^^xsd:dateTime ;
    dct:language "eng" ;
    dct:modified "2025-06-24T23:29:46.486063"^^xsd:dateTime ;
    dct:publisher <https://data.gov.au/organization/c0017ec2-e0d5-4e64-9238-27110ef01b78> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((141.5000 -13.0000, 142.0000 -13.0000, 142.0000 -12.5000, 141.5000 -12.5000, 141.5000 -13.0000))"^^gsp:wktLiteral ] ;
    dct:title "Bycatch Reduction Project Data 1993-1996" .

<https://data.gov.au/organization/c0017ec2-e0d5-4e64-9238-27110ef01b78> a foaf:Agent ;
    foaf:mbox "hf-data-requests@csiro.au" ;
    foaf:name "CSIRO Marlin Data Catalogue" .

