Keywords

1 Introduction

In order to ensure transparency and provide valuable means of innovation, many governments demand from their public authorities to open their data (e.g. data.gov.uk), as well as to support their provision and maintenance with crowd-source independent repositories and open-source systems (like CKANFootnote 1 etc.). Towards this end, there are also many organized initiatives and projects. To name a few, the IBPFootnote 2 promotes public access to accountable budget systems, thus allowing citizens to investigate whether central governments manage properly procedures in respect to public finances. Similarly, the Open BudgetsFootnote 3, the Big Data EuropeFootnote 4 and the Your Data StoriesFootnote 5 H2020 projects provide a scalable platform for public administrations to publish and preserve open economic data under open-source support (e.g. GitHub). A comprehensive review of other similar initiatives can be found in [1].

2 Our Proposed Model

There are several standards, controlled vocabularies and ontological schemes for achieving semantic linking between open data. In the economy domain, the most important are: (i) the GoodRelations ontology [2], (ii) the Public Contracts ontology [3], (iii) the Organization ontology, and (iv) the vCard ontology. All above ontologies and schemas are cross-linked with several domain-independent controlled-vocabularies such as FOAF, DC Terms, SKOS [4], and DBpedia.

Based on the above (data and interoperability standards), we propose the Linked Open Economy (LOE) model (see Fig. 1), which is an economy-driven rather than a data- or statistics-driven approach. The model has been designed to better balance the trade-off of, being as generic as to be scalable to future open data categories, and as specific as to be compatible with existing initiatives. Furthermore, its top-level conceptualization interlinks the main publicly available data for the economy, as well as it models the flows incorporated in public budgeting, procurement and subsidies/aid. Detailed information about LOE modeling, as well as its main classes and properties can be found at https://github.com/LinkedEcon/LinkedEconomyOntology-ELOD.

Fig. 1.
figure 1

The Linked Open Economy (LOE) model.

3 Application Case Study: Greek Public Procurement

The Central Electronic Registry of Public Procurement (KHMDHS) (eprocurement.gov.gr) is the official procurement portal of the Greek government which contains information on all public contracts for goods, services, and public works worth more than €1,000. It was established to reinforce transparency and effective management of public procurement. According to the Linked Economy Ontology (hereafter under the elod prefix), the basic model consist of:

elod:DecisionDomain

In this dataset the “tenders” concept is available. In order to model this part of the LOE flow, we use the pc:Contract class. The main parts are the following:

  • the contracting authority which issues a contract,

  • the CPV code which characterizes the products or services,

  • the specified price of the contract including the currency specification, and

  • the tender to whom a contract is awarded.

elod:SpendingDomain

The main components are:

  • the authority which pays for the products or services,

  • the sponsor who is paid for the offered products or services,

  • the CPV code which characterizes the products or services, and

  • the expense amount including the currency specification.

Organization Classes

The essential elements of the organization are given by the vat Id, the name, the vat Id type, and the country registered at.

elod:PriceDomain

In the same sense as above, we use the gr:Offering class as well as the following:

  • gr:BusinessEntity: This class represents the organizations. It is one of the four classes used for their modeling.

  • gr:SomeItems: This class contains the information of a service or product.

  • elod:SpendingItem: This class represents decisions that involve spending actions.

  • gr:UnitPriceSpecification: This class represents a conceptual entity that specifies the price asked for a service or product. It specifies the price, the currency and whether the price includes VAT or not.

In order to combine and compare products which belong to a gr:Offering from different instances of elod:PriceDomain class we use the class elod:CPV in the second level of our modeling. For example the instances of gr:Offering class in KHMDHS Data set are linked to an elod:CPV instance, the same connection exists in eprices Data set as well. Thus, we can extract information based on a common elod:CPV instance from different elod:PriceDomain resources.

The basic part of elod:CPV instance is:

  • The unique code of cpv and the property which specifies it is elod:cpvCode.

  • The Greek and English name of this category by using the properties elod:cpvGreekSubject and elod:cpvEnglisSubject.

4 Conclusions

LOE can be used to (i) enable information exchange between open source systems, (ii) integrate open data from heterogeneous sources and (iii) publish semantic and linked data related to economic activities. It can also be connected to market processes as analytically described in [1] where the generic LOE model is introduced. At the end of this short paper, we depict a SPARQL query for an open API endpoint (http://143.233.226.49:8890/sparql). This query asks for retail tomato prices from the official Greek Price Observatory and compares them with wholesale prices provided by the Central Market of Thessaloniki/ KATH (in three different qualities) for a specific day. Retail stores with the highest and the lowest prices are also provided. Finally, the query returns the price paid for a specific public contract for tomatoes, thus combining information from governmental communities and market itself.

Beyond government and public authorities, we do believe that LOE can provide high valuable insights to other domain stakeholders (e.g. citizens, developers, researchers, journalists, companies etc.), who can use it as an establish and compact common ground to get and compile valuable economic information.

figure a
figure b