@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.integration.publishing.service.gov.uk/dataset/ac31e0f1-4792-4277-a28a-0bf8c36ddfd0> a dcat:Dataset ;
    dct:description "This dataset contains Find a Tender notices for March 2022. 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_2022_03" ;
    dct:issued "2022-03-01T00:00:00"^^xsd:dateTime ;
    dct:modified "2022-03-02T02:00:02+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 - March 2022" .

