prez icon indicating copy to clipboard operation
prez copied to clipboard

Prez is a data-configurable Linked Data API framework that delivers profiles of Knowledge Graph data according to the Content Negotiation by Profile standard.

Results 73 prez issues
Sort by recently updated
recently updated
newest added

Hi, Trying to test Prez on k8s but I'm getting a 502. Logs: `HTTP Exception for / - Request URL missing either an 'http://' or 'https://' protocol. Failed to connect...

This function can be used to dump a set of generated prefixes by Prez as a way to bootstrap the Prez prefixes for a new dataset. This function can be...

While working on this PR https://github.com/RDFLib/prez/pull/134, I noticed tests would fail randomly due to multiple prefixes being generated for the same namespace. For example, `http://linked.data.gov.au/def/borehole-purpose` generates `def:borehole-purpose` or `df:borehole-purpose` depending...

Its not clear how the new build will handle this without an example and there is no information on the description page about the scope and capabilities. The obvious limitation...

The SPARQL client should only need one SPARQL endpoint now that SPARQL endpoints have been merged. This should allow for a single `confest.py` and the collapsing / removal of all...

If a `prof:Profile` appears in data without certain properties, Prez crashes as the profile loading queries break. This may occur when a `prof:Profile` object appears in data that is not...

bug

I have a instance running at http://defs-dev.opengis.net/prez-hosted/v/vocab It shows 13 pages of vocabularies, but anything past page 7 is empty. SPARQL endpoint can be found at http://defs-dev.opengis.net:8261/fuseki-hosted/sparql

Running tests with the following for catprez hangs indefinitely. ```bash edmondchuc@192 prez % source .venv/bin/activate (prez-py3.11) edmondchuc@192 prez % pytest tests/catprez ========================================================================= test session starts ========================================================================= platform darwin -- Python...

System behaviour: Label, Description and provenance from DCTERMS namespace is automatically returned in API responses by Prez. Semantics of predicates on data profiles. Inbound/outbound predicates are used for listing, which...

These functions that generate things should really be on startup. To ensure subsequent updates to the data are in sync with these generated things, Prez should supply endpoints to update...

bug
enhancement