Skip to content

use skos label and note

Mikey requested to merge skos-label-note into master

first pull request towards https://github.com/valueflows/valueflows/issues/34.

changes:

  • remove special handling of rdfs:label
  • add label which points to skos:prefLabel
  • add labelMap which is language map for label
  • add note which points to skos:note
  • add noteMap which is language map for note
  • remove displayName and displayNameMap
  • Relationship is also a skos:Concept

Merge request reports