Knowledge Graph
»
Statistics
» Tender
Tenders per jurisdiction (based on country of buyer)
SPARQL
PREFIX ocds:
PREFIX tbfy:
PREFIX schema:
SELECT DISTINCT ?country (COUNT(?country) AS ?count) WHERE { ?contractingProcess a ocds:ContractingProcess. ?contractingProcess ocds:hasTender ?tender. ?buyer ocds:isBuyerFor ?contractingProcess. ?buyer ocds:hasAddress ?address. ?address schema:addressCountry ?country. } GROUP BY ?country ORDER BY ASC(?country)
Chart
google.visualization.GeoChart
google.visualization.Table
Action
Execute the query
(~1 minute)
Result
HTML
Javascript