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 kg-qa
Get started
How check SPARQL endpoint availability with this library:
from kg_qa import KnowledgeGraph
# Instanziate a KnowledgeGraph object, 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
kg-qa-0.1.3.tar.gz
(14.9 MB
view details)
File details
Details for the file kg-qa-0.1.3.tar.gz.
File metadata
- Download URL: kg-qa-0.1.3.tar.gz
- Upload date:
- Size: 14.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a89413fde371e28967dbfecdd1112a72d11d2bc4e14a6e9b074947ea3da7fa8
|
|
| MD5 |
0ece6d2240c9a3ff17c8a85c50df7639
|
|
| BLAKE2b-256 |
a8d71bf9d9c7c57b4e11f238f6bf2f254ac6a02ca1a5d0c4bd735c1cba119fcb
|