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.2.tar.gz
(14.9 MB
view details)
File details
Details for the file kg-qa-0.1.2.tar.gz.
File metadata
- Download URL: kg-qa-0.1.2.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 |
a054b9df8063c806806428287f00a22029076c4962f869dd69eacfcc3d66b525
|
|
| MD5 |
218216bff21a2a939a84e647da08f2f7
|
|
| BLAKE2b-256 |
02dec7db62a6f48900eb085c70d17ef3784aadfe97c0bfa6dbe2be04e72414d3
|