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

In Prez docco ``` ex:hasProfiledClass [ ex:class geo:Feature ; ex:profile # inverse of constrains , ; ex:defaultProfile ; ] ; ex:formats [ ex:class geo:Feature ; ex:profile ; dcterms:format "application/ld+json" ,...

e.g. SpacePrez' list of Datasets: https://linked.fsdf.org.au/datasets, the Collections in a Dataset, https://linked.fsdf.org.au/dataset/electrical-infrastructure/collections, the Features within a Collection, https://linked.fsdf.org.au/dataset/electrical-infrastructure/collections/PS/items. e.g. VocPrez' list of Vocabs, https://linked.fsdf.org.au/vocab, a Vocab (Concepts) https://linked.fsdf.org.au/vocab/observable-properties and any...

List the available endpoints in profiles and whether they are top level; the frontend needs to know whether endpoints are top level Alternative would be to get them included in...

VocPrez fails to load large vocabs due to something in the Concept Hierarchy generation code: ``` File "/Users/nick/Work/surround/prez/prez/routers/vocprez_router.py", line 88, in scheme_endpoint return await scheme(request) File "/Users/nick/Work/surround/prez/prez/routers/vocprez_router.py", line 127, in...

bug

* take ContainAnno profile seriously The ContainAnno profile serves the opposite purpose to the Members profile. Where Members just lists the members of a container, not container metadata, ContainAnno lists...

Specify default page size per endpoint. Probably an optional attribute; only relevant to listing endpoints.

I've updated one query to print out better using textwrap's `dedent`, `strip()` and some other, minor, formatting: https://github.com/RDFLib/prez/blob/sparql_refactor/prez/services/sparql_new.py#L140 Let's get all SPARQL queries doing this.

enhancement

Where a Prez endpoint may return one of several RDF formats (that's most endpoints). e.g. ![image](https://user-images.githubusercontent.com/7321872/207724595-8a059be6-c082-4127-86fe-6c1b418cc597.png) An OpenAPI Parameters drop-down list should provide them. This is something to do with...

documentation

For SpacePrez, {SUBSYSTEM} --> /s Endpoint | Default Profile | Default MT --- | --- | --- {SUBSYSTEM} | ? (Prez) | Annotated RDF {SUBSYSTEM}/ | ? (Prez) | Annotated...

Define all endpoints for: * Prez * home * search * pages * sub-Prez homepage * about * sub-Prezes - CatPrez, SpacePrez, VocPrez * each class * individual Conformance pages...