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.4.tar.gz
(14.9 MB
view details)
File details
Details for the file kg-qa-0.1.4.tar.gz.
File metadata
- Download URL: kg-qa-0.1.4.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 |
c2bea71738853dcbeb57d45f70676fddfc09296b68b2a4362ae21abd4131c2be
|
|
| MD5 |
24fa78b69fe0b65cb926294f57ee576a
|
|
| BLAKE2b-256 |
b4aaffd70aa5b2eff68d770bd017353288e7bae38135c1a3f7f200e94e91e7a3
|