Re: [dxwg] Addressing issue #1503 (#1505)

> I agree @andrea-perego - I can add those today

Thanks, @agbeltran .

Maybe the usage note could be something like:

> This property MAY be used only in addition to its inverse, and it MUST NOT be used to replace it.

````turtle
dcat:inCatalog owl:inverseOf dcat:resource ;
  skos:scopeNote "This property MAY be used only in addition to its inverse, and it MUST NOT be used to replace it."en ;
.

dcat:isVersionOf owl:inverseOf dcat:hasVersion ;
  skos:scopeNote "This property MAY be used only in addition to its inverse, and it MUST NOT be used to replace it."en ;
.

dcat:next owl:inverseOf dcat:prev ;
  skos:scopeNote "This property MAY be used only in addition to its inverse, and it MUST NOT be used to replace it."en ;
.

dcat:nextVersion owl:inverseOf dcat:previousVersion ;
  skos:scopeNote "This property MAY be used only in addition to its inverse, and it MUST NOT be used to replace it."en ;
.

dcat:seriesMember owl:inverseOf dcat:inSeries ;
  skos:scopeNote "This property MAY be used only in addition to its inverse, and it MUST NOT be used to replace it."en ;
.
````

BTW, we can also add the IT and ES translations.

-- 
GitHub Notification of comment by andrea-perego
Please view or discuss this issue at https://github.com/w3c/dxwg/pull/1505#issuecomment-1123535140 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 11 May 2022 10:26:01 UTC