diff --git a/src/App.vue b/src/App.vue
index f8d5292..95eda29 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -533,7 +533,7 @@ const examples = [
type="checkbox">
{{ jskos.notation(target.inScheme[0]) }} |
- {{ jskos.notation(target) }} {{ jskos.prefLabel(target, { fallbackToUri: false }) }} |
+ {{ jskos.notation(target) }} {{ jskos.prefLabel(target, { fallbackToUri: false }) }} |
-
- {{ jskos.notation(mapping.fromScheme) }}:
- {{ jskos.notation(jskos.conceptsOfMapping(mapping, "from")[0]) }}
+ {{ jskos.notation(mapping.fromScheme) }}
+ {{ jskos.notation(jskos.conceptsOfMapping(mapping, "from")[0]) }}
{{ jskos.prefLabel(jskos.conceptsOfMapping(mapping, "from")[0], { fallbackToUri: false }) }}
{{ jskos.notation(jskos.mappingTypeByUri(mapping.type[0])) }}
- {{ jskos.notation(mapping.toScheme) }}:
- {{ jskos.notation(jskos.conceptsOfMapping(mapping, "to")[0]) }}
+ {{ jskos.notation(mapping.toScheme) }}
+ {{ jskos.notation(jskos.conceptsOfMapping(mapping, "to")[0]) }}
{{ jskos.prefLabel(jskos.conceptsOfMapping(mapping, "to")[0], { fallbackToUri: false }) }}
({{ jskos.prefLabel(mapping.creator?.[0]) || "?" }}, {{ mapping.created?.slice(0, 4) || "?" }})
|