Consider distinguishing qualified relation and qualified attribution #80
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
inm7/inm7-concepts#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trying to represent information about a dataset using the INM-7 schema, with catalog generation in mind, I noticed that:
DCAT distinguishes these two:
DCAT's section 15. Qualified relations explains (in 15.1): "A general method for assigning an agent to a resource with a specified role is provided by using the qualified form prov:qualifiedAttribution from [PROV-O]."
The INM-7 schema only has qualified_relations; its range is a dlroles:Relationship, an object of which can be both Agent and Entity (thus covering both DCAT terms)
INM-7's qualified_relations (actually, dlroles:qualified_relations) declares an exact mapping to dcat:qualifiedRelation.
My concern: if coming from a catalog perspective (i.e. knowing DCAT but not INM-7 concepts) and trying to find Authors (Creators, Curators, etc.) I would look for something that maps to qualified_attribution, and not find it.
My question(s):
Thanks in advance for a response -- this was a conceptual issue that kept me thinking. I have no practical experience with using mappings yet. And sorry if that has already been discussed (I remember that we had some discussion about using slots vs relations).
Initially described in inm7/annotate.inm7.de-data#13 (comment)