SEMICeu / DCAT-AP

This is the issue tracker for the maintenance of DCAT-AP
https://joinup.ec.europa.eu/solution/dcat-application-profile-data-portals-europe
77 stars 24 forks source link

DCAT: Distribution - Suggestion attribute for record – ‘LicenseattributionByText’ #41

Closed init-dcat-ap-de closed 6 years ago

init-dcat-ap-de commented 6 years ago

Def: An auxiliary to save mandatory attribution license texts.

Datatyp: rdfs:Literal

Reasoning for change: attribution licenses require an information of how to quote correctly the attribution. This information was added to the dcatde: namespace -> this property should be added to the W3C DCAT.

akuckartz commented 6 years ago

Same :-1: comment as in #39 regarding range rdfs:Literal

makxdekkers commented 6 years ago

@init-OGD This is indeed information that would be useful to provide with attribution-type licences. In this case, I don't see a problem with a range of rdfs:Literal. As you note, it is an issue that could be considered by W3C in the process of revising DCAT. You are very welcome to make this comment by sending a message to public-dxwg-comments@w3.org, or by creating an issue at https://github.com/w3c/dxwg.

DGatt commented 6 years ago

Another way of resolving the issue it to define a few properties of the RightsStatement on the distribution level (with the help of ODRS)

attributionText attributionURL copyrightNotice copyrightStatement copyrihtHolder copyrightYear

makxdekkers commented 6 years ago

@DGatt When you write "define a few properties of the RightsStatement on the distribution level", do you mean that those properties would be defined as properties of the Distribution? E.g. a triple like:

<Distribution-001> <odrs:attributionText> "Some text"

This is not the way ODRS envisages this. ODRS makes odrs:attributionText a property of odrs:RightsStatement, which is, according to the RDF schema, a sub-class of dct:RightsStatement.

So, it looks like the solution can be applied without changes to the specification. After all, dct:rights is specified in DCAT-AP as an optional property for dcat:Distribution, so it can already be used to link to an odrs:RightsStatement.

makxdekkers commented 6 years ago

Proposed resolution | No change to the specification.

addragan commented 6 years ago

The issue will be closed and no changes will be done to the specification.