Swirrl / pmd-rdf-validations

PMD Validations for cubes etc...
MIT License
3 stars 0 forks source link

Consider changing "concept has only one label" to skos:prefLabel has only one label per lang. #19

Closed RickMoynihan closed 3 years ago

RickMoynihan commented 3 years ago

pmd4/src/swirrl/validations/pmd4/SELECT_ConceptExactlyOneLabel.sparql

Robsteranium commented 3 years ago

To be clear, I presume we want to confirm that the concept has:

We should defer relaxing this to permit multiple (different) labels scoped by graph until we've decided how to identify which label to present in a given context (https://github.com/Swirrl/cogs-issues/issues/34).

Robsteranium commented 3 years ago

Have just huddled with Rick on this. We've agreed to:

We ought to coordinate this with a change to Muttnik to follow this label cascade https://github.com/Swirrl/muttnik/issues/1403.

Robsteranium commented 3 years ago

This is implemented with d37f75866855843ebe71bc9116de994af17e0fb9.

We can downgrade ConceptMaxOneLabelIfNoPrefLabel.sparql as part of #20.