@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.publishing.service.gov.uk/dataset/cf4d21bb-f1f6-4570-87e9-69a9b2acff1b> a dcat:Dataset ;
    dct:description "This dataset contains Find a Tender notices for August 2023. Each file contains the notices published for that date in XML format. XML schemas are available from the Find a Tender website" ;
    dct:identifier "UK_Public_Procurement_Notices_ZIP_2023_08" ;
    dct:issued "2023-08-01T00:00:00"^^xsd:dateTime ;
    dct:modified "2023-08-02T02:00:04+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:mbox "info@crowncommercial.gov.uk" ;
            foaf:name "Crown Commercial Service" ] ;
    dct:title "UK Public Procurement Notices - August 2023" .

