-
Notifications
You must be signed in to change notification settings - Fork 1
Award
An award is the final part of a contracting process and is the formal decision and approval to establish a contract.
From the knowledge graph a complete list, or the information of a particular award, can be obtained, including the list of amendments, documents, items or suppliers of this award. These are the six resources that have been implemented to fulfil these requirements:
GET /award: This returns the list of all the awards included in the knowledge graph. The list is displayed in JSON format and consists of the following model schema:
MODEL SCHEME | FIELDS |
---|---|
{ "id": xsd:string, "title": xsd:string, "description": xsd:string, "date": xsd:dateTime, "status": xsd:string } |
|
Example of use: http://data.tbfy.eu/kg-api/award
GET /award/{id}: This returns the whole information included in the knowledge graph of a specific award. The list is displayed in JSON format and consists of the following model schema:
MODEL SCHEME | FIELDS |
---|---|
{ "id": xsd:string, “title”: xsd:string, “descrption”: xsd:string, “date”: xsd:dateTime, “status”: xsd:string, “contractPeriod”: { “startDate”: xsd:dateTime, “endDate”: xsd:dateTime } “value”: { “amount”: xsd:decimal, “currency”: xsd:string } “tender”: { “id”: xsd:string, “title”: xsd:string, “description”: xsd:string, “status”: xsd:string } } |
|
Example of use: http://data.tbfy.eu/kg-api/organisation/gb-02183240
GET /award/:id/amendment: This returns the list of amendments of a specific award included in the knowledge graph. The list is displayed in JSON format and consists of the following model schema:
MODEL SCHEME | FIELDS |
---|---|
{ "id": xsd:string, "description": xsd:string, "date": xsd:dateTime } |
|
GET /award/:id/document: This returns the list of documents that can be attached related to a specific award included in the knowledge graph. The list is displayed in JSON format and consists of the following model schema:
MODEL SCHEME | FIELDS |
---|---|
{ "id": xsd:string, "type": xsd:string, "language": xsd:string, "url": xsd:string } |
|
Example of use: http://tbfy.librairy.linkeddata.es/api/award/ocds-0c46vo-0133-000022-2019_20190102000022_A1/document/
GET /award/:id/item: This returns the list of items associated to a specific award included in the knowledge graph. The list is displayed in JSON format and consists of the following model schema:
MODEL SCHEME | FIELDS |
---|---|
{ "id": xsd:string, "description": xsd:string, "classificationScheme": xsd:string, "classification": xsd:string, "additionalItemClassificationScheme": xsd:string, "additionalItemClassification": xsd:string } |
|
Example of use: http://tbfy.librairy.linkeddata.es/api/award/ocds-0c46vo-0133-000022-2019_20190102000022_A1/item/