Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.35 KB

File metadata and controls

35 lines (25 loc) · 2.35 KB
layout page
title ABSTAT
permalink /abstat/
hidenInHeader true

Functionality

ABSTAT (Linked Data Summaries with ABstraction and STATistics) is a framework that computes and provides access to synthetic descriptions of RDF data sets. These descriptions can be viewed as profiles of RDF data sets and are called summaries in ABSTAT.

The summary of a data set describes its content by listing every schema-level pattern that occurs in the data and a set of statistics. A schema-level pattern, named also abstract knowledge pattern (akp) or, more simply, pattern, is a triple <Type_1,P,Type_2> that tells there are instances of Type_1 linked to instances of Type_2 with the property P. With the term type we refer to either an ontology class (e.g., foaf:Person) or a datatype (e.g., xsd:DateTime). In addition to patterns, summaries provide several statistics for the patterns and their constituents, i.e., types and properties. The version of ABSTAT that is deployed in the EuBusinessGraph computes and includes statistics about the occurrence of patterns, types and properties. Occurrence assigned to a pattern <Type_1,P,Type_2> tells how many instances of Type_1 are linked to instances of Type_2 with the property P.

Usage in euBusinessGraph

ABSTAT provides summeries on company data already published in the business graph that is used by ASIA in order to provide mapping suggestions that makes it easier for new data publishers to map their data to the euBusinessGraph company data model.

Installation guide

https://bitbucket.org/disco_unimib/abstat-core

User guide

https://bitbucket.org/disco_unimib/abstat-core

API documentation

https://bitbucket.org/disco_unimib/abstat-core

Software license

GNU Affero General Public License v3.0

Source code repository

https://bitbucket.org/disco_unimib/abstat-core

Contact person

matteo.palmonari [at] unimib [dot] it