Library that allows to perform Knowledge Graph (Linked Open Data) quality analysis.
Project description
KGHeartbeat 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.2.2.tar.gz
(15.2 MB
view details)
File details
Details for the file kgheartbeat-0.2.2.tar.gz.
File metadata
- Download URL: kgheartbeat-0.2.2.tar.gz
- Upload date:
- Size: 15.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5aa1d9fc12ba9be2281aa5277ddee734ec805fe8c7654611d02437388480a9e
|
|
| MD5 |
8bdca19032d49e348d80f4e082a27357
|
|
| BLAKE2b-256 |
bfc5aa193e9ed24df09c3e222ca7d7dd8fe521108bbfee1b24daaf3b55b98f43
|