ValPub validator req. 2.1.4 reads:
Requirement 2.1.4 Each ontology MUST have exactly one title, a text literal, indicated using the skos:prefLabel or the schema:name property
Just flagging the TERN Shapes Ontology, where rdfs:label predicate has been used throughout. Would it be worth validating this predicate too? Not putting the case too strongly as it's a relatively simple fix to swap out rdfs:label for either of the two valid predicates, but flagging a legacy practice in any case.
Allowing rdfs:comment req. 2.1.5 might align with this, although I'm less sure about its equivalence with schema:description / skos:definition.
ValPub validator req. 2.1.4 reads:
Just flagging the TERN Shapes Ontology, where
rdfs:labelpredicate has been used throughout. Would it be worth validating this predicate too? Not putting the case too strongly as it's a relatively simple fix to swap outrdfs:labelfor either of the two valid predicates, but flagging a legacy practice in any case.Allowing
rdfs:commentreq. 2.1.5 might align with this, although I'm less sure about its equivalence withschema:description/skos:definition.