SSHOC / vocabularies

0 stars 0 forks source link

Have alternative options for label and description when creating a new vocabulary #21

Closed dpancic closed 1 year ago

dpancic commented 3 years ago

In GitLab by @KlausIllmayer on Jun 18, 2021, 14:32

Currently, when creating a new vocabulary the label is taken from the rdfs:label-triple and the description is expected in the rdfs:comment-triple (see https://gitlab.gwdg.de/sshoc/sshoc-marketplace-backend/-/blob/develop/src/main/java/eu/sshopencloud/marketplace/services/vocabularies/rdf/RDFModelParser.java#L41)

But we often have vocabularies that do not hold an rdfs:label or an rdfs:comment-triple. Instead it is very common to use dublin-core-relations to describe a vocabulary.

As I like to prevent adding triples by hand, it would be great if you could implement this alternative options for holding information on label/description. The order could be:

dpancic commented 3 years ago

In GitLab by @tparkola on Jun 24, 2021, 14:05

Done with priorities

and English labels and descriptions have priority over other languages.