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.6.tar.gz
(14.9 MB
view details)
File details
Details for the file kg-qa-0.1.6.tar.gz.
File metadata
- Download URL: kg-qa-0.1.6.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 |
c3b86835496de00fe0a928f0175171f3ec8705095f26a4f1b54e291a3a2fea89
|
|
| MD5 |
3573344cb2230a12d0ae3cdf4edb20b1
|
|
| BLAKE2b-256 |
450dbd148225895af93f61c86680139a6635ac0a97c2c08ccd0d981575a93ef5
|