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.7.tar.gz
(14.9 MB
view details)
File details
Details for the file kg-qa-0.1.7.tar.gz.
File metadata
- Download URL: kg-qa-0.1.7.tar.gz
- Upload date:
- Size: 14.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4f7aa4b4c804f17ada12b60687568f7f4727f5ea6f005ff980ad5b785aa9e4f
|
|
| MD5 |
9cd9b5c1da48c54d361e1798fa3d0ae6
|
|
| BLAKE2b-256 |
26868e36009206145a2418e7f393e8a09a020c97771fb6dd3b4ff703c4c4df56
|