Skip to content

MaastrichtU-IDS/kg-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kg-metadata

Knowledge Graph (KG) Metadata Specification and Validation

This project aims to create a specification for the description of knowledge graphs.

The KG specification html & SHACL was developed using SHACL from a community spreadsheet

setup the environment

prepare the local environment

    python -m venv .venv

activate the local environment

    source .venv/bin/activate

install the python packages

    python -m pip install -r requirements.txt

run the test

run the shape validation with kg metadata and the KG shacl specification.

    python src/validate.py -i data/metadata/wikidata.ttl -s data/shacl/kg-full.shacl.ttl