Re: [dxwg] different uses of dcat:catalog (membership or part of interpretation) (#1599)

"keeping a trace to the original catalogues" seems to be a requirement here and I've seen it elsewhere a lot. I deal with large, aggregated catalogues that harvest from other catalogues but often do a poor job of indicating the home locations of individual resources.

So we have been using qualified relationships from resources back to catalogues like this:

```
 {RESOURCE}
     dcterms:isPartOf [
         dcat:hadRole :home ;
         prov:entity {CATALOG} ; 
     ] ;
. 
```

We are trialling a series of _Catalogue Roles_ in this vocab: https://data.idnau.org/v/vocab/vcb:cat-roles.

Would the use of qualified `isPartOf` roles be helpful here?

-- 
GitHub Notification of comment by nicholascar
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1599#issuecomment-2080401818 using your GitHub account


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

Received on Saturday, 27 April 2024 07:37:59 UTC