Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 910 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 910 Bytes

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