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
22 stars 8 forks source link

Remove specification of "sh:path skos:prefLabel" in profile such that… #215

Closed recalcitrantsupplant closed 6 months ago

recalcitrantsupplant commented 6 months ago

… all properties for a ConceptScheme are returned when looking at a ConceptScheme

Please test locally.

Specifying sh:path implies a closed profile i.e. any properties not specified under sh:path are excluded. This PR removes the specification of skos:prefLabel, reverting the profile to be open, so if the property skos:prefLabel is present, it will still be returned.

lalewis1 commented 6 months ago

Tested locally and vocabularies are now displaying correctly