@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/cd2593ea-0368-428b-ab90-3d683a9ca4ca> a dcat:Dataset ;
    dct:description "This dataset contains Find a Tender notices for July 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_07" ;
    dct:issued "2023-07-01T00:00:00"^^xsd:dateTime ;
    dct:modified "2023-07-02T02:00:03+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 - July 2023" .

