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

Thesaurus / OWL format / Mobility theme hierarchy #8393

Merged

Commits on Sep 30, 2024

  1. Thesaurus / OWL format / Mobility theme hierarchy

    Follow up of #7674
    
    
    Mobility DCAT theme vocabulary top concepts is available at
    https://mobilitydcat-ap.github.io/controlled-vocabularies/mobility-theme/latest/index.html#/
    
    The vocabulary contains 2 top concepts:
    
    ```xml
    <skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/mobility-theme/data-content-category"/>
    <skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/mobility-theme/data-content-sub-category"/>
    ```
    which are not really needed for browsing the main categories and sub categories.
    
    Use the narrower terms of the "content category" top concept as the top concepts of the scheme
    to facilitate keyword selection in editor and generate proper facet hierarchy in search.
    fxprunayre authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    63e4a1d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Fix test

    The 2 default top concepts of the vocabulary are replaced by correct one.
    fxprunayre authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bb5a08c View commit details
    Browse the repository at this point in the history