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
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 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