RDFLib / prez

Prez is a data-configurable Linked Data API framework that delivers profiles of Knowledge Graph data according to the Content Negotiation by Profile standard.
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

reg:status missing from context_ontologies #217

Closed lalewis1 closed 2 months ago

lalewis1 commented 3 months ago

In the reg_statuses.nq we are missing a declaration for reg:status (not reg:Status)

specifically this is a problem because we need the rdfs:label property to be mapped so that PrezUI can display this properly. currently there are many instances using reg:status and prezUI is unable to label it properly

potentially others missing

A fix for this should probably come as part of a refactor of labels that are loaded into prez by default. #218

lalewis1 commented 3 months ago

Turns out the reg_statuses.nq is not the reg status ontology but just a vocab of statuses. it just happened to include reg:Status which made us think it was the reg ontology.