TBFY / knowledge-graph-API

This repository is dedicated to the core API of the TheyBuyForYou project built on top of R4R (https://github.com/TBFY/r4r)
2 stars 1 forks source link

                                        Docker Build Status GitHub Issues License DOI

Basic Overview

This repository contains the API documentation and SPARQL queries of the TheyBuyForYou project. The core API has been built to allow developers to obtain public procurement data from the TheyBuyForYou project knowledge graph.

The API is organised around REST and uses R4R tool. All API calls should be made to the http://tbfy.librairy.linkeddata.es/kg-api/ base domain. A JSON file will be returned in all responses from the API. The API allows you 27 different resources organised in 5 main groups:

Quick Start

  1. The API is available online at:
    http://tbfy.librairy.linkeddata.es/kg-api/

  2. The whole information available in the knowledge graph project from each of the five main categories can be extracted (Contract, Contracting Process, Tender, Award and Organisation) including complete listings, searches by identifier and second level of nesting.

  3. The API returns a JSON file for each resource implemented.

  4. Click here to get an example of the listing of organisations.

  5. The whole documentation for developers of the API, with examples, can be found in the following link:

    https://github.com/TBFY/knowledge-graph-API/wiki

Lastest Stable Release

Lastest stable release can be found here:

https://cloud.docker.com/u/tbfy/repository/docker/tbfy/kg-api

Contributing

Please take a look at our contributing guidelines if you're interested in helping!