prez
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.
Add dev dependecy on the ogctests library. and add a test file to call the ogctests from.
related: https://github.com/RDFLib/prez/pull/224 - [ ] Remove duplication of CORS middleware specification - research what is the best way of doing this and record as a brief discussion https://github.com/RDFLib/prez/discussions - [...
- [x] Replace rdf in `prez/reference_data/context_ontologies` with the annotations from the sematic background repo. - [x] rename context_ontologies to annotations. - [x] make sure that prez still loads them into...
Add an endpoint that returns a list of the subjects and or properties that are not labeled. Re-use the logic from labelify.
This page fails to load: https://gsq-prez.dev.kurrawong.ai/v/vocab/defn:road-suffixes. Others like it (using client side loading of the tree) also fail. This started to occur on v3.8.5. This is tested on GSQ vocab...
All the vocabs and ontologies in [context_ontologies](https://github.com/RDFLib/prez/tree/main/prez/reference_data/ context_ontologies) and all of the prefixes in [prefixes](https://github.com/RDFLib/prez/tree/main/prez/reference_data/prefixes) that are generic, i.e. useful beyond Prez, should come from https://github.com/Kurrawong/semantic-background. This way we can...