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

License naming order #74

Open
LuisMossburger opened this issue Apr 25, 2023 · 0 comments
Open

License naming order #74

LuisMossburger opened this issue Apr 25, 2023 · 0 comments

Comments

@LuisMossburger
Copy link

Hi!

While working on Open Data Bavaria, we had an issue regarding the license vocabulary https://www.dcat-ap.de/def/licenses/

License name order
The order of the resolved license name is impractical (for us, maybe for others, too). Instead of having the full name in front and the abbreviation in brackets behind that, the other way round would be better.
Example: If you have a filter that caps text, the licenses would be displayed as "Creative Commo..." and "Creative Commo..." instead of "CC 0 (Creati..." and "CC BY (Creati...".

For that reason, we currently work with our own vocabulary based on the official one. We wanted to share this here, as others might come across the same problem and adjusting the official vocabulary might help?

Example:
<skos:Concept rdf:about="http://dcat-ap.de/def/licenses/cc-by/4.0"> <dc:identifier>cc-by/4.0_original</dc:identifier> <skos:topConceptOf rdf:resource="http://dcat-ap.de/def/licenses"/> <skos:inScheme rdf:resource="http://dcat-ap.de/def/licenses"/> <skos:prefLabel xml:lang="de">CC BY 4.0 (Creative Commons Namensnennung – 4.0 International)</skos:prefLabel> <skos-xl:prefLabel> <skos-xl:Label> <rdf:type rdf:resource="http://www.w3.org/2008/05/skos-xl#Label"/> <skos-xl:literalForm xml:lang="de">CC BY 4.0 (Creative Commons Namensnennung – 4.0 International)</skos-xl:literalForm> <rdfs:label xml:lang="de">CC BY 4.0 (Creative Commons Namensnennung – 4.0 International)</rdfs:label> </skos-xl:Label> </skos-xl:prefLabel> <skos:exactMatch rdf:resource="http://dcat-ap.de/def/licenses/cc-by/4.0"/> <skos:altLabel xml:lang="de">cc-by/4.0</skos:altLabel> <dct:references rdf:resource="http://creativecommons.org/licenses/by/4.0/"/> <foaf:homepage rdf:resource="http://creativecommons.org/licenses/by/4.0/"/> <dct:type>Freie Nutzung</dct:type> </skos:Concept>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant