WARNING: this project is now pending. AGCOM decided to publish pluralism data with an OPEN DATA LICENSE see the press release ** The the g0v team and LinkedData.Center are trying to learn more about the new data organization. Stay tuned.
A Smart Data Management Platform to store information about pluralism on television based on the data published by AGCOM (Agenzia per le Garanzie nelle Comunicazioni).
The knowledge base is compliant with RDF and Semantic Web Specification.
Applications can access the knowledge graph through a SPARQL interface.
Reference implementations:
- SPARQL endpoint: https://data.agcom.g0v.it/sparql
- Linked Data browser: http://data.agcom.g0v.it/welcome
- API endpoint: https://data.agcom.g0v.it/ldp
- Example of a data consumer: https://agcom.g0v.it/
The project contains the two "core" logical components:
- sdaas (smart data as a service): the data management platform providing an RDF store, a SPARQL endpoint, a data ingestion engine, a set of gateways to transform raw data in linked data and a build script that populates the RDF store. See files and docs in sdaas directory
- a set of APIs that query the SPARQL endpoint and produce json data with a schema suitable to be used with the LODMAP-2D BubbleGraph Component. See files and docs in apis directory
Beside the core, two additional optional components may be needed to complete a production system:
- LODVIEW server: a linked data web browser to dereferencing URIS and navigate the Knowledge Graph;
- a router that provides a single access point to all services with firewall, caching and SSL features.
This picture shows the components interactions:
The platform is shipped with a Docker setup that makes it easy to get a containerized development environment up and running. If you do not already have Docker on your computer, it's the right time to install it.
To deploy the platform, a stack of some services is required:
To start core services using docker Compose type:
docker-compose build
docker-compose up -d
This starts locally the following services:
Name | Description | Port |
---|---|---|
sdaas | a server that manages the datastore and the ingestion engine | 29341 |
api | a server that manages the web-budget API | 29342 |
Try http://localhost:29341/sdaas to access blazegraph workbench Try http://localhost:29342/ to test API endpoint
The first time you start the containers, Docker downloads and builds images for you. It will take some time, but don't worry this is done only once. Starting servers will then be lightning fast.
To shut down the platform type:
docker-compose down
For answers, you may not find in here or in the Wiki, avoid posting issues. Feel free to ask for support on the Slack general room. Make sure to mention @enrico so he is notified
- the Smart Data Management Platform was developed by LinkedData.Center
- the ontologies were developed by Enrico Fagnoni @ LinkedData.Center
- the RDF data store and the SPARQL endpoint is based on the Blazegraph community edition
- The URI dereferencing platform is derived from the LODView project
- TV Audience data analysis was developed thanks to Studio Frasi (@StudioFrasi)
The online service and the reference implementation is hosted by the Copernicani community.
The MIT License (MIT). Please see License File for more information.