query-collection
This should be an interface and implementation of a collection that holds SPARQL 1.1 queries.
Usage
from rdflib import Graph
from query_collection import TemplateQueryCollection
tqc = TemplateQueryCollection()
tqc.loadFromDirectory("path/to/dir/with/query/files")
example_query_template = tqc.get("example")
g = Graph()
g.query(**example_query_template.prepare())
Release files for query-collection 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| query_collection-0.1.7.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| query_collection-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.9 kB
Release files / query_collection-0.1.7.tar.gz
| Download URL | query_collection-0.1.7.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dbd877dcebb325c9702530d8258ddd14730965185cf20221dacd6b59207fb329
|
|
BLAKE2b-256 checksum How to use checksums |
86364160e0ebdfae46d21489644bd874f26b412bc3bd4c3873aedf346f665672
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.14.0 Linux/6.17.8-300.fc43.x86_64
|
Release files / query_collection-0.1.7-py3-none-any.whl
| Download URL | query_collection-0.1.7-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6fca14d2ddd8371f8e5e0a18e2db691a2539f5917a3699e33bf1651582c761fe
|
|
BLAKE2b-256 checksum How to use checksums |
bc88821a9484c99b82366175e2a1e6281f507f992ea8d37fb615657549d5a005
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.14.0 Linux/6.17.8-300.fc43.x86_64
|