Published February 6, 2026 | Version v2

CoDaKG: Content-Based Dataset Knowledge Graphs for Dataset Search

Description

Description

This repository contains the dataset resources for the paper "CoDaKG: Content-Based Dataset Knowledge Graphs for Dataset Search". It provides two Content-based Dataset Knowledge Graph (CoDaKG) instances constructed for the NTCIR and ACORDAR test collections, along with the underlying pairwise similarity data derived from file content analysis.

 

File Inventory

1. Knowledge Graph Dumps (RDF/Turtle) 

These files contain the full CoDaKG instances in .ttl format. 

  • ntcir_full_rdflib.ttl: The CoDaKG instance constructed for the NTCIR test collection.

  • acordar_full_rdflib.ttl: The CoDaKG instance constructed for the ACORDAR test collection.

2. Content Similarity Data (CSV)

The following CSV files contain the raw pairwise similarity scores calculated between dataset distributions. These files only include pairs with a Jaccard similarity threshold > 0.5.

Files:

  • NTCIR_dataOverlap_similarity.csv

  • NTCIR_schemaOverlap_similarity.csv

  • ACORDAR_dataOverlap_similarity.csv

  • ACORDAR_schemaOverlap_similarity.csv

Column Structure:

  • file_id1 / file_id2: The identifier for the dcat:Distribution (file).

  • dataset_id1 / dataset_id2: The identifier for the corresponding dcat:Dataset.

  • sim: The calculated Jaccard similarity score (float).

Similarity Types:

  • Schema Overlap: Similarity based on structural elements (e.g., column headers, JSON paths).

  • Data Overlap: Similarity based on data content units (e.g., table rows, sentence overlaps).

Usage Notes:

  • ID Correspondence: The file_id and dataset_id in the CSV files correspond to the local names of the URIs for dcat:Distribution and dcat:Dataset entities in the Turtle (.ttl) files.

  • Customizing Thresholds: To revise the Knowledge Graph using different similarity thresholds:

    1. Remove all existing triples with the predicates base:schemaOverlap and base:dataOverlap from the .ttl file.

    2. Filter the CSV files to select pairs meeting your desired threshold.

    3. Generate and append new triples linking the corresponding entities based on their IDs.

Files

ACORDAR_dataOverlap_similarity.csv

Files (10.3 GB)

Name Size
md5:bc5413c670516f8d20747e7d5cd9c399
232.0 kB Preview Download
md5:544ff8a272d30ef85f091e20c138bfc3
53.0 MB Download
md5:ac1468edc7fbf84bf7c4f8c5d7417d64
1.8 MB Preview Download
md5:8653505eed8885af5dd25d1d4464cd9b
4.9 GB Preview Download
md5:09a7337d55a04d0984d6089f1dcc240d
5.1 GB Download
md5:a74152e91045f3c5469e3ffb60929dcf
198.7 MB Preview Download

Additional details

Dates

Submitted
2025-05-13