Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required / Recommended properties of supporting classes #109

Open
jakubklimek opened this issue Mar 8, 2024 · 1 comment
Open

Required / Recommended properties of supporting classes #109

jakubklimek opened this issue Mar 8, 2024 · 1 comment
Labels
release:3.0.0 Actively being worked on for GeoDCAT-AP 3.0.0 status:fixed Resolution applied in draft type:improvement Improvement of current handling of a problem webinar:2024-03-12 To be discussed in the 2024-03-12 webinar webinar:2024-05-14 To be discussed in the 2024-05-14 webinar

Comments

@jakubklimek
Copy link
Contributor

Problem statement
For certain supporting classes such as Category Scheme (skos:ConceptScheme), GeoDCAT-AP 2.0.0 lists some properties as recommended, or even mandatory. For instance, title (dct:title) is mandatory for Category Scheme.

This would mean that all category schemes used in GeoDCAT-AP records always need to have a title, even if they are represented by their IRIs, e.g.:

<catalogue> a dcat:Catalog ;
   dcat:themeTaxonomy <http://publications.europa.eu/resource/dataset/eurovoc>,
                      <http://publications.europa.eu/resource/dataset/data-theme> .

<http://publications.europa.eu/resource/dataset/eurovoc> dct:title "EuroVoc"@en .
<http://publications.europa.eu/resource/dataset/data-theme> dct:title "Data theme"@en .

as presence of mandatory properties should be validated.
Even if this was left to dereference of the ConceptScheme IRI, we should not impose on ConceptScheme creators to use dct:title if they want to be used with GeoDCAT-AP. For instance, this is the case of the EU Data theme NAL, which does not have a dct:title.

In addition, this causes problems in a cross-profile environment, as whenever GeoDCAT-AP would be part of the used profile mix, all Concept Schemes would have to have the mandatory title (dct:title), or errors would be produced.

A slightly ligher problem is the one of recommended properties. For instance, label (rdfs:label) is Recommended for a Media Type. However, members of the IANA Media Types code-list should be used e.g. for dcat:mediaType or dcat:packageFormat. This would mean recommending adding a label to those items, e.g.

[] a dcat:Distribution ;
  dcat:mediaType <http://www.iana.org/assignments/media-types/application/xml> .
<http://www.iana.org/assignments/media-types/application/xml> rdfs:label "XML"@en .

which does not seem desirable nor should it be recommended.

Proposal
For supporting classes such as Category Scheme, Standard, Kind, etc. the listed properties should be all optional, which also removes the need to call them optional.

@jakubklimek jakubklimek added type:improvement Improvement of current handling of a problem release:3.0.0 Actively being worked on for GeoDCAT-AP 3.0.0 labels Mar 8, 2024
@jakubklimek jakubklimek added webinar:2024-03-12 To be discussed in the 2024-03-12 webinar status:resolution-proposed Resolution proposed and will be accepted before the next webinar and removed status:resolution-proposed Resolution proposed and will be accepted before the next webinar labels Mar 12, 2024
@jakubklimek
Copy link
Contributor Author

Voting on this issue postponed to give the community more time to discuss it here in GitHub.

@jakubklimek jakubklimek added feedback-requested Community feedback requested status:postponed Decision postponed labels Mar 21, 2024
@jakubklimek jakubklimek added status:resolution-provided Resolution statement present, not yet applied in draft next-webinar To be discussed in the next webinar webinar:2024-05-14 To be discussed in the 2024-05-14 webinar and removed feedback-requested Community feedback requested status:postponed Decision postponed labels Apr 25, 2024
@jakubklimek jakubklimek added status:fixed Resolution applied in draft and removed status:resolution-provided Resolution statement present, not yet applied in draft labels May 8, 2024
@jakubklimek jakubklimek removed the next-webinar To be discussed in the next webinar label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:3.0.0 Actively being worked on for GeoDCAT-AP 3.0.0 status:fixed Resolution applied in draft type:improvement Improvement of current handling of a problem webinar:2024-03-12 To be discussed in the 2024-03-12 webinar webinar:2024-05-14 To be discussed in the 2024-05-14 webinar
Projects
None yet
Development

No branches or pull requests

1 participant