In https://www.w3.org/ns/dcat3.ttl we have: ```turtle dcat:Resource rdfs:isDefinedBy <https://www.w3.org/TR/vocab-dcat-2/> ; rdfs:label "Catalogued resource"@en ; ``` In the [spec](https://www.w3.org/TR/vocab-dcat-3/#Class:Resource), we have:  Note: - Catalogued => Cataloged - resource => Resource Is this inconsistency intended? If not, should DCAT contain labels for both `@en-US` and `@en-GB`? Or is there a preference for one?