{
  "$schema": "https://datapackage.org/profiles/2.0/datapackage.json",
  "name": "posnic-public-pos-procurement-evidence",
  "id": "https://posnic.com/guides/how-to-choose-pos-software/#public-pos-procurement-evidence-matrix",
  "title": "Public POS procurement requirements evidence matrix",
  "description": "A manually coded matrix of 144 source-control observations from twelve official public POS procurement records across six countries. Each row records whether at least one explicit requirement was located, the source URL, evidence locator and bounded review note. It does not score vendors or estimate market frequency.",
  "homepage": "https://posnic.com/guides/how-to-choose-pos-software/",
  "version": "1.0.0",
  "keywords": [
    "point of sale",
    "POS system requirements",
    "POS RFP",
    "POS procurement",
    "POS selection checklist",
    "POS evaluation"
  ],
  "contributors": [
    {
      "title": "Posnic Innovations Private Limited",
      "path": "https://posnic.com/",
      "email": "info@posnic.com",
      "roles": [
        "creator",
        "dataCurator",
        "contact"
      ]
    }
  ],
  "sources": [
    {
      "title": "University of Texas at El Paso: concessions point-of-sale system, 2021-10-12",
      "path": "https://www.utep.edu/purchasing-and-general-services/_files/docs/rfp-transparency-report1/rfp-724-2201-sf-point-of-sale-system-concessions.pdf"
    },
    {
      "title": "City of Ann Arbor: parks and recreation management software with POS module, 2016-04-22",
      "path": "https://www.a2gov.org/departments/finance-admin-services/purchasing/Documents/RFP_966_Document.pdf"
    },
    {
      "title": "University of Maine System: university store retail solution, 2020-03-03",
      "path": "https://www.maine.edu/strategic-procurement/wp-content/uploads/sites/5/2020/03/03-2020-054-RFP-IT-RFPIT.pdf"
    },
    {
      "title": "City of Vancouver: civic-theatre concessions point-of-sale solution, 2018-12-03",
      "path": "https://bids.vancouver.ca/bidopp/RFP/documents/PS20181527-RFP.PDF"
    },
    {
      "title": "Broward County Convention Center and SMG: food-and-beverage concessions point-of-sale system, 2023-06-09",
      "path": "https://assets.website-files.com/5c489f15d35e740a235c81ca/648286756590cb2cc5967e32_REQUEST%20FOR%20PROPOSAL%20%28RFP%29%20-%20Point%20of%20Sale%20%28POS%29%20System%20-%20Final%20%28%2006-23%29.pdf"
    },
    {
      "title": "Coastal Alabama Community College: campus retail and ecommerce point-of-sale system, 2025-07-02",
      "path": "https://www.coastalalabama.edu/uploads/bids/1751470856RFPRFP2025-0001PointofSaleSystem.pdf"
    },
    {
      "title": "Boerne Independent School District: child nutrition point-of-sale software, 2024-03-05",
      "path": "https://www.boerneisd.net/cms/lib/TX50000022/Centricity/Domain/76/RFP%2022-009%20Food%20Service%20Point%20of%20Sale.pdf"
    },
    {
      "title": "NSW Trains: onboard regional-rail point-of-sale replacement opportunity, 2026-03-11",
      "path": "https://buy.nsw.gov.au/prcOpportunity/6B1F95E8-DF47-439A-95A6BE9B17C4C277"
    },
    {
      "title": "NRF iThemba LABS: canteen point-of-sale request for information, 2024-09-19",
      "path": "https://www.etenders.gov.za/home/Download/?blobName=e7a3146b-5efb-4188-9361-d0bb0a571f05.pdf&downloadedFileName=Request"
    },
    {
      "title": "Wellington City Council: multi-location point-of-sale replacement overview, 2023-01-31",
      "path": "https://www.gets.govt.nz/WCC/ExternalTenderDetails.htm?id=26881050"
    },
    {
      "title": "Telford and Wrekin Council: hospitality electronic point-of-sale opportunity, 2025-01-31",
      "path": "https://www.telford.gov.uk/business/contracts-tenders-and-procurement/current-opportunities-to-quote-low-value/"
    },
    {
      "title": "Joburg City Theatres: hospitality and catering point-of-sale tender, 2023-10-16",
      "path": "https://www.etenders.gov.za/home/Download/?blobName=0e96f672-2c38-4c2b-91e3-585c67d6bde4.pdf&downloadedFileName=BID+00309+PROVISION+OF+POINT+OF+SALE+SYSTEM+FOR+HOSPITALITY+AND+CATERING+DEPARTMENT.pdf"
    }
  ],
  "resources": [
    {
      "name": "pos-public-procurement-evidence-matrix",
      "path": "https://posnic.com/assets/pos-public-procurement-evidence-matrix.csv",
      "type": "table",
      "title": "Twelve-record public POS procurement evidence matrix",
      "description": "Ten fields and 144 rows covering twelve buyer controls across twelve official public procurement records.",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "UTF-8",
      "bytes": 64647,
      "hash": "sha256:bf7e0606352197adacf8b0d15ae1202ba45e7e5c12d0415b181a9215d8958b92",
      "schema": {
        "$schema": "https://datapackage.org/profiles/2.0/tableschema.json",
        "fieldsMatch": "exact",
        "missingValues": [
          ""
        ],
        "fields": [
          {
            "name": "source_id",
            "title": "Source identifier",
            "type": "string",
            "description": "Stable identifier assigned to one reviewed procurement record.",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "issuer",
            "title": "Issuer",
            "type": "string",
            "description": "Public organization or named procurement issuer.",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "document_date",
            "title": "Document date",
            "type": "date",
            "description": "Published issue or open date when available; otherwise the dated closing or quote deadline stated in the evidence boundary.",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "document_scope",
            "title": "Document scope",
            "type": "string",
            "description": "Bounded POS procurement scope represented by the reviewed record.",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "source_url",
            "title": "Official source URL",
            "type": "string",
            "description": "Public URL used for the source review.",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "control_id",
            "title": "Buyer control identifier",
            "type": "string",
            "description": "Identifier C01 through C12 for the common buyer-control framework.",
            "constraints": {
              "required": true,
              "pattern": "^C(?:0[1-9]|1[0-2])$"
            }
          },
          {
            "name": "control",
            "title": "Buyer control",
            "type": "string",
            "description": "Human-readable name of the buyer control applied to every source.",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "explicitly_observed",
            "title": "Explicit requirement observed",
            "type": "string",
            "description": "Yes when at least one explicit requirement in the broad control category was located in the reviewed scope; no when it was not located there.",
            "constraints": {
              "required": true,
              "enum": [
                "yes",
                "no"
              ]
            }
          },
          {
            "name": "evidence_locator",
            "title": "Evidence locator",
            "type": "string",
            "description": "Section, page or reviewed-scope locator used to find the observation.",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "review_note",
            "title": "Review note",
            "type": "string",
            "description": "Bounded explanation of what was or was not located without assigning a vendor score.",
            "constraints": {
              "required": true
            }
          }
        ],
        "primaryKey": [
          "source_id",
          "control_id"
        ]
      }
    }
  ],
  "_posnic": {
    "reviewedAt": "2026-08-23",
    "recordCount": 144,
    "sourceCount": 12,
    "countryCount": 6,
    "controlCount": 12,
    "explicitlyObservedCount": 114,
    "notObservedCount": 30,
    "method": "Twelve official English-language public procurement records were manually reviewed against the same twelve buyer controls. A yes records at least one explicit requirement in the reviewed scope; a no means the control was not located there.",
    "evidenceBoundary": "The review contains nine full documents and three public notice, overview or opportunity records dated 2016 to 2026. NSW, Wellington and Telford are coded only from public pages because full tender files were not reviewed. The matrix is not a market-frequency study, legal template or current requirement for another buyer.",
    "rightsBoundary": "Public access does not create an additional data licence. Review the Posnic site terms and every cited source before reuse or redistribution."
  }
}
