You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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>
The text was updated successfully, but these errors were encountered: