Library that allows to perform Knowledge Graph (Linked Open Data) quality analysis.
Project description
KNOWLEDGE-GRAPH-QUALITY-ANALYSIS-API
Library that allows you to perform Knowledge Graph (Linked Open Data) quality analysis.
Installation
pip install kgheartbeat
Get started
How check SPARQL endpoint availability with this library:
from kgheartbeat import KnowledgeGraph
# Instanziate a KnowledgeGraph class, passing the id of the kg to be analyzed
kg = KnowledgeGraph('dbpedia')
# Call the check availability enpoint method
result = kg.checkEndpointAv()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kgheartbeat-0.1.8.tar.gz
(15.2 MB
view details)
File details
Details for the file kgheartbeat-0.1.8.tar.gz.
File metadata
- Download URL: kgheartbeat-0.1.8.tar.gz
- Upload date:
- Size: 15.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71e0d73982521173ab04c99240851ae7fe43fa54a3cafc2312fa1aecdec28291
|
|
| MD5 |
6e2ca45988567bfd1817a23f495aecbb
|
|
| BLAKE2b-256 |
0178447ea7bbade7d6859b80962eb251537a020f837552b84e6edd3dcaa0cb0c
|