The validator reports warnings like:
{
entity: './',
property: '@type',
message: "Property `iso639-3` is not defined in the crate's context",
clause: 'MUST have a `@type` attribute that that includes in its values `Dataset` and either `RepositoryCollection` or `RepositoryObject`'
},
So I know which entity it refers to but the message relates to the property not being defined in the context when the clause talks about the @type being incorrect (which it's not).
The validator reports warnings like:
So I know which entity it refers to but the message relates to the property not being defined in the context when the clause talks about the @type being incorrect (which it's not).