File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ const sourceSchemeNotations = (mappings = []) => {
609609 < / a>
610610 < / th>
611611 < th style= " min-width: 50%; white-space: nowrap;" >
612- Mapping Vorschläge
612+ Mapping Vorschlag
613613 <!-- Mapping- type filter -->
614614 < a
615615 href= " "
@@ -643,15 +643,9 @@ const sourceSchemeNotations = (mappings = []) => {
643643 (mapping._sourceScheme?.uri &&
644644 state.suggestionSourceSchemes[mapping._sourceScheme.uri] === false),
645645 }" >
646- {{ jskos .notation (mapping ._sourceScheme ) }}
647- < b> {{ jskos .notation (mapping ._sourceConcept ) }}< / b>
648- {{ jskos .prefLabel (mapping ._sourceConcept , { fallbackToUri: false }) }}
649-
650- {{ jskos .notation (jskos .mappingTypeByUri (mapping .type [0 ])) }}
651-
652646 {{ jskos .notation (mapping ._targetScheme ) }}
653647 < b> {{ jskos .notation (mapping ._targetConcept ) }}< / b>
654- {{ jskos .prefLabel (mapping . _targetConcept , { fallbackToUri: false }) }}
648+ {{ jskos .prefLabel (target , { fallbackToUri: false }) }}
655649 < a
656650 : href= " `https://coli-conc.gbv.de/data/?uri=${mapping.uri}`"
657651 target= " _blank" > Details< / a>
You can’t perform that action at this time.
0 commit comments